From 34ed4642ecec17ec3f3bf6bba304a07b141458cd Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Tue, 20 Mar 2007 16:30:14 +0000 Subject: Remove unneeded 'HAVE_*' defines. --- lib/Makefile.netware | 2 -- lib/config-tpf.h | 9 --------- lib/config-win32ce.h | 12 ------------ 3 files changed, 23 deletions(-) (limited to 'lib') diff --git a/lib/Makefile.netware b/lib/Makefile.netware index a90443bf9..94123af5a 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -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) >> $@ diff --git a/lib/config-tpf.h b/lib/config-tpf.h index 7a4843c3e..a22756c52 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -74,9 +74,6 @@ /* Define to the type of arg 7 for getnameinfo. */ /* #undef GETNAMEINFO_TYPE_ARG7 */ -/* Define to 1 if you have the header file. */ -#define HAVE_ALLOCA_H 1 - /* Define to 1 if you have the header file. */ #define HAVE_ARPA_INET_H 1 @@ -287,9 +284,6 @@ /* if your compiler supports long long */ #define HAVE_LONGLONG 1 -/* Define to 1 if you have the 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 */ @@ -539,9 +533,6 @@ /* 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 header file. */ #define HAVE_UNISTD_H 1 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 header file. */ -/* #define HAVE_ALLOCA_H 1 */ - /* Define if you have the header file. */ /* #define HAVE_ARPA_INET_H 1 */ @@ -36,9 +33,6 @@ /* Define if you have the header file. */ #define HAVE_IO_H 1 -/* Define if you have the 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 -- cgit v1.2.3