Detection de inet_aton()

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3537 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2001-06-19 10:01:57 +00:00
parent 5dea37e252
commit 6976726fd4
1 changed files with 5 additions and 0 deletions

5
configure vendored
View File

@ -560,6 +560,11 @@ if sh ./hasgot -i sys/socket.h -t socklen_t; then
echo "#define HAS_SOCKLEN_T" >> s.h
fi
if sh ./hasgot inet_aton; then
echo "inet_aton() found."
echo "#define HAS_INET_ATON" >> s.h
fi
if sh ./hasgot -i unistd.h; then
echo "unistd.h found."
echo "#define HAS_UNISTD" >> s.h