File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -6957,7 +6957,8 @@ done
69576957
69586958
69596959
6960- for ac_header in crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h poll.h pwd.h sys/ipc.h sys/poll.h sys/pstat.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/un.h termios.h utime.h wchar.h wctype.h kernel/OS.h kernel/image.h SupportDefs.h
6960+
6961+ for ac_header in crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h poll.h pwd.h sys/ipc.h sys/poll.h sys/pstat.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/time.h sys/un.h termios.h utime.h wchar.h wctype.h kernel/OS.h kernel/image.h SupportDefs.h
69616962do
69626963as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
69636964if eval "test \"\${$as_ac_Header+set}\" = set"; then
Original file line number Diff line number Diff line change 11dnl Process this file with autoconf to produce a configure script.
2- dnl $PostgreSQL: pgsql/configure.in,v 1.364 2004/06/16 03:01:32 momjian Exp $
2+ dnl $PostgreSQL: pgsql/configure.in,v 1.365 2004/06/24 18:55:18 tgl Exp $
33dnl
44dnl Developers, please strive to achieve this order:
55dnl
670670##
671671
672672dnl sys/socket.h is required by AC_FUNC_ACCEPT_ARGTYPES
673- AC_CHECK_HEADERS([crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h poll.h pwd.h sys/ipc.h sys/poll.h sys/pstat.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/un.h termios.h utime.h wchar.h wctype.h kernel/OS.h kernel/image.h SupportDefs.h])
673+ AC_CHECK_HEADERS([crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h poll.h pwd.h sys/ipc.h sys/poll.h sys/pstat.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/time.h sys/ un.h termios.h utime.h wchar.h wctype.h kernel/OS.h kernel/image.h SupportDefs.h])
674674
675675# At least on IRIX, cpp test for netinet/tcp.h will fail unless
676676# netinet/in.h is included first.
Original file line number Diff line number Diff line change 1111 * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
1212 * Portions Copyright (c) 1994, Regents of the University of California
1313 *
14- * $PostgreSQL: pgsql/src/include/libpq/libpq-be.h,v 1.45 2004/05/21 05:08:04 tgl Exp $
14+ * $PostgreSQL: pgsql/src/include/libpq/libpq-be.h,v 1.46 2004/06/24 18:55:20 tgl Exp $
1515 *
1616 *-------------------------------------------------------------------------
1717 */
1818#ifndef LIBPQ_BE_H
1919#define LIBPQ_BE_H
2020
21+ #ifdef HAVE_SYS_TIME_H
2122#include <sys/time.h>
22-
23+ #endif
2324#ifdef USE_SSL
2425#include <openssl/ssl.h>
2526#include <openssl/err.h>
Original file line number Diff line number Diff line change 496496/* Define to 1 if you have the <sys/stat.h> header file. */
497497#undef HAVE_SYS_STAT_H
498498
499+ /* Define to 1 if you have the <sys/time.h> header file. */
500+ #undef HAVE_SYS_TIME_H
501+
499502/* Define to 1 if you have the <sys/types.h> header file. */
500503#undef HAVE_SYS_TYPES_H
501504
You can’t perform that action at this time.
0 commit comments