aboutsummaryrefslogtreecommitdiff
path: root/packages/vms
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-12-30 17:59:10 +0000
committerYang Tse <yangsita@gmail.com>2009-12-30 17:59:10 +0000
commit0dde9056d7c21dd9ad0afcb8fe2f4ec2408acf10 (patch)
tree008c85f3b9856e00f1491730521ab8b27ef35e89 /packages/vms
parenta487c80535c890634baf3cee15cf5fef74b2c57d (diff)
VMS specific preprocessor symbol definition adjustments
Diffstat (limited to 'packages/vms')
-rw-r--r--packages/vms/config-vms.h41
1 files changed, 19 insertions, 22 deletions
diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h
index 26f5d35a9..726fa4d5d 100644
--- a/packages/vms/config-vms.h
+++ b/packages/vms/config-vms.h
@@ -14,14 +14,14 @@
/* MSK, 01/27/07, needed to add HAVE_STRUCT_TIMEVAL define */
/* Define cpu-machine-OS */
-#ifdef __ALPHA
-#define OS "ALPHA-HP-VMS"
+#if defined(__alpha)
+# define OS "ALPHA-HP-VMS"
+#elif defined(__vax)
+# define OS "VAX-HP-VMS"
+#elif defined(__ia64)
+# define OS "IA64-HP-VMS"
#else
-#ifdef __VAX
-#define OS "VAX-HP-VMS"
-#else
-#define OS "IA64-HP-VMS"
-#endif
+# define OS "UNKNOWN-HP-VMS"
#endif
/* Define if you have the ANSI C header files. */
@@ -94,7 +94,7 @@
#define HAVE_STRCASECMP 1
/* Define if you have the strcmpi function. */
-#define HAVE_STRCMPI 1
+/* #define HAVE_STRCMPI 1 */
/* Define if you have the strdup function. */
#define HAVE_STRDUP 1
@@ -103,10 +103,10 @@
#define HAVE_STRFTIME 1
/* Define if you have the stricmp function. */
-#define HAVE_STRICMP 1
+/* #define HAVE_STRICMP 1 */
/* Define if you have the strstr function. */
-#define HAVE_STRSTR 1
+#define HAVE_STRSTR 1
/* Define if you have the ftruncate function. */
#define HAVE_FTRUNCATE 1
@@ -153,25 +153,25 @@
#define HAVE_LIBCRYPTO 1
/* Define if you have the ssl library (-lssl). */
-#define HAVE_LIBSSL 1
+#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 HAVE_OPENSSL_ERR_H 1
/* Define if you have the <openssl/pem.h> header file. */
-#define HAVE_OPENSSL_PEM_H 1
+#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 HAVE_OPENSSL_SSL_H 1
/* Define if you have the <openssl/x509.h> header file. */
-#define HAVE_OPENSSL_X509_H 1
+#define HAVE_OPENSSL_X509_H 1
/*
* This needs to be defined for OpenSSL 0.9.7 and other versions that have the
@@ -223,10 +223,10 @@
#define HAVE_GETADDRINFO 1
/* Define if you have the <timeval.h> header file. */
-#define HAVE_TIMEVAL_H 1
+#define HAVE_TIMEVAL_H 1
/* Define if you have the timeval struct. */
-#define HAVE_STRUCT_TIMEVAL 1
+#define HAVE_STRUCT_TIMEVAL 1
/* Name of this package! */
#define PACKAGE "not-used"
@@ -249,14 +249,14 @@
/* Define if you have the `strtok_r' function. */
/* Condition lifted from <string.h> */
#if __CRTL_VER >= 70301000
-#define HAVE_STRTOK_R 1
+# define HAVE_STRTOK_R 1
#endif
/* Define if you have the `strtoll' function. */
#define HAVE_STRTOLL 1
/* Define if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
+#define HAVE_MEMORY_H 1
/* Define to 1 if you need the memory.h header file even with stdlib.h */
#define NEED_MEMORY_H 1
@@ -276,9 +276,6 @@
/* Define to 1 if you have the <stropts.h> header file. */
#define HAVE_STROPTS_H 1
-/* to disable LDAP */
-#define CURL_DISABLE_LDAP 1
-
/* Define if you have the getnameinfo function. */
#define HAVE_GETNAMEINFO 1