summaryrefslogtreecommitdiffstats
path: root/config-msvc.h
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 /config-msvc.h
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 'config-msvc.h')
-rw-r--r--config-msvc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-msvc.h b/config-msvc.h
index 0e42505..99c00f9 100644
--- a/config-msvc.h
+++ b/config-msvc.h
@@ -30,6 +30,7 @@
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
+#define HAVE_LIMITS_H 1
#define HAVE_SYSTEM 1
#define HAVE_TIME 1
#define HAVE_TIME_H 1