diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-16 18:43:25 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-16 18:43:25 +0000 |
commit | 507c529dc031f6edec07becb62d859a4dcf05ecb (patch) | |
tree | 9a775c107b8d3b4615c20ebc9e2a1bcfd26da23b /nameser.h | |
parent | afb0533d1dbb080bb11bd174fb4ea69f009de39b (diff) | |
download | c-ares-507c529dc031f6edec07becb62d859a4dcf05ecb.tar.gz c-ares-507c529dc031f6edec07becb62d859a4dcf05ecb.tar.bz2 c-ares-507c529dc031f6edec07becb62d859a4dcf05ecb.zip |
code cleanup
Diffstat (limited to 'nameser.h')
-rw-r--r-- | nameser.h | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -3,21 +3,7 @@ #ifndef ARES_NAMESER_H #define ARES_NAMESER_H -/* Windows-only header file provided by liren@vivisimo.com to make his Windows - port build */ - -#ifndef NETWARE -#include <process.h> /* for the _getpid() proto */ -#endif /* !NETWARE */ -#include <sys/types.h> - -#ifndef NETWARE - -#ifndef __WATCOMC__ -#define getpid() _getpid() -#endif - -#endif /* !NETWARE */ +/* header file provided by liren@vivisimo.com */ #define NS_CMPRSFLGS 0xc0 #define NS_IN6ADDRSZ 16 |