comparison configure.in @ 254:8b62b0ea8f3b

* include netinet/in_systm.h if available before netinet/ip.h, since netbsd seems to require it for some reason. hooray for many unices.
author Matt Johnston <matt@ucc.asn.au>
date Mon, 31 Oct 2005 07:49:57 +0000
parents 12a6f385747d
children a3a68c25035e
comparison
equal deleted inserted replaced
253:84925eceeb13 254:8b62b0ea8f3b
204 204
205 205
206 # Checks for header files. 206 # Checks for header files.
207 AC_HEADER_STDC 207 AC_HEADER_STDC
208 AC_HEADER_SYS_WAIT 208 AC_HEADER_SYS_WAIT
209 AC_CHECK_HEADERS([fcntl.h limits.h netinet/in.h netinet/tcp.h stdlib.h string.h sys/socket.h sys/time.h termios.h unistd.h crypt.h pty.h ioctl.h libutil.h libgen.h inttypes.h stropts.h utmp.h utmpx.h lastlog.h paths.h util.h netdb.h security/pam_appl.h pam/pam_appl.h]) 209 AC_CHECK_HEADERS([fcntl.h limits.h netinet/in.h netinet/tcp.h stdlib.h string.h sys/socket.h sys/time.h termios.h unistd.h crypt.h pty.h ioctl.h libutil.h libgen.h inttypes.h stropts.h utmp.h utmpx.h lastlog.h paths.h util.h netdb.h security/pam_appl.h pam/pam_appl.h netinet/in_systm.h])
210 210
211 # Checks for typedefs, structures, and compiler characteristics. 211 # Checks for typedefs, structures, and compiler characteristics.
212 AC_C_CONST 212 AC_C_CONST
213 AC_TYPE_UID_T 213 AC_TYPE_UID_T
214 AC_TYPE_MODE_T 214 AC_TYPE_MODE_T