diff options
author | Yang Tse <yangsita@gmail.com> | 2009-12-30 17:59:56 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-12-30 17:59:56 +0000 |
commit | 3184a91ec86b2f35f16a8e11e2daa03fac8e91b6 (patch) | |
tree | 1f9a39c4001243eae8b7b45f98951502a51fea0d /lib/hostsyn.c | |
parent | 0dde9056d7c21dd9ad0afcb8fe2f4ec2408acf10 (diff) | |
download | curl-3184a91ec86b2f35f16a8e11e2daa03fac8e91b6.tar.gz |
VMS specific preprocessor symbol checking adjustments
Diffstat (limited to 'lib/hostsyn.c')
-rw-r--r-- | lib/hostsyn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hostsyn.c b/lib/hostsyn.c index 027d5fa1a..65d72256b 100644 --- a/lib/hostsyn.c +++ b/lib/hostsyn.c @@ -43,7 +43,7 @@ #ifdef HAVE_UNISTD_H #include <unistd.h> /* for the close() proto */ #endif -#ifdef VMS +#ifdef __VMS #include <in.h> #include <inet.h> #include <stdlib.h> |