summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-03-29 11:16:39 +0200
committerDavid Sommerseth <davids@redhat.com>2012-04-02 11:54:01 +0200
commit112731fcc39535ba425ac717cb0d5bd1a2a11c61 (patch)
tree03d5cbc35637b79607293caf391c5fbcd49574cd /configure.ac
parent5cfe3d4c1897785b32565dbb59c914fac62b0ed9 (diff)
downloadopenvpn-112731fcc39535ba425ac717cb0d5bd1a2a11c61.tar.gz
openvpn-112731fcc39535ba425ac717cb0d5bd1a2a11c61.tar.xz
openvpn-112731fcc39535ba425ac717cb0d5bd1a2a11c61.zip
cleanup: avoid using ~0 - generic
Use limits.h for maximum value. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Gert Doering <gert@greenie.muc.de> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ef34697..e962323 100644
--- a/configure.ac
+++ b/configure.ac
@@ -354,7 +354,7 @@ AX_EMPTY_ARRAY
AC_CHECK_SIZEOF([unsigned int])
AC_CHECK_SIZEOF([unsigned long])
AC_CHECK_HEADERS([ \
- stdio.h stdarg.h \
+ stdio.h stdarg.h limits.h \
time.h errno.h fcntl.h io.h direct.h \
ctype.h sys/types.h sys/socket.h \
signal.h unistd.h dlfcn.h \