Annotation of 43BSD/contrib/emacs/src/config.h.dist, revision 1.1.1.1

1.1       root        1: /* GNU Emacs site configuration template file.
                      2:    Copyright (C) 1985 Richard M. Stallman.
                      3: 
                      4: This file is part of GNU Emacs.
                      5: 
                      6: GNU Emacs is distributed in the hope that it will be useful,
                      7: but WITHOUT ANY WARRANTY.  No author or distributor
                      8: accepts responsibility to anyone for the consequences of using it
                      9: or for whether it serves any particular purpose or works at all,
                     10: unless he says so in writing.  Refer to the GNU Emacs General Public
                     11: License for full details.
                     12: 
                     13: Everyone is granted permission to copy, modify and redistribute
                     14: GNU Emacs, but only under the conditions described in the
                     15: GNU Emacs General Public License.   A copy of this license is
                     16: supposed to have been given to you along with GNU Emacs so you
                     17: can know your rights and responsibilities.  It should be in a
                     18: file named COPYING.  Among other things, the copyright notice
                     19: and this notice must be preserved on all copies.  */
                     20: 
                     21: 
                     22: 
                     23: /* Include here a s- file that describes the system type you are using.
                     24:    Alternatives now defined include
                     25:    s-bsd4.1.h, s-bsd4.2.h and s-bsd4.3.h for Berkeley systems,
                     26:    s-unipl5.2.h and s-unipl.5.0.h for Unisoft-modified system V,
                     27:    and s-usg5.2.h for ordinary losing system V.
                     28:    See s-template.h for documentation on writing s- files.  */
                     29: #include "s-bsd4.2.h"
                     30:  
                     31: /* Include here a m- file that describes the machine and system you use.
                     32:    Alternatives implemented so far are
                     33:     m-vax.h    for vaxen.
                     34:     m-mega68.h for Megatest 68000's.
                     35:     m-sun.h    for Sun 68000's.
                     36:     m-ns16000.h        for 16000's (not sure how general this is yet)
                     37:     m-pyramid.h for pyramids.
                     38:     m-tahoe.h   for tahoe machines (s-bsd4.2.h).
                     39: 
                     40:     m-dual.h    for dual 68000's (with s-unipl5.2.h).
                     41:     m-nu.h      for TI nu machine (with s-usg5.2.h)
                     42:     m-apollo.h  for Apollo running their own system.
                     43:    See m-template.h for info on what m- files should define.
                     44:    */
                     45: #include "m-vax.h"
                     46: 
                     47: /* Load in the conversion definitions if this system
                     48:    needs them and the source file being compiled has not
                     49:    said to inhibit this.  */
                     50: 
                     51: #ifdef SHORTNAMES
                     52: #ifndef NO_SHORTNAMES
                     53: #include "../shortnames/remap.h"
                     54: #endif /* not NO_SHORTNAMES */
                     55: #endif /* SHORTNAMES */
                     56: 
                     57: /* define HAVE_X_WINDOWS if you want to use the X window system
                     58:    for the Vaxstation-100.  */
                     59: 
                     60: #undef HAVE_X_WINDOWS
                     61: 
                     62: /* subprocesses should be defined if you want to
                     63:  have code for asynchronous subprocesses
                     64:  (as used in M-x compile and M-x shell).
                     65:  These do not work for some USG systems yet;
                     66:  for the ones where they work, the s-*.h file defines this flag.  */
                     67: 
                     68: #ifndef USG
                     69: #define subprocesses
                     70: #endif
                     71: 
                     72: /* Define USER_FULL_NAME to return a string
                     73:  that is the user's full name.
                     74:  It can assume that the variable `pw'
                     75:  points to the password file entry for this user.
                     76: 
                     77:  At some sites, the pw_gecos field contains
                     78:  the user's full name.  If neither this nor any other
                     79:  field contains the right thing, use pw_name,
                     80:  giving the user's login name, since that is better than nothing.  */
                     81: 
                     82: #define USER_FULL_NAME pw->pw_gecos
                     83: 
                     84: /* Define AMPERSAND_FULL_NAME if you use the convention
                     85:   that & in the full name stands for the login id.  */
                     86: 
                     87: #undef AMPERSAND_FULL_NAME
                     88: 
                     89: /* Maximum screen width we handle. */
                     90: 
                     91: #define MScreenWidth 300
                     92: 
                     93: /* Maximum screen length we handle. */
                     94: 
                     95: #define MScreenLength 300
                     96: 
                     97: /* # bytes of pure Lisp code to leave space for.
                     98:   130000 is enough for Emacs as distributed by me, Richard Stallman,
                     99:   with the set of preloaded packages I set up.  */
                    100: 
                    101: #define PURESIZE 130000
                    102: 
                    103: /* Define HIGHPRI as a negative number
                    104:  if you want Emacs to run at a higher than normal priority.
                    105:  For this to take effect, you must install it as setuid root. */
                    106: 
                    107: #undef HIGHPRI

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.