summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2010-05-25 14:32:55 +0000
committerMichael Meskes <meskes@postgresql.org>2010-05-25 14:32:55 +0000
commit555a02f910490b94c48c1c479e9da2e4759ad25f (patch)
tree1f5c981af6226bfcf9f373a4a18a74654fbeeba9 /src/interfaces/ecpg/include
parentf4e9436026455f7118de094696ca33e86555979e (diff)
downloadpostgresql-555a02f910490b94c48c1c479e9da2e4759ad25f.tar.gz
Added a configure test for "long long" datatypes. So far this is only used in ecpg and replaces the old test that was kind of hackish.
Diffstat (limited to 'src/interfaces/ecpg/include')
-rw-r--r--src/interfaces/ecpg/include/ecpg_config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/include/ecpg_config.h.in b/src/interfaces/ecpg/include/ecpg_config.h.in
index 52ed8c8173..5ee42c8ab7 100644
--- a/src/interfaces/ecpg/include/ecpg_config.h.in
+++ b/src/interfaces/ecpg/include/ecpg_config.h.in
@@ -15,3 +15,6 @@
* (--enable-thread-safety) */
#undef ENABLE_THREAD_SAFETY
+/* Define to 1 if the C compiler does understand long long type. */
+#undef HAVE_LONG_LONG
+