aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-23 07:03:32 +0000
committerDan Nicolaescu2008-07-23 07:03:32 +0000
commitbbbac910aa8e606e15327794f3a83c8145120e1c (patch)
treee79b2b7bf42b1ce715a0a590a4bb56ded931ab0c
parentf914a6bfad1a277cd80ca2ee8fb10c89f7dbef21 (diff)
downloademacs-bbbac910aa8e606e15327794f3a83c8145120e1c.tar.gz
emacs-bbbac910aa8e606e15327794f3a83c8145120e1c.zip
*** empty log message ***
-rw-r--r--admin/CPP-DEFINES11
1 files changed, 3 insertions, 8 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index 7952f6a5cfb..cb60bd5f2cc 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -16,7 +16,6 @@ DOS_NT Compiling for either the MS-DOS or native MS-Windows port.
16WINDOWSNT Compiling the native MS-Windows (W32) port. 16WINDOWSNT Compiling the native MS-Windows (W32) port.
17__MINGW32__ Compiling the W32 port with the MinGW port of GCC. 17__MINGW32__ Compiling the W32 port with the MinGW port of GCC.
18_MSC_VER Compiling the W32 port with the Microsoft C compiler. 18_MSC_VER Compiling the W32 port with the Microsoft C compiler.
19IRIX6_5 Compiling on Irix-6.5
20USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int. 19USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int.
21 20
22** Distinguishing GUIs ** 21** Distinguishing GUIs **
@@ -46,6 +45,7 @@ FRAME_WINDOW_P A GUI frame (like X, w32, etc.)
46** Compile-time options ** 45** Compile-time options **
47REL_ALLOC Compile in the relocatable memory allocator ralloc.c. 46REL_ALLOC Compile in the relocatable memory allocator ralloc.c.
48SYSTEM_MALLOC Use the system library's malloc. 47SYSTEM_MALLOC Use the system library's malloc.
48subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it.
49 49
50** Replace, the definition is trivial: SWITCH_ENUM_CAST 50** Replace, the definition is trivial: SWITCH_ENUM_CAST
51 51
@@ -86,7 +86,6 @@ C_SWITCH_MACHINE
86C_SWITCH_SYSTEM 86C_SWITCH_SYSTEM
87C_SWITCH_SYSTEM_TEMACS 87C_SWITCH_SYSTEM_TEMACS
88C_SWITCH_X_SYSTEM 88C_SWITCH_X_SYSTEM
89DATA_END
90DATA_SEG_BITS 89DATA_SEG_BITS
91DATA_START 90DATA_START
92DBL_MIN_REPLACEMENT 91DBL_MIN_REPLACEMENT
@@ -209,17 +208,13 @@ IBMR2AIX
209INHIBIT_X11R6_XIM 208INHIBIT_X11R6_XIM
210INTERNAL_TERMINAL 209INTERNAL_TERMINAL
211INTERRUPT_INPUT 210INTERRUPT_INPUT
212IRIS
213IRIS_4D
214IS_ANY_SEP 211IS_ANY_SEP
215IS_DIRECTORY_SEP 212IS_DIRECTORY_SEP
216KERNEL_FILE 213KERNEL_FILE
217LDAV_SYMBOL 214LDAV_SYMBOL
218LD_SWITCH_MACHINE 215LD_SWITCH_MACHINE
219LD_SWITCH_MACHINE_TEMACS 216LD_SWITCH_MACHINE_TEMACS
220LD_SWITCH_SITE
221LD_SWITCH_SYSTEM 217LD_SWITCH_SYSTEM
222LD_SWITCH_SYSTEM_1
223LD_SWITCH_SYSTEM_TEMACS 218LD_SWITCH_SYSTEM_TEMACS
224LD_SWITCH_SYSTEM_tmp 219LD_SWITCH_SYSTEM_tmp
225LD_SWITCH_X_DEFAULT 220LD_SWITCH_X_DEFAULT
@@ -236,7 +231,6 @@ LIB_MOTIF
236LIB_STANDARD 231LIB_STANDARD
237LINKER 232LINKER
238LINK_CRTL_SHARE 233LINK_CRTL_SHARE
239LINUX_SBRK_BUG
240LINUX_VERSION_CODE 234LINUX_VERSION_CODE
241LISP_FLOAT_TYPE 235LISP_FLOAT_TYPE
242LNOFLSH 236LNOFLSH
@@ -322,6 +316,7 @@ STDC_HEADERS
322SYMS_SYSTEM 316SYMS_SYSTEM
323SYSTEM_PURESIZE_EXTRA 317SYSTEM_PURESIZE_EXTRA
324SYSTEM_TYPE 318SYSTEM_TYPE
319SYSTEM_MALLOC
325SYSV_SYSTEM_DIR 320SYSV_SYSTEM_DIR
326Srandom 321Srandom
327TAB3 322TAB3
@@ -370,6 +365,7 @@ __ELF__
370__FreeBSD__ 365__FreeBSD__
371__FreeBSD_version 366__FreeBSD_version
372__GNUC__ 367__GNUC__
368__GNU_LIBRARY__
373__GNUC_MINOR__ 369__GNUC_MINOR__
374__NetBSD__ 370__NetBSD__
375__OpenBSD__ 371__OpenBSD__
@@ -456,7 +452,6 @@ strerror
456stricmp 452stricmp
457strnicmp 453strnicmp
458strupr 454strupr
459subprocesses
460sys_nerr 455sys_nerr
461system 456system
462temacs 457temacs