]> git.eshelyaron.com Git - emacs.git/commitdiff
Manually edited to add checks for sendto, recvfrom, getsockopt, setsockopt,
authorKim F. Storm <storm@cua.dk>
Mon, 18 Mar 2002 14:15:01 +0000 (14:15 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 18 Mar 2002 14:15:01 +0000 (14:15 +0000)
getsockname, getpeername, and sys/un.h

configure

index a5ad01b320b7852a2a846f0e9a63aa4b5cb83963..193cf85325b4f02d2bf9ee8300a2e01fef2a842e 100755 (executable)
--- a/configure
+++ b/configure
@@ -8321,7 +8321,7 @@ EOF
 fi
 done
 
-for ac_header in maillock.h
+for ac_header in maillock.h sys/un.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 echo "$as_me:8327: checking for $ac_header" >&5
@@ -8369,12 +8369,13 @@ EOF
 fi
 done
 
-for ac_func in gethostname getdomainname getpeername dup2 \
+for ac_func in gethostname getdomainname 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 \
 utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \
 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
+sendto recvfrom getsockopt setsockopt getsockname getpeername \
 gai_strerror mkstemp
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`