comparison src/config.in @ 96718:b9cd22789f50

* editfns.c (Fuser_full_name): Replace the only use of USER_FULL_NAME with its value. * config.in: Regenerate. * configure.in (freebsd, kfreebsd): Undo part of previous change. (USER_FULL_NAME): Remove, not used anymore. * configure: Regenerate.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 16 Jul 2008 07:01:36 +0000
parents d45acf0c8d23
children f5cf56c90437
comparison
equal deleted inserted replaced
96717:2fde988b44fb 96718:b9cd22789f50
998 #endif 998 #endif
999 999
1000 /* PENDING: These are used for the Carbon port only. */ 1000 /* PENDING: These are used for the Carbon port only. */
1001 #undef MAC_OS 1001 #undef MAC_OS
1002 #undef MAC_OSX 1002 #undef MAC_OSX
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 1003
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. */
1018 #define AMPERSAND_FULL_NAME 1007 #define AMPERSAND_FULL_NAME