aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-10 18:02:11 +0000
committerYang Tse <yangsita@gmail.com>2009-06-10 18:02:11 +0000
commitec65a9a3645802bff25b72f106e3f073284275bc (patch)
treef8f7f002fe7598a4b878fc2e6d62d9ae509f7566 /src/main.c
parent5c4b6a8ef0a2e562bdbcf9df1fc10f0002df61f6 (diff)
VMS adjustments
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main.c b/src/main.c
index a3665fc86..46cdb4eb2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -114,10 +114,6 @@
#include <netinet/tcp.h> /* for TCP_KEEPIDLE, TCP_KEEPINTVL */
#endif
-#ifdef __VMS
-# include "curlmsg_vms.h"
-#endif
-
#include "os-specific.h"
/* The last #include file should be: */
@@ -131,6 +127,10 @@
#include "memdebug.h"
#endif
+#ifdef __VMS
+static int vms_show = 0;
+#endif
+
#if defined(NETWARE)
#define PRINT_LINES_PAUSE 23
#endif