Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
117:578fd4947a72 | 118:7d55a9ba150c |
---|---|
77 | 77 |
78 At some sites, the pw_gecos field contains | 78 At some sites, the pw_gecos field contains |
79 the user's full name. If neither this nor any other | 79 the user's full name. If neither this nor any other |
80 field contains the right thing, use pw_name, | 80 field contains the right thing, use pw_name, |
81 giving the user's login name, since that is better than nothing. */ | 81 giving the user's login name, since that is better than nothing. */ |
82 #define USER_FULL_NAME pw->pw_gecos | |
82 #if 0 | 83 #if 0 |
83 #define USER_FULL_NAME pw->pw_gecos | |
84 #endif | |
85 #define USER_FULL_NAME unknown | 84 #define USER_FULL_NAME unknown |
85 #endif | |
86 | 86 |
87 /* Define AMPERSAND_FULL_NAME if you use the convention | 87 /* Define AMPERSAND_FULL_NAME if you use the convention |
88 that & in the full name stands for the login id. */ | 88 that & in the full name stands for the login id. */ |
89 #undef AMPERSAND_FULL_NAME | 89 #undef AMPERSAND_FULL_NAME |
90 | 90 |