mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
res_search is already checked within ext/standard/config.m4
also check for arpa/nameser_compat.h, OSX puts some old defines in there (not used yet)
This commit is contained in:
parent
5a40aa7217
commit
f1521e18c0
1 changed files with 1 additions and 1 deletions
|
@ -424,6 +424,7 @@ netinet/in.h \
|
||||||
alloca.h \
|
alloca.h \
|
||||||
arpa/inet.h \
|
arpa/inet.h \
|
||||||
arpa/nameser.h \
|
arpa/nameser.h \
|
||||||
|
arpa/nameser_compat.h \
|
||||||
assert.h \
|
assert.h \
|
||||||
crypt.h \
|
crypt.h \
|
||||||
fcntl.h \
|
fcntl.h \
|
||||||
|
@ -599,7 +600,6 @@ putenv \
|
||||||
realpath \
|
realpath \
|
||||||
random \
|
random \
|
||||||
rand_r \
|
rand_r \
|
||||||
res_search \
|
|
||||||
scandir \
|
scandir \
|
||||||
setitimer \
|
setitimer \
|
||||||
setlocale \
|
setlocale \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue