# HG changeset patch # User Eli Zaretskii # Date 1219509630 0 # Node ID b0ed9b78b8a4efc21735b784d4eba64cd114a7b5 # Parent 4332a13750d7656e22e8dbea9ff86b2887ee4750 Add USER_FULL_NAME. diff -r 4332a13750d7 -r b0ed9b78b8a4 admin/CPP-DEFINES --- a/admin/CPP-DEFINES Sat Aug 23 15:50:06 2008 +0000 +++ b/admin/CPP-DEFINES Sat Aug 23 16:40:30 2008 +0000 @@ -50,6 +50,9 @@ subprocesses System can use subprocesses (for M-x shell for example). Defined by default, only MSDOS undefines it. USE_LISP_UNION_TYPE Define it in lisp.h to make Lisp_Object be a union type instead of the default int. +** Misc macros +USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default. + ** Replace, the definition is trivial: SWITCH_ENUM_CAST ** 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.