diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-20 13:46:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-20 13:46:53 +0000 |
commit | 721b05e3436884fc1e1b55f211e7fa4251d92a2a (patch) | |
tree | e803d7e8b88499be988b4d557ee57fc5c02e2512 /src/setup.h | |
parent | a333bddeeb6ce46f0a7d218d78fa700c881f2833 (diff) | |
download | curl-721b05e3436884fc1e1b55f211e7fa4251d92a2a.tar.gz |
Nico Baggus' VMS tweaks
Diffstat (limited to 'src/setup.h')
-rw-r--r-- | src/setup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h index 50537d071..a6c45bf17 100644 --- a/src/setup.h +++ b/src/setup.h @@ -32,7 +32,11 @@ #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! */ |