aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-05-02 15:17:46 +0000
committerGerald Combs <gerald@wireshark.org>2013-05-02 15:17:46 +0000
commitee26b25981095c6c20b8b51c0cc8008c01820e51 (patch)
tree432ee48547f736e516fb800614cf39fc6498b2c5 /configure.ac
parenta52f0c61f30a71efbed439ad9564564562fa8bf5 (diff)
Add a link to the Survey of Commonly Available C System Header Files. It
looks like we might be able to get rid of a few header checks. svn path=/trunk/; revision=49139
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b15e6fce9f..3be94c25e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1887,6 +1887,7 @@ fi
AC_SUBST(LIBCAP_LIBS)
dnl Checks for header files.
+dnl Some of these may not be needed: http://hacks.owlfolio.org/header-survey/
AC_CHECK_HEADERS(direct.h dirent.h fcntl.h grp.h inttypes.h netdb.h pwd.h stdarg.h stddef.h unistd.h)
AC_CHECK_HEADERS(sys/ioctl.h sys/param.h sys/socket.h sys/sockio.h sys/stat.h sys/time.h sys/types.h sys/utsname.h sys/wait.h)
AC_CHECK_HEADERS(netinet/in.h)