Nico Baggus' VMS tweaks

This commit is contained in:
Daniel Stenberg
2002-02-20 13:46:53 +00:00
parent a333bddeeb
commit 721b05e343
13 changed files with 91 additions and 76 deletions

View File

@@ -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! */