diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-14 07:47:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-14 07:47:55 +0000 |
commit | d2f7037ff74f68a4db53fe9ae15ddd447ed608db (patch) | |
tree | 79b1b58e6f0a0e691cf6baa09dfa2bfcab77457d /src | |
parent | c3614fa6a36d5d28fce0ffbce2110dfff4822c23 (diff) |
HAVE_LIMITS_H
Diffstat (limited to 'src')
-rw-r--r-- | src/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index 569418700..c9f5e7c2a 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -85,3 +85,7 @@ /* If zlib is available */ #undef HAVE_LIBZ + +/* Define if you have the <limits.h> header file */ +#undef HAVE_LIMITS_H + |