2007-12-10 17:02:42 +00:00
|
|
|
Here are some of the cpp macros used, together with some short explanation
|
|
|
|
of their use. Feel free to add more macros and more categories.
|
|
|
|
|
|
|
|
** Distinguishing OSes **
|
|
|
|
|
2008-01-17 18:24:10 +00:00
|
|
|
MAC_OS Compiling for the `mac' window-system.
|
2008-02-04 08:32:21 +00:00
|
|
|
MAC_OS8 Compiling for Mac OS Classic (v8 or v9). No longer supported, all code using it can be removed.
|
2008-01-17 18:24:10 +00:00
|
|
|
MAC_OSX Compiling for Mac OS X. Not bare Darwin.
|
2007-12-10 17:02:42 +00:00
|
|
|
CYGWIN Compiling the Cygwin port.
|
2007-12-14 12:41:12 +00:00
|
|
|
__CYGWIN__ Ditto
|
|
|
|
MSDOS Compiling the MS-DOS port.
|
|
|
|
__MSDOS__ Ditto.
|
|
|
|
__DJGPP__ Major version number of the DJGPP library for the DOS port.
|
|
|
|
__DJGPP_MINOR__ Minor version number of the DJGPP library.
|
|
|
|
__GO32__ Compiling the DOS port with DJGPP v1.x (obsolete).
|
|
|
|
DOS_NT Compiling for either the MS-DOS or native MS-Windows port.
|
|
|
|
WINDOWSNT Compiling the native MS-Windows (W32) port.
|
|
|
|
__MINGW32__ Compiling the W32 port with the MinGW port of GCC.
|
|
|
|
_MSC_VER Compiling the W32 port with the Microsoft C compiler.
|
2008-02-24 17:56:03 +00:00
|
|
|
IRIX6_5 Compiling on Irix-6.5
|
2007-12-10 17:02:42 +00:00
|
|
|
|
|
|
|
** Distinguishing GUIs **
|
|
|
|
|
2007-12-14 12:41:12 +00:00
|
|
|
HAVE_NTGUI Use the native W32 GUI for windows, frames, menus&scrollbars.
|
2007-12-10 17:02:42 +00:00
|
|
|
HAVE_CARBON Compile support for the Carbon GUI. Requires MAC_OS?
|
|
|
|
HAVE_X11 Compile support for the X11 GUI.
|
2007-12-14 12:41:12 +00:00
|
|
|
HAVE_X_WINDOWS Compile support for X Window system
|
2007-12-10 17:02:42 +00:00
|
|
|
X11 ?? Makefile.in suggests it's equivalent to HAVE_X11
|
|
|
|
USE_LUCID Use the Lucid toolkit for menus&scrollbars. Requires HAVE_X11.
|
|
|
|
USE_MOTIF Use the Motif toolkit for menus&scrollbars. Requires HAVE_X11.
|
|
|
|
USE_GTK Use the Gtk toolkit for menus&scrollbars. Requires HAVE_X11.
|
|
|
|
|
2007-12-14 12:41:12 +00:00
|
|
|
** Frame types **
|
|
|
|
|
|
|
|
FRAME_TERMCAP_P A tty (character terminal) frame.
|
|
|
|
FRAME_X_P A frame on X Window system.
|
|
|
|
FRAME_MSDOS_P An MS-DOS frame (used only by the DOS port).
|
|
|
|
FRAME_MAC_P A Mac frame.
|
|
|
|
FRAME_W32_P A frame using native MS-Windows GUI.
|
|
|
|
FRAME_WINDOW_P A GUI frame (like X, w32, etc.)
|
|
|
|
|
|
|
|
** Compile-time options **
|
|
|
|
REL_ALLOC Compile in the relocatable memory allocator ralloc.c.
|
|
|
|
SYSTEM_MALLOC Use the system library's malloc.
|
|
|
|
|
2008-02-09 18:03:10 +00:00
|
|
|
** Replace, the definition is trivial: SWITCH_ENUM_CAST
|
2008-01-05 11:14:48 +00:00
|
|
|
|
2008-01-06 00:56:56 +00:00
|
|
|
** Temporarily put defines from removed files here, check if these macros need to be documented or removed because they are not used anymore. **
|
2008-01-05 11:14:48 +00:00
|
|
|
|
2008-01-06 00:56:56 +00:00
|
|
|
ADDR_CORRECT
|
|
|
|
ADJUST_TEXT_SCNHDR_SIZE
|
|
|
|
A_TEXT_OFFSET
|
|
|
|
A_TEXT_SEEK
|
|
|
|
BAUD_CONVERT
|
|
|
|
BROKEN_FIONREAD
|
|
|
|
BROKEN_SIGIO
|
|
|
|
BROKEN_TIOCGETC
|
|
|
|
BROKEN_TIOCGWINSZ
|
|
|
|
BSD4_3
|
|
|
|
BSD4_4
|
2008-01-05 11:14:48 +00:00
|
|
|
BSD_PGRPS
|
|
|
|
BSD_SYSTEM
|
|
|
|
BSTRING
|
|
|
|
CANNOT_DUMP
|
|
|
|
CLASH_DETECTION
|
|
|
|
COFF
|
2008-01-06 00:56:56 +00:00
|
|
|
COFF_BSD_SYMBOLS
|
2008-01-05 11:14:48 +00:00
|
|
|
CRT0_DUMMIES
|
2008-01-06 00:56:56 +00:00
|
|
|
C_DEBUG_SWITCH
|
|
|
|
C_SWITCH_MACHINE
|
|
|
|
C_SWITCH_SYSTEM
|
|
|
|
DATA_END
|
|
|
|
DATA_SECTION_ALIGNMENT
|
|
|
|
DATA_SEG_BITS
|
|
|
|
DATA_START
|
|
|
|
DEBUG
|
|
|
|
DECLARE_GETPWUID_WITH_UID_T
|
|
|
|
DEFAULT_ENTRY_ADDRESS
|
|
|
|
DOT_GLOBAL_START
|
|
|
|
DUMMIES
|
|
|
|
ELF
|
|
|
|
EXEC_PAGESIZE
|
2008-01-05 11:14:48 +00:00
|
|
|
EXPLICIT_SIGN_EXTEND
|
|
|
|
FIRST_PTY_LETTER
|
2008-01-06 00:56:56 +00:00
|
|
|
FSCALE
|
|
|
|
GC_MARK_STACK
|
|
|
|
GC_SETJMP_WORKS
|
|
|
|
GETPGRP_NO_ARG
|
|
|
|
GNU_MALLOC
|
|
|
|
HAVE_ALLOCA
|
|
|
|
HAVE_CLOSEDIR
|
|
|
|
HAVE_CONFIG_H
|
|
|
|
HAVE_CRTN
|
|
|
|
HAVE_GETTIMEOFDAY
|
|
|
|
HAVE_INET_SOCKETS
|
|
|
|
HAVE_LIBDNET
|
|
|
|
HAVE_LIBINTL
|
|
|
|
HAVE_LIBRESOLV
|
2008-01-05 11:14:48 +00:00
|
|
|
HAVE_PTYS
|
2008-01-06 00:56:56 +00:00
|
|
|
HAVE_SELECT
|
2008-01-05 11:14:48 +00:00
|
|
|
HAVE_SOCKETS
|
* unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.
* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.
* config.nt: Remove reference to UNEXEC_SRC.
* lwlib.c: Remove references to obsolete variables.
* fakemail.c: Remove references to obsolete variables.
* os.texi: Remove references to obsolete systems.
* configure.in:
* configure: Remove references to obsolete systems.
2008-06-26 04:24:54 +00:00
|
|
|
HAVE_STRING_H
|
2008-01-05 11:14:48 +00:00
|
|
|
HAVE_SYSVIPC
|
2008-01-06 00:56:56 +00:00
|
|
|
HAVE_SYSV_SIGPAUSE
|
|
|
|
HAVE_SYS_WAIT_H
|
|
|
|
HAVE_TCATTR
|
2008-01-05 11:14:48 +00:00
|
|
|
HAVE_TERMIO
|
2008-01-06 00:56:56 +00:00
|
|
|
HAVE_TERMIOS
|
|
|
|
HAVE_TEXT_START
|
2008-01-05 11:14:48 +00:00
|
|
|
HAVE_UNION_WAIT
|
2008-01-06 00:56:56 +00:00
|
|
|
HAVE_UNISTD_H
|
|
|
|
HAVE_UTIMES
|
|
|
|
HAVE_WAIT_HEADER
|
|
|
|
HAVE_X11R6
|
|
|
|
HAVE_XSCREENNUMBEROFSCREEN
|
|
|
|
HAVE_X_WINDOWS
|
|
|
|
INHIBIT_X11R6_XIM
|
|
|
|
INTEL386
|
2008-01-05 11:14:48 +00:00
|
|
|
INTERRUPT_INPUT
|
2008-01-06 00:56:56 +00:00
|
|
|
IRIS
|
|
|
|
IRIS_4D
|
2008-01-05 11:14:48 +00:00
|
|
|
KERNEL_FILE
|
|
|
|
LDAV_SYMBOL
|
2008-01-06 00:56:56 +00:00
|
|
|
LD_SWITCH_MACHINE
|
|
|
|
LD_SWITCH_SYSTEM
|
|
|
|
LD_SWITCH_SYSTEM_TEMACS
|
2008-01-05 11:14:48 +00:00
|
|
|
LIBS_DEBUG
|
2008-01-06 00:56:56 +00:00
|
|
|
LIBS_MACHINE
|
|
|
|
LIBS_SYSTEM
|
|
|
|
LIBS_TERMCAP
|
|
|
|
LIBX11_SYSTEM
|
|
|
|
LIBXMU
|
|
|
|
LIB_GCC
|
|
|
|
LIB_MOTIF
|
|
|
|
LIB_STANDARD
|
|
|
|
LIB_X11_LIB
|
|
|
|
LINKER
|
2008-01-05 11:14:48 +00:00
|
|
|
LOAD_AVE_CVT
|
|
|
|
LOAD_AVE_TYPE
|
* unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.
* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.
* config.nt: Remove reference to UNEXEC_SRC.
* lwlib.c: Remove references to obsolete variables.
* fakemail.c: Remove references to obsolete variables.
* os.texi: Remove references to obsolete systems.
* configure.in:
* configure: Remove references to obsolete systems.
2008-06-26 04:24:54 +00:00
|
|
|
MACH
|
2008-01-05 11:14:48 +00:00
|
|
|
MAIL_USE_FLOCK
|
2008-01-06 00:56:56 +00:00
|
|
|
MKDIR_PROTOTYPE
|
|
|
|
MOTIF
|
|
|
|
NARROWPROTO
|
* unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.
* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.
* config.nt: Remove reference to UNEXEC_SRC.
* lwlib.c: Remove references to obsolete variables.
* fakemail.c: Remove references to obsolete variables.
* os.texi: Remove references to obsolete systems.
* configure.in:
* configure: Remove references to obsolete systems.
2008-06-26 04:24:54 +00:00
|
|
|
NEED_BSDTTY
|
2008-01-06 00:56:56 +00:00
|
|
|
NEED_ERRNO
|
|
|
|
NEED_PTEM_H
|
|
|
|
NEED_SIOCTL
|
* unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.
* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.
* config.nt: Remove reference to UNEXEC_SRC.
* lwlib.c: Remove references to obsolete variables.
* fakemail.c: Remove references to obsolete variables.
* os.texi: Remove references to obsolete systems.
* configure.in:
* configure: Remove references to obsolete systems.
2008-06-26 04:24:54 +00:00
|
|
|
NEED_UNISTD_H
|
2008-01-06 00:56:56 +00:00
|
|
|
NLIST_STRUCT
|
2008-01-05 11:14:48 +00:00
|
|
|
NOMULTIPLEJOBS
|
|
|
|
NONSYSTEM_DIR_LIBRARY
|
2008-01-06 00:56:56 +00:00
|
|
|
NOT_C_CODE
|
* unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.
* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.
* config.nt: Remove reference to UNEXEC_SRC.
* lwlib.c: Remove references to obsolete variables.
* fakemail.c: Remove references to obsolete variables.
* os.texi: Remove references to obsolete systems.
* configure.in:
* configure: Remove references to obsolete systems.
2008-06-26 04:24:54 +00:00
|
|
|
NO_ABORT
|
2008-01-05 11:14:48 +00:00
|
|
|
NO_ARG_ARRAY
|
|
|
|
NO_REMAP
|
2008-01-06 00:56:56 +00:00
|
|
|
NO_SIOCTL_H
|
2008-01-13 18:29:53 +00:00
|
|
|
NO_SOCK_SIGIO
|
2008-01-06 00:56:56 +00:00
|
|
|
NO_TERMIO
|
2008-01-05 11:14:48 +00:00
|
|
|
NO_UNION_TYPE
|
2008-01-06 00:56:56 +00:00
|
|
|
NSIG
|
|
|
|
NSIG_MINIMUM
|
|
|
|
OBJECTS_MACHINE
|
|
|
|
ORDINARY_LINK
|
|
|
|
O_NDELAY
|
|
|
|
PENDING_OUTPUT_COUNT
|
|
|
|
PERROR
|
|
|
|
PNTR_COMPARISON_TYPE
|
|
|
|
POSIX_SIGNALS
|
|
|
|
PREFER_VSUSP
|
* unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.
* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.
* config.nt: Remove reference to UNEXEC_SRC.
* lwlib.c: Remove references to obsolete variables.
* fakemail.c: Remove references to obsolete variables.
* os.texi: Remove references to obsolete systems.
* configure.in:
* configure: Remove references to obsolete systems.
2008-06-26 04:24:54 +00:00
|
|
|
PREFER_VSUSP
|
2008-01-06 00:56:56 +00:00
|
|
|
PTY_ITERATION
|
2008-01-05 11:14:48 +00:00
|
|
|
PTY_NAME_SPRINTF
|
2008-01-06 00:56:56 +00:00
|
|
|
PTY_OPEN
|
2008-01-05 11:14:48 +00:00
|
|
|
PTY_TTY_NAME_SPRINTF
|
2008-01-06 00:56:56 +00:00
|
|
|
PURESIZE
|
|
|
|
READ
|
|
|
|
REL_ALLOC
|
|
|
|
RUN_TIME_REMAP
|
|
|
|
SECTION_ALIGNMENT
|
|
|
|
SEEK
|
|
|
|
SEGMENT_MASK
|
|
|
|
SEGSIZ
|
|
|
|
SETUP_SLAVE_PTY
|
|
|
|
SIGMASKTYPE
|
|
|
|
SIGNALS_VIA_CHARACTERS
|
|
|
|
SIGN_EXTEND_CHAR
|
|
|
|
SIGTYPE
|
|
|
|
START_FILES
|
|
|
|
SVR4
|
|
|
|
SYSTEM_MALLOC
|
2008-01-05 11:14:48 +00:00
|
|
|
SYSTEM_TYPE
|
2008-01-06 00:56:56 +00:00
|
|
|
SYSV_PTYS
|
|
|
|
SYSV_SYSTEM_DIR
|
|
|
|
S_IEXEC
|
|
|
|
S_IFDIR
|
|
|
|
S_IFLNK
|
|
|
|
S_IFMT
|
|
|
|
S_IREAD
|
|
|
|
S_IWRITE
|
* unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.
* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.
* config.nt: Remove reference to UNEXEC_SRC.
* lwlib.c: Remove references to obsolete variables.
* fakemail.c: Remove references to obsolete variables.
* os.texi: Remove references to obsolete systems.
* configure.in:
* configure: Remove references to obsolete systems.
2008-06-26 04:24:54 +00:00
|
|
|
TAB3
|
|
|
|
TABDLY
|
2008-01-06 00:56:56 +00:00
|
|
|
TERMCAP
|
|
|
|
TERMINFO
|
|
|
|
TEXT_END
|
|
|
|
TEXT_START
|
|
|
|
THIS_IS_MAKEFILE
|
|
|
|
ULIMIT_BREAK_VALUE
|
|
|
|
UNEXEC
|
|
|
|
USE_MMAP_FOR_BUFFERS
|
|
|
|
USG
|
|
|
|
USG5
|
|
|
|
USG5_4
|
|
|
|
USG_JOBCTRL
|
|
|
|
USG_SHARED_LIBRARIES
|
2008-01-05 11:14:48 +00:00
|
|
|
VIRT_ADDR_VARIES
|
* unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.
* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.
* config.nt: Remove reference to UNEXEC_SRC.
* lwlib.c: Remove references to obsolete variables.
* fakemail.c: Remove references to obsolete variables.
* os.texi: Remove references to obsolete systems.
* configure.in:
* configure: Remove references to obsolete systems.
2008-06-26 04:24:54 +00:00
|
|
|
WCOREDUMP
|
2008-01-05 11:14:48 +00:00
|
|
|
WORDS_BIG_ENDIAN
|
* unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.
* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.
* config.nt: Remove reference to UNEXEC_SRC.
* lwlib.c: Remove references to obsolete variables.
* fakemail.c: Remove references to obsolete variables.
* os.texi: Remove references to obsolete systems.
* configure.in:
* configure: Remove references to obsolete systems.
2008-06-26 04:24:54 +00:00
|
|
|
X11R5_INHIBIT_I18N
|
|
|
|
XOS_NEEDS_TIME_H
|
2008-01-06 00:56:56 +00:00
|
|
|
X_DEFAULT_FONT
|
|
|
|
_ABIN32
|
|
|
|
_MIPS_SZLONG
|
|
|
|
_POSIX_SOURCE
|
|
|
|
_longjmp
|
|
|
|
_setjmp
|
|
|
|
alloca
|
|
|
|
data_start
|
|
|
|
drem
|
|
|
|
emacs
|
|
|
|
entry
|
|
|
|
etext
|
|
|
|
fatal
|
|
|
|
fchmod
|
|
|
|
getpgrp
|
|
|
|
hp9000s800
|
|
|
|
index
|
|
|
|
jmp_buf
|
|
|
|
longjmp
|
2008-01-05 11:14:48 +00:00
|
|
|
m68000
|
2008-01-06 00:56:56 +00:00
|
|
|
m68k
|
|
|
|
magic
|
|
|
|
mc68000
|
|
|
|
mips
|
* unexnext.c:
* m/ews4800.h:
* m/hp9000s300.h:
* m/ibm370aix.h:
* m/mips-siemens.h:
* m/ncr386.h:
* m/next.h:
* m/pmax.h:
* m/powerpcle.h:
* m/tandem-s2.h:
* s/386bsd.h:
* s/bsd386.h:
* s/bsd4-1.h:
* s/bsd4-2.h:
* s/bsdos2-1.h:
* s/bsdos2.h:
* s/bsdos3.h:
* s/bsdos4.h:
* s/nextstep.h:
* s/ultrix4-3.h:
* s/usg5-0.h:
* s/usg5-2-2.h:
* s/usg5-2.h:
* s/usg5-4-3.h:
* s/ux4800.h:
* s/uxpds.h:
* s/uxpv.h: Remove support for obsolete systems.
* s/hpux.h, s/hpux10.h, s/hpux8.h, s/hpux9.h, s/hpux9shr.h:
Remove, insert contents in s/hpux-10.20.h
* s/aix3-1.h, s/aix3-2-5.h, s/aix3-2.h, s/aix4-1.h, s/aix4.h:
Remove, insert contents in s/aix-4.2.h
* s/usg5-3.h: Remove, insert contents in s/usg5-4.h.
* s/bsd4-3.h: Rename to ..
* s/bsd-common.h: ... this.
* src/data.c:
* src/doc.c:
* src/ecrt0.c:
* src/emacs.c:
* src/fileio.c:
* src/floatfns.c:
* src/keyboard.c:
* src/mem-limits.h:
* src/print.c:
* src/process.c:
* src/sysdep.c:
* src/syssignal.h:
* src/systty.h:
* src/syswait.h:
* src/term.c:
* src/unexec.c:
* src/unexelf.c:
* src/unexhp9k800.c:
* src/m/hp800.h:
* src/m/ibmrs6000.h:
* src/m/mips.h:
* src/m/vax.h:
* src/s/darwin.h:
* src/s/freebsd.h:
* src/s/gnu.h:
* src/s/ms-w32.h:
* src/s/msdos.h:
* src/s/netbsd.h:
* src/s/template.h: Remove references to obsolete variables.
* Makefile.in: Add dependencies for all unexec files.
(admindir): Remove unused variable.
(UNEXEC_SRC): Remove references.
* config.nt: Remove reference to UNEXEC_SRC.
* lwlib.c: Remove references to obsolete variables.
* fakemail.c: Remove references to obsolete variables.
* os.texi: Remove references to obsolete systems.
* configure.in:
* configure: Remove references to obsolete systems.
2008-06-26 04:24:54 +00:00
|
|
|
prep
|
2008-01-06 00:56:56 +00:00
|
|
|
sel
|
2008-01-05 11:14:48 +00:00
|
|
|
subprocesses
|
2008-01-06 00:56:56 +00:00
|
|
|
sun
|
|
|
|
text_start
|
2008-01-05 11:14:48 +00:00
|
|
|
|
2007-12-10 17:02:42 +00:00
|
|
|
# arch-tag: bc80061a-1168-4911-9766-46aaf2640250
|