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-tpf.h | |
parent | 248f05713740b2f1d2589580c2939306627cc690 (diff) | |
download | curl-34ed4642ecec17ec3f3bf6bba304a07b141458cd.tar.gz |
Remove unneeded 'HAVE_*' defines.
Diffstat (limited to 'lib/config-tpf.h')
-rw-r--r-- | lib/config-tpf.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 <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 @@ -287,9 +284,6 @@ /* 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 */ @@ -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 <unistd.h> header file. */ #define HAVE_UNISTD_H 1 |