]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Remove unneeded 'HAVE_*' defines.
authorGisle Vanem <gvanem@broadpark.no>
Tue, 20 Mar 2007 16:30:14 +0000 (16:30 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Tue, 20 Mar 2007 16:30:14 +0000 (16:30 +0000)
lib/Makefile.netware
lib/config-tpf.h
lib/config-win32ce.h

index a90443bf9ecfec3a2eca25ede27f6abb649062eb..94123af5a360ad3a382d3e0a14d43084fff09f90 100644 (file)
@@ -335,7 +335,6 @@ config.h: Makefile.netware
        @echo $(DL)#define HAVE_INTTYPES_H 1$(DL) >> $@
        @echo $(DL)#define HAVE_LIMITS_H 1$(DL) >> $@
        @echo $(DL)#define HAVE_LONGLONG 1$(DL) >> $@
-       @echo $(DL)#define HAVE_MALLOC_H 1$(DL) >> $@
        @echo $(DL)#define HAVE_NETINET_IN_H 1$(DL) >> $@
        @echo $(DL)#define HAVE_RECV 1$(DL) >> $@
        @echo $(DL)#define HAVE_SELECT 1$(DL) >> $@
@@ -360,7 +359,6 @@ config.h: Makefile.netware
        @echo $(DL)#define HAVE_SYS_TIME_H 1$(DL) >> $@
        @echo $(DL)#define HAVE_TERMIOS_H 1$(DL) >> $@
        @echo $(DL)#define HAVE_TIME_H 1$(DL) >> $@
-       @echo $(DL)#define HAVE_UNAME 1$(DL) >> $@
        @echo $(DL)#define HAVE_UNISTD_H 1$(DL) >> $@
        @echo $(DL)#define RECV_TYPE_ARG1 int$(DL) >> $@
        @echo $(DL)#define RECV_TYPE_ARG2 char *$(DL) >> $@
index 7a4843c3eb37ac8d55a3d229927144916a832c9f..a22756c525a18095852dd71495d13a7a39a15b3b 100644 (file)
@@ -74,9 +74,6 @@
 /* Define to the type of arg 7 for getnameinfo. */
 /* #undef GETNAMEINFO_TYPE_ARG7 */
 
-/* Define to 1 if you have the <alloca.h> header file. */
-#define HAVE_ALLOCA_H 1
-
 /* Define to 1 if you have the <arpa/inet.h> header file. */
 #define HAVE_ARPA_INET_H 1
 
 /* if your compiler supports long long */
 #define HAVE_LONGLONG 1
 
-/* Define to 1 if you have the <malloc.h> header file. */
-/* #undef HAVE_MALLOC_H */
-
 /* Define to 1 if you need the malloc.h header file even with stdlib.h  */
 /* #undef NEED_MALLOC_H */
 
 /* Define to 1 if you have the `tld_strerror' function. */
 /* #undef HAVE_TLD_STRERROR */
 
-/* Define to 1 if you have the `uname' function. */
-/* #undef HAVE_UNAME */
-
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1
 
index fc038aad932e3d7999b602f27f04ebac904e152e..c8dc35c3fcba04fdb1e405de46371eaa15a83dbb 100644 (file)
@@ -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
 
 /* 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