]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Removed unneeded 'HAVE_x' defines.
authorGisle Vanem <gvanem@broadpark.no>
Mon, 26 Feb 2007 03:41:25 +0000 (03:41 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Mon, 26 Feb 2007 03:41:25 +0000 (03:41 +0000)
lib/config.dos

index d79369d5c73f0fb7768b1ad43d7067840251831c..41d312d50954d350e17f957713920467af190363 100644 (file)
 
 #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
 
 #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