summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMichael Meskes2010-05-25 17:28:20 +0000
committerMichael Meskes2010-05-25 17:28:20 +0000
commit29259531c7b48384dba863124aff79e05980b329 (patch)
tree290b34b78076d9d4ca463f9e99393cd162dedab9 /src/include
parent9b6dba119349475f12d2a909ca265770156c4667 (diff)
Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG_LONG_INT' macro call.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pg_config.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 0d564b87de7..fd169b682fb 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -330,8 +330,8 @@
/* Define to 1 if `long int' works and is 64 bits. */
#undef HAVE_LONG_INT_64
-/* Define to 1 if the C compiler does understand long long type. */
-#undef HAVE_LONG_LONG
+/* Define to 1 if the system has the type `long long int'. */
+#undef HAVE_LONG_LONG_INT
/* Define to 1 if `long long int' works and is 64 bits. */
#undef HAVE_LONG_LONG_INT_64