Commit 0dde9056 authored by Yang Tse's avatar Yang Tse
Browse files

VMS specific preprocessor symbol definition adjustments

parent a487c805
Loading
Loading
Loading
Loading
+19 −22
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@
/* MSK, 01/27/07, needed to add HAVE_STRUCT_TIMEVAL define                 */

/* Define cpu-machine-OS */
#ifdef __ALPHA
#if defined(__alpha)
#  define OS "ALPHA-HP-VMS"
#else
#ifdef __VAX
#elif defined(__vax)
#  define OS "VAX-HP-VMS"
#else
#elif defined(__ia64)
#  define OS "IA64-HP-VMS"
#endif
#else
#  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,7 +103,7 @@
#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
@@ -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