Add configure checks for strtoll, strtoull (or strto[u]q). Disable
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 20 Nov 2000 15:56:14 +0000 (15:56 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 20 Nov 2000 15:56:14 +0000 (15:56 +0000)
commitf4e79acd0fb8a02ecbaad62fd3a52792f272325b
tree54d22160f3816bd14bba257be631bc64eb9cdb8f
parent87f1a8064d5f3f8b27377ce942f69fa3c3d7b644
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.
configure
configure.in
src/include/config.h.in
src/interfaces/ecpg/lib/data.c
src/interfaces/ecpg/lib/descriptor.c
src/interfaces/ecpg/lib/execute.c
src/interfaces/ecpg/lib/typename.c