VMS adjustments curl-7_9_5-pre2
authorDaniel Stenberg <daniel@haxx.se>
Wed, 20 Feb 2002 23:24:04 +0000 (23:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 20 Feb 2002 23:24:04 +0000 (23:24 +0000)
src/Makefile.am
src/config-vms.h [new file with mode: 0644]
src/setup.h

index 99851dd5d7c4518512fb32dce40cb86fcdd73689..4975c36ad16d96972703c0a3b582dc92defd5ddb 100644 (file)
@@ -13,6 +13,7 @@ bin_PROGRAMS = curl #memtest
 noinst_HEADERS = setup.h \
        config-win32.h \
        config-mac.h \
+       config-vms.h \
        urlglob.h \
        version.h \
        writeout.h
diff --git a/src/config-vms.h b/src/config-vms.h
new file mode 100644 (file)
index 0000000..f8189d7
--- /dev/null
@@ -0,0 +1,21 @@
+/* src/config.h.  Generated automatically by configure.  */\r
+/* Define cpu-machine-OS */\r
+#define OS "ALPHA-COMPAQ-VMS"\r
+\r
+/* Define if you have the <unistd.h> header file.  */\r
+#define HAVE_UNISTD_H 1\r
+\r
+/* Define if you have the <io.h> header file.  */\r
+#undef HAVE_IO_H\r
+\r
+/* Define if you have strdup() */\r
+#define HAVE_STRDUP 1\r
+\r
+/* Define if you have utime() */\r
+#undef HAVE_UTIME\r
+\r
+/* Define if you have the <utime.h> header file */\r
+#undef HAVE_UTIME_H\r
+\r
+/* Define if you have thhe <sys/utime.h> header file */\r
+#undef HAVE_SYS_UTIME_H\r
index a6c45bf177e0d6a7d81547f7c8c43c54a873e001..087c9cede56d862e593797a17000e5c022b39445 100644 (file)
@@ -33,7 +33,7 @@
 
 #ifdef HAVE_CONFIG_H
 #ifdef VMS
-#include "../config-vms.h"
+#include "config-vms.h"
 #else
 #include "config.h" /* the configure script results */
 #endif