diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2007-03-20 16:30:14 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2007-03-20 16:30:14 +0000 |
commit | 34ed4642ecec17ec3f3bf6bba304a07b141458cd (patch) | |
tree | 0208a93b8fecdbd5fbc1a2ddfae28487a73b2b31 /lib/config-win32ce.h | |
parent | 248f05713740b2f1d2589580c2939306627cc690 (diff) | |
download | curl-34ed4642ecec17ec3f3bf6bba304a07b141458cd.tar.gz |
Remove unneeded 'HAVE_*' defines.
Diffstat (limited to 'lib/config-win32ce.h')
-rw-r--r-- | lib/config-win32ce.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index fc038aad9..c8dc35c3f 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -9,9 +9,6 @@ /* HEADER FILES */ /* ---------------------------------------------------------------- */ -/* Define if you have the <alloca.h> header file. */ -/* #define HAVE_ALLOCA_H 1 */ - /* Define if you have the <arpa/inet.h> header file. */ /* #define HAVE_ARPA_INET_H 1 */ @@ -36,9 +33,6 @@ /* Define if you have the <io.h> header file. */ #define HAVE_IO_H 1 -/* Define if you have the <malloc.h> header file. */ -#define HAVE_MALLOC_H 1 - /* Define if you need the malloc.h header header file even with stdlib.h */ #define NEED_MALLOC_H 1 @@ -204,15 +198,9 @@ /* Define if you have the tcsetattr function. */ /* #define HAVE_TCSETATTR 1 */ -/* Define if you have the uname function. */ -/* #define HAVE_UNAME 1 */ - /* Define if you have the utime function */ #define HAVE_UTIME 1 -/* Define if you have the vprintf function. */ -#define HAVE_VPRINTF 1 - /* Define if you have the getnameinfo function. */ #define HAVE_GETNAMEINFO 1 |