Remove HAVE_LONG_LONG_INT
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 7 Nov 2019 12:30:04 +0000 (13:30 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 7 Nov 2019 12:30:04 +0000 (13:30 +0100)
commiteffa40281bb1f6c71e81c980f86852ab3be603c3
treec5897e93b6abacc7dbc1df4b5acdf11654e2dab1
parent581a55889ba7f76dd87a270e37e5137f684bfdb7
Remove HAVE_LONG_LONG_INT

The presence of long long int is now implied in the requirement for
C99 and the configure check for the same.

We keep the define hard-coded in ecpg_config.h for backward
compatibility with ecpg-using user code.

Discussion: http://www.postgresql.org/message-id/flat/5cdd6a2b-b2c7-c6f6-344c-a406d5c1a254%402ndquadrant.com
14 files changed:
configure
configure.in
src/include/c.h
src/include/pg_config.h.in
src/include/pg_config.h.win32
src/interfaces/ecpg/ecpglib/data.c
src/interfaces/ecpg/ecpglib/descriptor.c
src/interfaces/ecpg/ecpglib/execute.c
src/interfaces/ecpg/ecpglib/misc.c
src/interfaces/ecpg/include/ecpg_config.h.in
src/interfaces/ecpg/preproc/ecpg.trailer
src/interfaces/ecpg/test/expected/sql-sqlda.c
src/interfaces/ecpg/test/expected/sql-sqlda.stderr
src/interfaces/ecpg/test/sql/sqlda.pgc