VMS adjustments

This commit is contained in:
Daniel Stenberg 2002-02-20 23:24:04 +00:00
parent c80ad865db
commit b40b9677b6
3 changed files with 23 additions and 1 deletions

View 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