Add configure checks for strtoll, strtoull (or strto[u]q). Disable
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| 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 |