Commit e2f0580d authored by Gisle Vanem's avatar Gisle Vanem
Browse files

Removed unneeded 'HAVE_x' defines.

parent d165bed2
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
@@ -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