[srvx-commits] CVS: services configure.in,1.39.2.15,1.39.2.16
Brought to you by:
entrope
From: Miles P. <pet...@us...> - 2001-08-12 22:19:01
|
Update of /cvsroot/srvx/services In directory usw-pr-cvs1:/tmp/cvs-serv21334 Modified Files: Tag: rel-1_0 configure.in Log Message: intoa() added (network byte order IP to normal dotted notation) Index: configure.in =================================================================== RCS file: /cvsroot/srvx/services/Attic/configure.in,v retrieving revision 1.39.2.15 retrieving revision 1.39.2.16 diff -C2 -r1.39.2.15 -r1.39.2.16 *** configure.in 2001/08/05 19:14:30 1.39.2.15 --- configure.in 2001/08/12 22:18:58 1.39.2.16 *************** *** 86,90 **** dnl Would rather not bail on headers, BSD has alot of the functions elsewhere. -Jedi ! AC_CHECK_HEADERS(ctype.h errno.h fcntl.h malloc.h math.h netdb.h netinet/in.h pthread.h setjmp.h signal.h stdarg.h stdio.h stdlib.h sys/resource.h sys/timeb.h sys/times.h string.h sys/param.h sys/poll.h sys/socket.h sys/time.h sys/types.h time.h unistd.h getopt.h memory.h regex.h alloca.h,,) dnl portability stuff, hurray! -Jedi --- 86,90 ---- dnl Would rather not bail on headers, BSD has alot of the functions elsewhere. -Jedi ! AC_CHECK_HEADERS(ctype.h errno.h fcntl.h malloc.h math.h netdb.h netinet/in.h pthread.h setjmp.h signal.h stdarg.h stdio.h stdlib.h sys/resource.h sys/timeb.h sys/times.h string.h sys/param.h sys/poll.h sys/socket.h sys/time.h sys/types.h time.h unistd.h getopt.h memory.h regex.h alloca.h arpa/inet.h,,) dnl portability stuff, hurray! -Jedi *************** *** 94,98 **** fi ! AC_CHECK_FUNCS(bcopy memcpy memset stricmp strcasestr strcasecmp strncasecmp strdup strerror strstr strsignal localtime_r setrlimit,,) AC_CHECK_FUNCS(poll,,AC_MSG_WARN([poll(2) is not present -- proxy checking will not work.])) --- 94,98 ---- fi ! AC_CHECK_FUNCS(bcopy memcpy memset stricmp strcasestr strcasecmp strncasecmp strdup strerror strstr strsignal localtime_r setrlimit inet_ntoa,,) AC_CHECK_FUNCS(poll,,AC_MSG_WARN([poll(2) is not present -- proxy checking will not work.])) |