Put back mistakenly removed configure test for HAVE_NETINET_IN_H.
This commit is contained in:
parent
49e92caba0
commit
44bc7ab2a6
464
src/configure
vendored
464
src/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -587,6 +587,7 @@ AC_CHECK_HEADERS(history.h)
|
||||
AC_CHECK_HEADERS(ieeefp.h)
|
||||
AC_CHECK_HEADERS(limits.h)
|
||||
AC_CHECK_HEADERS(netdb.h)
|
||||
AC_CHECK_HEADERS(netinet/in.h)
|
||||
AC_CHECK_HEADERS(readline.h)
|
||||
AC_CHECK_HEADERS(readline/history.h)
|
||||
AC_CHECK_HEADERS(readline/readline.h)
|
||||
|
@ -250,6 +250,9 @@
|
||||
/* Set to 1 if you have <netdb.h> */
|
||||
#undef HAVE_NETDB_H
|
||||
|
||||
/* Set to 1 if you have <netinet/in.h> */
|
||||
#undef HAVE_NETINET_IN_H
|
||||
|
||||
/* Set to 1 if you have <readline.h> */
|
||||
#undef HAVE_READLINE_H
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user