summaryrefslogtreecommitdiff
path: root/lib/configure.ac
diff options
context:
space:
mode:
authorLuke Howard <lukeh@padl.com>2011-11-14 16:59:55 +1100
committerLuke Howard <lukeh@padl.com>2011-11-14 16:59:55 +1100
commitac17a556bd50969c8157d50761449b702afa4af8 (patch)
tree61900a1a4746f20c2debae948322ea07330a2d44 /lib/configure.ac
parentd6e790ddd52c0aa09af6e515d79d3a676c01fdad (diff)
port new RADIUS library to Windows
Conflicts: lib/configure.ac lib/include/radsec/radsec.h lib/radius/client.h
Diffstat (limited to 'lib/configure.ac')
-rw-r--r--lib/configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/configure.ac b/lib/configure.ac
index 086a4fe..9b1d304 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -30,7 +30,8 @@ AM_CONDITIONAL([RS_ENABLE_TLS], [test "${enable_tls+set}" = set])
# Checks for header files.
AC_CHECK_HEADERS(
- [netdb.h netinet/in.h stdint.h stdlib.h string.h sys/socket.h unistd.h])
+ [sys/time.h time.h netdb.h netinet/in.h stdint.h stdlib.h strings.h string.h \
+ sys/socket.h unistd.h syslog.h sys/select.h fcntl.h arpa/inet.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_SIZE_T