curl/packages/vms/config-vms.h_with_ssl

1 line
7.0 KiB
Plaintext
Raw Normal View History

M/* MSK, 02/05/04, Hand edited for trail build on Alpha V7.3, DEC C 6.5-003 */M/* MSK, 03/09/04, Seems to work for all platforms I've built on so far. */M/* Added HAVE_SYS_IOCTL_H, IOCTL_3_ARGS and SIZEOF_CURL_OFF_T defines *//* Define cpu-machine-OS */#ifdef __ALPHA#define OS "ALPHA-HP-VMS"#else #ifdef __VAX#define OS "VAX-HP-VMS"#else#define OS "IA64-HP-VMS"#endif#endif2/* Define if you have the ANSI C header files. */#define STDC_HEADERS 1G/* Define if you can safely include both <sys/time.h> and <time.h>. */#define TIME_WITH_SYS_TIME 1J/* Define this to 'int' if socklen_t is not an available typedefed type */#define socklen_t size_t,/* The number of bytes in a long double. */#define SIZEOF_LONG_DOUBLE 8*/* The number of bytes in a long long. */#define SIZEOF_LONG_LONG 8//* Define if you have the geteuid function. */#define HAVE_GETEUID 15/* Define if you have the gethostbyaddr function. */#define HAVE_GETHOSTBYADDR 13/* Define if you have the gethostname function. */#define HAVE_GETHOSTNAME 10/* Define if you have the getpwuid function. */#define HAVE_GETPWUID 15/* Define if you have the getservbyname function. */#define HAVE_GETSERVBYNAME 14/* Define if you have the gettimeofday function. */#define HAVE_GETTIMEOFDAY 11/* Define if you have the inet_addr function. */#define HAVE_INET_ADDR 11/* Define if you have the inet_ntoa function. */#define HAVE_INET_NTOA 1./* Define if you have the perror function. */#define HAVE_PERROR 1./* Define if you have the select function. */#define HAVE_SELECT 1//* Define if you have the setvbuf function. */#define HAVE_SETVBUF 11/* Define if you have the sigaction function. */#define HAVE_SIGACTION 1./* Define if you have the signal function. */#define HAVE_SIGNAL 1./* Define if you have the socket function. */#define HAVE_SOCKET 12/* Define if you have the strcasecmp function. */#define HAVE_STRCASECMP 1//* Define if you have the strcmpi function. */#define HAVE_STRCMPI 1./* Define if you have the strdup function. */#define HAVE_STRDUP 10/* Define if you have the strftime function. */#define HAVE_STRFTIME 1//* Define if you have the stricmp function. */#define HAVE_STRICMP 1./* Define if you have the strstr function. */#define HAVE_STRSTR 1-/* Define if you have the uname function. */#define HAVE_UNAME 12/* Define if you have the <err.h> header file. */#define HAVE_ERR_H 14/* Define if you have the <fcntl.h> header file. */#define HAVE_FCNTL_H 15/* Define if you have the <getopt.h> header file. */#define HAVE_GETOPT_H 15/* Define if you have the <malloc.h> header file. */#define HAVE_MALLOC_H 15/* Define if you have the <net/if.h> header file. */#define HAVE_NET_IF_H 14/* Define if you have the <netdb.h> header file. */#define HAVE_NETDB_H 1?/* Define if you have the <netinet/if_ether.h> header file. */!#define HAVE_NETINET_IF_ETHER_H 19/* Define if you have the <netinet/in.h> header file. */#define HAVE_NETINET_IN_H 1!/* OpenSSL section starts here */7/* Define if you have a working OpenSSL installation */#define OPENSSL_ENABLED 1#ifdef OPENSSL_ENABLED8/* Define if you have the crypto library (-lcrypto). */#define HAVE_LIBCRYPTO 12/* Define if you have the ssl library (-lssl). */#define HAVE_LIBSSL 1=/* Define if you have the <openssl/crypto.h> header file. */#define HAVE_OPENSSL_CRYPTO_H 1:/* Define if you have the <openssl/err.h> header file. */#define HAVE_OPENSSL_ERR_H 1:/* Define if you have the <openssl/pem.h> header file. */#define HAVE_OPENSSL_PEM_H 1:/* Define if you have the <openssl/rsa.h> header file. */#define HAVE_OPENSSL_RSA_H 1:/* Define if you have the <openssl/ssl.h> header file. */#define HAVE_OPENSSL_SSL_H 1;/* Define if you have the <openssl/x509.h> header file. */#define HAVE_OPENSSL_X509_H 1/*N * This needs to be defined