- Fixed bug #50508 (compile fails: Conflicting HEADER type declarations)

# NEVER ever include nameser_compat.h, it's included in various ways in different OSes by nameser.h if needed
This commit is contained in:
Jani Taskinen 2009-12-18 11:02:07 +00:00
parent 95f4aff61c
commit 17cebc44a7
2 changed files with 0 additions and 4 deletions

View File

@ -414,7 +414,6 @@ sys/time.h \
netinet/in.h \
alloca.h \
arpa/inet.h \
arpa/nameser_compat.h \
arpa/nameser.h \
assert.h \
crypt.h \

View File

@ -46,9 +46,6 @@
#if HAVE_ARPA_NAMESER_H
#include <arpa/nameser.h>
#endif
#if HAVE_ARPA_NAMESER_COMPAT_H
#include <arpa/nameser_compat.h>
#endif
#if HAVE_RESOLV_H
#include <resolv.h>
#endif