aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim F. Storm2002-03-03 00:26:15 +0000
committerKim F. Storm2002-03-03 00:26:15 +0000
commit6a22cdf4bfc7a17ff6e6b0023feb23ffcc056f65 (patch)
tree78167ebbf43a2694df5d558177921feda31831a1 /configure
parente5787c30c24398fa4ec41709f29b88c680967d95 (diff)
downloademacs-6a22cdf4bfc7a17ff6e6b0023feb23ffcc056f65.tar.gz
emacs-6a22cdf4bfc7a17ff6e6b0023feb23ffcc056f65.zip
Test for getpeername.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b541039a57b..e8ef9bc6d28 100755
--- a/configure
+++ b/configure
@@ -2,7 +2,7 @@
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by Autoconf 2.52. 3# Generated by Autoconf 2.52.
4# 4#
5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6# Free Software Foundation, Inc. 6# Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation 7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it. 8# gives unlimited permission to copy, distribute and modify it.
@@ -8226,7 +8226,7 @@ EOF
8226fi 8226fi
8227done 8227done
8228 8228
8229for ac_func in gethostname getdomainname dup2 \ 8229for ac_func in gethostname getdomainname getpeername dup2 \
8230rename closedir mkdir rmdir sysinfo \ 8230rename closedir mkdir rmdir sysinfo \
8231random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ 8231random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
8232strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ 8232strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \