aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-21 22:44:52 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-21 22:44:52 +0000
commit5b75919f958548f7824d3364216edb7a226ff6bf (patch)
tree9aec1c14b72cac06555f8632bfb8149f0ffb2e0c /lib/setup.h
parent20b76e09e32e9f70c3080e8a4ec4df7e1f794560 (diff)
Marty Kuhrt's adjustments for a cleaner VMS build
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 2aeb16f49..11e137fc2 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -46,10 +46,6 @@
#endif
#endif
-#ifdef VMS
-/* hand-modified VMS config.h! */
-#include "config-vms.h"
-#endif
#ifdef NETWARE
/* hand-modified NetWare config.h! */
#include "config-netware.h"
@@ -134,12 +130,8 @@ defined(HAVE_LIBSSL) && defined(HAVE_LIBCRYPTO)
#endif
#ifndef STDC_HEADERS /* no standard C headers! */
-#ifdef VMS
-#include "../include/curl/stdcheaders.h"
-#else
#include <curl/stdcheaders.h>
#endif
-#endif
#if defined(CURLDEBUG) && defined(HAVE_ASSERT_H)
#define NDEBUG
@@ -276,10 +268,6 @@ typedef struct hostent Curl_addrinfo;
typedef struct in_addr Curl_ipconnect;
#endif
-#ifdef VMS
-#define IOCTL_3_ARGS
-#endif
-
#ifdef mpeix
#define IOCTL_3_ARGS
#endif