diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2007-02-26 03:41:25 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2007-02-26 03:41:25 +0000 |
commit | e2f0580dfe45c9337394ecce74ca769a3d07635d (patch) | |
tree | 1b8340affdfb4acd6c45b35140afda7b29781946 /lib | |
parent | d165bed2d68562ea1c7180cad140891da855bedb (diff) |
Removed unneeded 'HAVE_x' defines.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config.dos | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lib/config.dos b/lib/config.dos index d79369d5c..41d312d50 100644 --- a/lib/config.dos +++ b/lib/config.dos @@ -17,48 +17,33 @@ #define PACKAGE "curl" -#define HAVE_ASSERT_T 1 #define HAVE_ARPA_INET_H 1 -#define HAVE_CLOSESOCKET 1 #define HAVE_FCNTL_H 1 #define HAVE_FIONBIO 1 -#define HAVE_GETHOSTBYADDR 1 -#define HAVE_GETHOSTNAME 1 -#define HAVE_GETPASS 1 -#define HAVE_GETSERVBYNAME 1 #define HAVE_GETPROTOBYNAME 1 #define HAVE_GETTIMEOFDAY 1 -#define HAVE_INET_ADDR 1 -#define HAVE_INET_NTOA 1 #define HAVE_IO_H 1 #define HAVE_IOCTLSOCKET 1 #define HAVE_INET_PTON 1 #define HAVE_INET_NTOP 1 #define HAVE_LOCALE_H 1 #define HAVE_LONGLONG 1 -#define HAVE_MALLOC_H 1 #define HAVE_MEMORY_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_NET_IF_H 1 #define HAVE_PROCESS_H 1 -#define HAVE_PERROR 1 #define HAVE_RECV 1 #define HAVE_SELECT 1 #define HAVE_SEND 1 #define HAVE_SETJMP_H 1 #define HAVE_SETLOCALE 1 -#define HAVE_SETVBUF 1 #define HAVE_SIGNAL 1 -#define HAVE_SIGNAL_H 1 -#define HAVE_SIG_ATOMIC_T 1 #define HAVE_SOCKET 1 #define HAVE_SPNEGO 1 #define HAVE_STRDUP 1 -#define HAVE_STRFTIME 1 #define HAVE_STRICMP 1 -#define HAVE_STRSTR 1 #define HAVE_STRTOLL 1 #define HAVE_STRUCT_TIMEVAL 1 #define HAVE_SYS_IOCTL_H 1 @@ -67,9 +52,7 @@ #define HAVE_SYS_TYPES_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_TIME_H 1 -#define HAVE_UNAME 1 #define HAVE_UNISTD_H 1 -#define HAVE_VPRINTF 1 #define NEED_MALLOC_H 1 @@ -105,15 +88,7 @@ #endif #ifdef USE_SSLEAY /* on cmd-line */ - #define HAVE_OPENSSL_X509_H 1 - #define HAVE_OPENSSL_SSL_H 1 - #define HAVE_OPENSSL_RSA_H 1 - #define HAVE_OPENSSL_PEM_H 1 - #define HAVE_OPENSSL_ERR_H 1 - #define HAVE_OPENSSL_CRYPTO_H 1 #define HAVE_OPENSSL_ENGINE_H 1 - #define HAVE_LIBSSL 1 - #define HAVE_LIBCRYPTO 1 #define OPENSSL_NO_KRB5 1 #define USE_OPENSSL 1 #endif |