Mercurial > hg > xemacs-beta
diff nt/config.h @ 118:7d55a9ba150c r20-1b11
Import from CVS: tag r20-1b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:24:17 +0200 |
parents | 4be1180a9e89 |
children | 85ec50267440 |
line wrap: on
line diff
--- a/nt/config.h Mon Aug 13 09:23:08 2007 +0200 +++ b/nt/config.h Mon Aug 13 09:24:17 2007 +0200 @@ -79,10 +79,10 @@ the user's full name. If neither this nor any other field contains the right thing, use pw_name, giving the user's login name, since that is better than nothing. */ +#define USER_FULL_NAME pw->pw_gecos #if 0 -#define USER_FULL_NAME pw->pw_gecos +#define USER_FULL_NAME unknown #endif -#define USER_FULL_NAME unknown /* Define AMPERSAND_FULL_NAME if you use the convention that & in the full name stands for the login id. */