Add configure checks for strtoll, strtoull (or strto[u]q). Disable

Peter Eisentraut <peter_e@gmx.net>

Commit: 9394d391b803c55281879721ea393a50df4a0be6
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-11-20T15:56:14Z
Releases: 7.1.1
Add configure checks for strtoll, strtoull (or strto[u]q).  Disable
'long long int' portions of ecpg if the type or these functions don't
exist.

Files

PathChange+/−
configure modified +138 −26
configure.in modified +4 −0
src/include/config.h.in modified +19 −2
src/interfaces/ecpg/lib/data.c modified +12 −3
src/interfaces/ecpg/lib/descriptor.c modified +4 −0
src/interfaces/ecpg/lib/execute.c modified +7 −3
src/interfaces/ecpg/lib/typename.c modified +4 −0