1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00

Marty Kuhrt's adjustments for a cleaner VMS build

This commit is contained in:
Daniel Stenberg 2004-03-21 22:44:52 +00:00
parent 20b76e09e3
commit 5b75919f95
2 changed files with 0 additions and 16 deletions

View File

@ -46,10 +46,6 @@
#endif #endif
#endif #endif
#ifdef VMS
/* hand-modified VMS config.h! */
#include "config-vms.h"
#endif
#ifdef NETWARE #ifdef NETWARE
/* hand-modified NetWare config.h! */ /* hand-modified NetWare config.h! */
#include "config-netware.h" #include "config-netware.h"
@ -134,12 +130,8 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
#endif #endif
#ifndef STDC_HEADERS /* no standard C headers! */ #ifndef STDC_HEADERS /* no standard C headers! */
#ifdef VMS
#include "../include/curl/stdcheaders.h"
#else
#include <curl/stdcheaders.h> #include <curl/stdcheaders.h>
#endif #endif
#endif
#if defined(CURLDEBUG) && defined(HAVE_ASSERT_H) #if defined(CURLDEBUG) && defined(HAVE_ASSERT_H)
#define NDEBUG #define NDEBUG
@ -276,10 +268,6 @@ typedef struct hostent Curl_addrinfo;
typedef struct in_addr Curl_ipconnect; typedef struct in_addr Curl_ipconnect;
#endif #endif
#ifdef VMS
#define IOCTL_3_ARGS
#endif
#ifdef mpeix #ifdef mpeix
#define IOCTL_3_ARGS #define IOCTL_3_ARGS
#endif #endif

View File

@ -31,11 +31,7 @@
#endif #endif
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#ifdef VMS
#include "config-vms.h"
#else
#include "config.h" /* the configure script results */ #include "config.h" /* the configure script results */
#endif
#else #else
#ifdef WIN32 #ifdef WIN32
/* include the hand-modified win32 adjusted config.h! */ /* include the hand-modified win32 adjusted config.h! */