Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG_LONG_INT' macro call.
Michael Meskes <meskes@postgresql.org>
Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG_LONG_INT' macro call.
Files
| Path | Change | +/− |
|---|---|---|
| config/c-compiler.m4 | modified | +1 −16 |
| configure | modified | +154 −57 |
| configure.in | modified | +2 −2 |
| src/include/pg_config.h.in | modified | +2 −2 |
| src/interfaces/ecpg/ecpglib/data.c | modified | +11 −11 |
| src/interfaces/ecpg/ecpglib/descriptor.c | modified | +5 −5 |
| src/interfaces/ecpg/ecpglib/execute.c | modified | +9 −9 |
| src/interfaces/ecpg/ecpglib/misc.c | modified | +9 −9 |
| src/interfaces/ecpg/include/ecpg_config.h.in | modified | +3 −3 |
| src/interfaces/ecpg/preproc/ecpg.trailer | modified | +5 −5 |