VMS specific preprocessor symbol checking adjustments

This commit is contained in:
Yang Tse
2009-12-30 17:59:56 +00:00
parent 0dde9056d7
commit 3184a91ec8
27 changed files with 47 additions and 47 deletions

View File

@@ -52,7 +52,7 @@
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef VMS
#ifdef __VMS
#include <in.h>
#include <inet.h>
#endif