Skip to content
Snippets Groups Projects
Commit 4b486ebb authored by Yang Tse's avatar Yang Tse
Browse files

fix symbol definition check for fcntl.h inclusion

parent f9f211d2
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
# serial 19
# serial 20
dnl CARES_INCLUDES_ARPA_INET
......@@ -60,7 +60,7 @@ cares_includes_fcntl="\
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_STROPTS_H
#ifdef HAVE_FCNTL_H
# include <fcntl.h>
#endif
/* includes end */"
......
......@@ -22,7 +22,7 @@
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
# serial 36
# serial 37
dnl CURL_INCLUDES_ARPA_INET
......@@ -66,7 +66,7 @@ curl_includes_fcntl="\
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_STROPTS_H
#ifdef HAVE_FCNTL_H
# include <fcntl.h>
#endif
/* includes end */"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment