comparison configure.in @ 43640:050eee3f784f

Test for getpeername.
author Kim F. Storm <storm@cua.dk>
date Sun, 03 Mar 2002 00:24:57 +0000
parents 023476a7048a
children 0f0939983d10
comparison
equal deleted inserted replaced
43639:e3d90e62f3d0 43640:050eee3f784f
1 dnl Autoconf script for GNU Emacs 1 dnl Autoconf script for GNU Emacs
2 dnl To rebuild the `configure' script from this, execute the command 2 dnl To rebuild the `configure' script from this, execute the command
3 dnl autoconf 3 dnl autoconf
4 dnl in the directory containing this script. 4 dnl in the directory containing this script.
5 dnl 5 dnl
6 dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001 6 dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002
7 dnl Free Software Foundation, Inc. 7 dnl Free Software Foundation, Inc.
8 dnl 8 dnl
9 dnl This file is part of GNU Emacs. 9 dnl This file is part of GNU Emacs.
10 dnl 10 dnl
11 dnl GNU Emacs is free software; you can redistribute it and/or modify 11 dnl GNU Emacs is free software; you can redistribute it and/or modify
1973 else : 1973 else :
1974 fi 1974 fi
1975 AC_CHECK_FUNCS(touchlock) 1975 AC_CHECK_FUNCS(touchlock)
1976 AC_CHECK_HEADERS(maillock.h) 1976 AC_CHECK_HEADERS(maillock.h)
1977 1977
1978 AC_CHECK_FUNCS(gethostname getdomainname dup2 \ 1978 AC_CHECK_FUNCS(gethostname getdomainname getpeername dup2 \
1979 rename closedir mkdir rmdir sysinfo \ 1979 rename closedir mkdir rmdir sysinfo \
1980 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ 1980 random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \
1981 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ 1981 strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
1982 utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \ 1982 utimes setrlimit setpgid getcwd getwd shutdown strftime getaddrinfo \
1983 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \ 1983 __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \