diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 645030b8900..0a19f92bb02 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.628 2010/05/25 14:32:54 meskes Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.629 2010/05/25 17:28:20 meskes Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -1090,7 +1090,6 @@ AC_C_CONST PGAC_C_INLINE AC_C_STRINGIZE PGAC_C_SIGNED -PGAC_C_LONG_LONG AC_C_VOLATILE PGAC_C_FUNCNAME_SUPPORT PGAC_STRUCT_TIMEZONE @@ -1101,6 +1100,7 @@ PGAC_STRUCT_SOCKADDR_STORAGE_MEMBERS PGAC_STRUCT_ADDRINFO AC_TYPE_INTPTR_T AC_TYPE_UINTPTR_T +AC_TYPE_LONG_LONG_INT AC_CHECK_TYPES([struct cmsgcred, struct fcred, struct sockcred], [], [], [#include <sys/param.h> |