diff options
Diffstat (limited to 'admin/CPP-DEFINES')
| -rw-r--r-- | admin/CPP-DEFINES | 5 |
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. | |||
| 48 | subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it. | 48 | subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it. |
| 49 | USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int. | 49 | USE_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 |
| 52 | CLASH_DETECTION | 52 | CLASH_DETECTION |
| 53 | COFF | 53 | COFF |
| 54 | FIRST_PTY_LETTER | 54 | FIRST_PTY_LETTER |
| @@ -58,9 +58,6 @@ NARROWPROTO | |||
| 58 | SEPCHAR | 58 | SEPCHAR |
| 59 | SYSTEM_TYPE | 59 | SYSTEM_TYPE |
| 60 | 60 | ||
| 61 | ** Machine specific macros, decribed in detail in src/m/template.h | ||
| 62 | VIRT_ADDR_VARIES | ||
| 63 | |||
| 64 | ** Misc macros | 61 | ** Misc macros |
| 65 | USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default. | 62 | USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default. |
| 66 | 63 | ||