|
1 | 1 | dnl Process this file with autoconf to produce a configure script.
|
2 |
| -dnl $PostgreSQL: pgsql/configure.in,v 1.571 2008/10/30 12:28:51 petere Exp $ |
| 2 | +dnl $PostgreSQL: pgsql/configure.in,v 1.572 2008/11/18 13:10:20 petere Exp $ |
3 | 3 | dnl
|
4 | 4 | dnl Developers, please strive to achieve this order:
|
5 | 5 | dnl
|
@@ -955,7 +955,7 @@ AC_SUBST(OSSP_UUID_LIBS)
|
955 | 955 | ##
|
956 | 956 |
|
957 | 957 | dnl sys/socket.h is required by AC_FUNC_ACCEPT_ARGTYPES
|
958 |
| -AC_CHECK_HEADERS([crypt.h dld.h fp_class.h getopt.h ieeefp.h langinfo.h poll.h pwd.h sys/ipc.h sys/poll.h sys/pstat.h sys/resource.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/tas.h sys/time.h sys/un.h termios.h utime.h wchar.h wctype.h kernel/OS.h kernel/image.h SupportDefs.h]) |
| 958 | +AC_CHECK_HEADERS([crypt.h dld.h fp_class.h getopt.h ieeefp.h langinfo.h poll.h pwd.h sys/ipc.h sys/poll.h sys/pstat.h sys/resource.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/tas.h sys/time.h sys/un.h termios.h ucred.h utime.h wchar.h wctype.h kernel/OS.h kernel/image.h SupportDefs.h]) |
959 | 959 |
|
960 | 960 | # At least on IRIX, cpp test for netinet/tcp.h will fail unless
|
961 | 961 | # netinet/in.h is included first.
|
@@ -1134,7 +1134,7 @@ PGAC_VAR_INT_TIMEZONE
|
1134 | 1134 | AC_FUNC_ACCEPT_ARGTYPES
|
1135 | 1135 | PGAC_FUNC_GETTIMEOFDAY_1ARG
|
1136 | 1136 |
|
1137 |
| -AC_CHECK_FUNCS([cbrt dlopen fcvt fdatasync getpeereid getrlimit memmove poll pstat readlink setproctitle setsid sigprocmask symlink sysconf towlower utime utimes waitpid wcstombs]) |
| 1137 | +AC_CHECK_FUNCS([cbrt dlopen fcvt fdatasync getpeereid getpeerucred getrlimit memmove poll pstat readlink setproctitle setsid sigprocmask symlink sysconf towlower utime utimes waitpid wcstombs]) |
1138 | 1138 |
|
1139 | 1139 | AC_CHECK_DECLS(fdatasync, [], [], [#include <unistd.h>])
|
1140 | 1140 | AC_CHECK_DECLS(posix_fadvise, [], [], [#include <fcntl.h>])
|
|
0 commit comments