Annotation of 43BSDReno/contrib/emacs-18.55/src/config.h, revision 1.1

1.1     ! root        1: /* GNU Emacs site configuration template file.
        !             2:    Copyright (C) 1988 Free Software Foundation, Inc.
        !             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:    See the file ../etc/MACHINES for a list of systems and
        !            25:    the names of the s- files to use for them.
        !            26:    See s-template.h for documentation on writing s- files.  */
        !            27: #include "s-bsd4-3.h"
        !            28: 
        !            29: /* Include here a m- file that describes the machine and system you use.
        !            30:    See the file ../etc/MACHINES for a list of machines and
        !            31:    the names of the m- files to use for them.
        !            32:    See m-template.h for info on what m- files should define.
        !            33:    */
        !            34: #ifdef vax
        !            35: #include "m-vax.h"
        !            36: #endif
        !            37: 
        !            38: #ifdef tahoe
        !            39: #include "m-tahoe.h"
        !            40: #endif
        !            41: 
        !            42: /* Load in the conversion definitions if this system
        !            43:    needs them and the source file being compiled has not
        !            44:    said to inhibit this.  There should be no need for you
        !            45:    to alter these lines.  */
        !            46: 
        !            47: #ifdef SHORTNAMES
        !            48: #ifndef NO_SHORTNAMES
        !            49: #include "../shortnames/remap.h"
        !            50: #endif /* not NO_SHORTNAMES */
        !            51: #endif /* SHORTNAMES */
        !            52: 
        !            53: /* Define HAVE_X_WINDOWS if you want to use the X window system.  */
        !            54: 
        !            55: #define HAVE_X_WINDOWS
        !            56: 
        !            57: /* Define X11 if you want to use version 11 of X windows.
        !            58:    Otherwise, Emacs expects to use version 10.  */
        !            59: 
        !            60: #define X11
        !            61: 
        !            62: /* Define HAVE_X_MENU if you want to use the X window menu system.
        !            63:    This appears to work on some machines that support X
        !            64:    and not on others.  */
        !            65: 
        !            66: /* #define HAVE_X_MENU */
        !            67: 
        !            68: /* Define `subprocesses' should be defined if you want to
        !            69:    have code for asynchronous subprocesses
        !            70:    (as used in M-x compile and M-x shell).
        !            71:    These do not work for some USG systems yet;
        !            72:    for the ones where they work, the s-*.h file defines this flag.  */
        !            73: 
        !            74: #ifndef VMS
        !            75: #ifndef USG
        !            76: #define subprocesses
        !            77: #endif
        !            78: #endif
        !            79: 
        !            80: /* Define USER_FULL_NAME to return a string
        !            81:    that is the user's full name.
        !            82:    It can assume that the variable `pw'
        !            83:    points to the password file entry for this user.
        !            84: 
        !            85:    At some sites, the pw_gecos field contains
        !            86:    the user's full name.  If neither this nor any other
        !            87:    field contains the right thing, use pw_name,
        !            88:    giving the user's login name, since that is better than nothing.  */
        !            89: 
        !            90: #define USER_FULL_NAME pw->pw_gecos
        !            91: 
        !            92: /* Define AMPERSAND_FULL_NAME if you use the convention
        !            93:    that & in the full name stands for the login id.  */
        !            94: 
        !            95: #define AMPERSAND_FULL_NAME
        !            96: 
        !            97: /* Maximum screen width we handle. */
        !            98: 
        !            99: #define MScreenWidth 300
        !           100: 
        !           101: /* Maximum screen length we handle. */
        !           102: 
        !           103: #define MScreenLength 300
        !           104: 
        !           105: /* # bytes of pure Lisp code to leave space for.
        !           106:    Note that s-vms.h and m-sun2.h may override this default.  */
        !           107: 
        !           108: #ifndef PURESIZE
        !           109: #ifdef HAVE_X_WINDOWS
        !           110: #define PURESIZE 122000
        !           111: #else
        !           112: #define PURESIZE 118000
        !           113: #endif
        !           114: #endif
        !           115: 
        !           116: /* Define HIGHPRI as a negative number
        !           117:    if you want Emacs to run at a higher than normal priority.
        !           118:    For this to take effect, you must install Emacs with setuid root.
        !           119:    Emacs will change back to the users's own uid after setting
        !           120:    its priority.  */
        !           121: 
        !           122: /* #define HIGHPRI */
        !           123: 
        !           124: #define LIBS_DEBUG 

unix.superglobalmegacorp.com

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