aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parent20b76e09e32e9f70c3080e8a4ec4df7e1f794560 (diff)
Marty Kuhrt's adjustments for a cleaner VMS build
Diffstat (limited to 'src')
-rw-r--r--src/setup.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/setup.h b/src/setup.h
index 135cd98f4..7ee778071 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -31,11 +31,7 @@
#endif
#ifdef HAVE_CONFIG_H
-#ifdef VMS
-#include "config-vms.h"
-#else
#include "config.h" /* the configure script results */
-#endif
#else
#ifdef WIN32
/* include the hand-modified win32 adjusted config.h! */