summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-12-05 02:18:58 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-05 02:18:58 -0500
commit3579c32295fc26ec1a37d5805c81b2ec1c54d5d5 (patch)
treef986a0668f18d8906149fcb34bea2b3b63a48405 /configure.ac
parent233a218ab3cf449a0667438cf0b1830eeb33471b (diff)
downloadlighttpd-git-3579c32295fc26ec1a37d5805c81b2ec1c54d5d5.tar.gz
[core] prefer inet_aton() over inet_addr()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6a1689d3..f8abb48d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1457,6 +1457,7 @@ AC_CHECK_FUNCS([\
getrlimit \
getuid \
gmtime_r \
+ inet_aton \
inet_pton \
issetugid \
jrand48 \