Put back mistakenly removed configure test for HAVE_NETINET_IN_H.

This commit is contained in:
Tom Lane 1999-07-19 00:55:59 +00:00
parent 49e92caba0
commit 44bc7ab2a6
3 changed files with 256 additions and 212 deletions

464
src/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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)

View File

@ -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