1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Added a configure test for "long long" datatypes. So far this is only used in ecpg and replaces the old test that was kind of hackish.

This commit is contained in:
Michael Meskes
2010-05-25 14:32:55 +00:00
parent f4e9436026
commit 555a02f910
7 changed files with 85 additions and 15 deletions

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.627 2010/05/13 22:07:42 tgl Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.628 2010/05/25 14:32:54 meskes Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@ -1090,6 +1090,7 @@ 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