diff options
author | Yang Tse <yangsita@gmail.com> | 2009-04-14 13:50:32 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-04-14 13:50:32 +0000 |
commit | 9cc6ab39220c60ee59eaae8b207216c0a319d384 (patch) | |
tree | d630c9b0b2012e239949a0c95d07315e684b2dd7 /lib/config-win32ce.h | |
parent | 2c27e24bb4cabe964d3eacfa6d809d1672e5dc82 (diff) | |
download | curl-9cc6ab39220c60ee59eaae8b207216c0a319d384.tar.gz |
use HAVE_LIMITS_H symbol to protect limits.h inclusion
Diffstat (limited to 'lib/config-win32ce.h')
-rw-r--r-- | lib/config-win32ce.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 69caa4666..57571b51f 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -30,6 +30,9 @@ /* Define if you have the <io.h> header file. */ #define HAVE_IO_H 1 +/* Define if you have the <limits.h> header file. */ +#define HAVE_LIMITS_H 1 + /* Define if you need the malloc.h header header file even with stdlib.h */ #define NEED_MALLOC_H 1 |