diff options
| author | Eli Zaretskii | 2008-08-23 16:40:30 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-23 16:40:30 +0000 |
| commit | 2b5b9582aa1df282fe22a681e8bba2c7d42c8b6e (patch) | |
| tree | bb61fb57199ba638e061d052d3f5dfb7f83868e0 | |
| parent | e2cb56be555404f08bbe0626c1b598377f8b7770 (diff) | |
| download | emacs-2b5b9582aa1df282fe22a681e8bba2c7d42c8b6e.tar.gz emacs-2b5b9582aa1df282fe22a681e8bba2c7d42c8b6e.zip | |
Add USER_FULL_NAME.
| -rw-r--r-- | admin/CPP-DEFINES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 2f9c0e69c1d..874058ce0fd 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES | |||
| @@ -50,6 +50,9 @@ SYSTEM_MALLOC Use the system library's malloc. | |||
| 50 | subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it. | 50 | subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it. |
| 51 | USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int. | 51 | USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int. |
| 52 | 52 | ||
| 53 | ** Misc macros | ||
| 54 | USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default. | ||
| 55 | |||
| 53 | ** Replace, the definition is trivial: SWITCH_ENUM_CAST | 56 | ** Replace, the definition is trivial: SWITCH_ENUM_CAST |
| 54 | 57 | ||
| 55 | ** Defines from src/m/*.h and src/s/*.h. Some of these might not be used in the code anymore, so they can be removed. The HAVE_* definitions are probably handled by autoconf, so it might be possible to just remove them from src/[sm]/*.h. | 58 | ** Defines from src/m/*.h and src/s/*.h. Some of these might not be used in the code anymore, so they can be removed. The HAVE_* definitions are probably handled by autoconf, so it might be possible to just remove them from src/[sm]/*.h. |