From: Bruce Momjian Date: Thu, 10 Sep 1998 21:10:51 +0000 (+0000) Subject: long long cleanup X-Git-Tag: REL6_4_2~447 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4da5714ced27a492fe7e5c0d535432cf97c243e3;p=users%2Fhanada%2Fpostgres.git long long cleanup --- diff --git a/src/include/config.h.in b/src/include/config.h.in index 44752346b5..7b1e44d159 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -223,7 +223,8 @@ 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 +#undef HAVE_LONG_LONG_INT_64_Ld +#undef HAVE_LONG_LONG_INT_64_qd /* * Code below this point should not require changes