diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2009-04-18 16:50:09 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2009-04-18 16:50:09 +0000 |
commit | 0c89d71aee204b00d6ff898aa15d6f7e55f0976d (patch) | |
tree | b5198fe4c1dead2e4e7a30c543ae2273c9aee354 /lib/config.dos | |
parent | b746bf78147c090e13441ec0ea325d0c3dee048c (diff) | |
download | curl-0c89d71aee204b00d6ff898aa15d6f7e55f0976d.tar.gz |
Added HAVE_LIMITS_H.
Diffstat (limited to 'lib/config.dos')
-rw-r--r-- | lib/config.dos | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config.dos b/lib/config.dos index 361daba2c..cceefb814 100644 --- a/lib/config.dos +++ b/lib/config.dos @@ -28,6 +28,7 @@ #define HAVE_IOCTL_FIONBIO 1 #define HAVE_IOCTLSOCKET 1 #define HAVE_IOCTLSOCKET_FIONBIO 1 +#define HAVE_LIMITS_H 1 #define HAVE_LOCALE_H 1 #define HAVE_LONGLONG 1 #define HAVE_MEMORY_H 1 |