summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-07-16 07:01:36 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-07-16 07:01:36 +0000
commit44ea8ac90fd02defc2a59f494e5c4266cc707885 (patch)
tree73d5271620979416e283c90d2a4bf7029fcf55ad /configure.in
parent998be366cb2ca2f2aef03eacdf8ede013c7fc810 (diff)
downloademacs-44ea8ac90fd02defc2a59f494e5c4266cc707885.tar.gz
* 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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in15
1 files changed, 2 insertions, 13 deletions
diff --git a/configure.in b/configure.in
index 92d617c0b30..aedf5295f69 100644
--- a/configure.in
+++ b/configure.in
@@ -294,7 +294,7 @@ machine='' opsys='' unported=no
case "${canonical}" in
## FreeBSD ports
- *-*-*freebsd* )
+ *-*-freebsd* )
opsys=freebsd
case "${canonical}" in
alpha*-*-freebsd*) machine=alpha ;;
@@ -304,7 +304,7 @@ case "${canonical}" in
sparc64-*-freebsd*) machine=sparc ;;
powerpc-*-freebsd*) machine=macppc ;;
i[3456]86-*-freebsd*) machine=intel386 ;;
- amd64-*-freebsd*|x86_64-*-*freebsd*) machine=amdx86-64 ;;
+ amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;;
esac
;;
@@ -2610,17 +2610,6 @@ AH_BOTTOM([
#undef MAC_OS
#undef MAC_OSX
-/* Define USER_FULL_NAME to return a string
- that is the user's full name.
- It can assume that the variable `pw'
- points to the password file entry for this user.
-
- At some sites, the pw_gecos field contains
- 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
-
/* Define AMPERSAND_FULL_NAME if you use the convention
that & in the full name stands for the login id. */
/* Turned on June 1996 supposing nobody will mind it. */