mirror of
https://github.com/php/php-src.git
synced 2024-12-17 22:09:12 +08:00
- 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:
parent
95f4aff61c
commit
17cebc44a7
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user