aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-07 22:00:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-07 22:00:02 +0000
commitc86768d856d6144e4560f09da95549de49998531 (patch)
treefcbdc11696c8cf18a2feb6b27084fadf8a84625b
parent9f002b1289a101a0b41c775f065b0eeadf4010c6 (diff)
check for inet_pton()
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5b1400fb0..aa107a91b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -900,6 +900,7 @@ AC_CHECK_FUNCS( socket \
gettimeofday \
inet_addr \
inet_ntoa \
+ inet_pton \
tcsetattr \
tcgetattr \
perror \