diff options
author | Stig Venaas <venaas@php.net> | 2000-09-05 15:35:52 +0000 |
---|---|---|
committer | Stig Venaas <venaas@php.net> | 2000-09-05 15:35:52 +0000 |
commit | 504d44366c57ec90c6a7c37968515085a056ed40 (patch) | |
tree | 0d7d214c65635410e894d8ff64733d161d29f86e /configure.in | |
parent | 0fd8685c6436a64d778fa1987e7fb8c36ce44295 (diff) | |
download | php-git-504d44366c57ec90c6a7c37968515085a056ed40.tar.gz |
Added check for getaddrinfo()
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index b74aa8a847..3f51ef8916 100644 --- a/configure.in +++ b/configure.in @@ -338,6 +338,7 @@ ctime_r \ cuserid \ flock \ gcvt \ +getaddrinfo \ getlogin \ gethostbyaddr \ getrusage \ |