aboutsummaryrefslogtreecommitdiffstats
path: root/admin/CPP-DEFINES
diff options
context:
space:
mode:
Diffstat (limited to 'admin/CPP-DEFINES')
-rw-r--r--admin/CPP-DEFINES5
1 files changed, 1 insertions, 4 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index 6e0f736a06f..c5f8c7ab31f 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -48,7 +48,7 @@ SYSTEM_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. 48subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it.
49USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int. 49USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int.
50 50
51** System specific macros, decribed in detail in src/s/template.h 51** System specific macros, described in detail in src/s/template.h
52CLASH_DETECTION 52CLASH_DETECTION
53COFF 53COFF
54FIRST_PTY_LETTER 54FIRST_PTY_LETTER
@@ -58,9 +58,6 @@ NARROWPROTO
58SEPCHAR 58SEPCHAR
59SYSTEM_TYPE 59SYSTEM_TYPE
60 60
61** Machine specific macros, decribed in detail in src/m/template.h
62VIRT_ADDR_VARIES
63
64** Misc macros 61** Misc macros
65USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default. 62USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default.
66 63