*** pgsql/configure.in 2002/03/30 00:20:15 1.172 --- pgsql/configure.in 2002/03/30 00:59:52 1.173 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. ! dnl $Header: /projects/cvsroot/pgsql/configure.in,v 1.172 2002/03/30 00:20:15 petere Exp $ dnl Developers, please strive to achieve this order: dnl --- 1,5 ---- dnl Process this file with autoconf to produce a configure script. ! dnl $Header: /projects/cvsroot/pgsql/configure.in,v 1.173 2002/03/30 00:59:52 petere Exp $ dnl Developers, please strive to achieve this order: dnl *************** AC_CHECK_HEADERS([crypt.h dld.h endian.h *** 759,765 **** # netinet/in.h is included first. AC_CHECK_HEADERS([netinet/in.h]) AC_CHECK_HEADERS([netinet/tcp.h], [], [], ! [#ifdef HAVE_NETINET_IN_H #include #endif ]) --- 759,766 ---- # netinet/in.h is included first. AC_CHECK_HEADERS([netinet/in.h]) AC_CHECK_HEADERS([netinet/tcp.h], [], [], ! [AC_INCLUDES_DEFAULT ! #ifdef HAVE_NETINET_IN_H #include #endif ])