diff options
Diffstat (limited to 'src/config.in')
| -rw-r--r-- | src/config.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/config.in b/src/config.in index 714d1d44f80..94750388c24 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -1001,17 +1001,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1001 | #undef MAC_OS | 1001 | #undef MAC_OS |
| 1002 | #undef MAC_OSX | 1002 | #undef MAC_OSX |
| 1003 | 1003 | ||
| 1004 | /* Define USER_FULL_NAME to return a string | ||
| 1005 | that is the user's full name. | ||
| 1006 | It can assume that the variable `pw' | ||
| 1007 | points to the password file entry for this user. | ||
| 1008 | |||
| 1009 | At some sites, the pw_gecos field contains | ||
| 1010 | the user's full name. If neither this nor any other | ||
| 1011 | field contains the right thing, use pw_name, | ||
| 1012 | giving the user's login name, since that is better than nothing. */ | ||
| 1013 | #define USER_FULL_NAME pw->pw_gecos | ||
| 1014 | |||
| 1015 | /* Define AMPERSAND_FULL_NAME if you use the convention | 1004 | /* Define AMPERSAND_FULL_NAME if you use the convention |
| 1016 | that & in the full name stands for the login id. */ | 1005 | that & in the full name stands for the login id. */ |
| 1017 | /* Turned on June 1996 supposing nobody will mind it. */ | 1006 | /* Turned on June 1996 supposing nobody will mind it. */ |