summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-09-11 14:10:53 +0000
committerBruce Momjian <bruce@momjian.us>1998-09-11 14:10:53 +0000
commita752e322a3ae3b1fab76bc25d69e31770234fbd1 (patch)
tree6dcadf34290cc6d2d77b114cf8b4c0e20a8a73bc /src
parent8133867f51aac53b9e230877612dc7de0e7f882d (diff)
%lld fix.
Diffstat (limited to 'src')
-rw-r--r--src/include/config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 7b1e44d159c..c4d118d6b4b 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -223,7 +223,7 @@ extern void srandom(int seed);
#undef HAVE_LONG_INT_64
/* Set to 1 if type "long long int" works and is 64 bits */
-#undef HAVE_LONG_LONG_INT_64_Ld
+#undef HAVE_LONG_LONG_INT_64_lld
#undef HAVE_LONG_LONG_INT_64_qd
/*