# HG changeset patch # User Kim F. Storm # Date 1015115097 0 # Node ID 050eee3f784f1df82fe14ed1cde1c84ae6438297 # Parent e3d90e62f3d04d70763dcdad1a343f7aab51ba86 Test for getpeername. diff -r e3d90e62f3d0 -r 050eee3f784f configure --- a/configure Sun Mar 03 00:02:48 2002 +0000 +++ b/configure Sun Mar 03 00:24:57 2002 +0000 @@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by Autoconf 2.52. # -# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 +# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 # Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. @@ -8226,7 +8226,7 @@ fi done -for ac_func in gethostname getdomainname dup2 \ +for ac_func in gethostname getdomainname getpeername dup2 \ rename closedir mkdir rmdir sysinfo \ random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ diff -r e3d90e62f3d0 -r 050eee3f784f configure.in --- a/configure.in Sun Mar 03 00:02:48 2002 +0000 +++ b/configure.in Sun Mar 03 00:24:57 2002 +0000 @@ -3,7 +3,7 @@ dnl autoconf dnl in the directory containing this script. dnl -dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001 +dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 dnl Free Software Foundation, Inc. dnl dnl This file is part of GNU Emacs. @@ -1975,7 +1975,7 @@ AC_CHECK_FUNCS(touchlock) AC_CHECK_HEADERS(maillock.h) -AC_CHECK_FUNCS(gethostname getdomainname dup2 \ +AC_CHECK_FUNCS(gethostname getdomainname getpeername dup2 \ rename closedir mkdir rmdir sysinfo \ random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \