From: Peter Eisentraut Date: Mon, 11 Nov 2019 08:50:07 +0000 (+0100) Subject: Rerun autoheader X-Git-Tag: REL_13_BETA1~1198 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbaa8232729f2aa1b1061503a3d9f7db503d2788;p=thirdparty%2Fpostgresql.git Rerun autoheader This puts pg_config.h.in content back into the "correct" order. --- diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index a56161cf289..25a48d3ba78 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -198,12 +198,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_EDITLINE_READLINE_H -/* Define to 1 if you have the `explicit_bzero' function. */ -#undef HAVE_EXPLICIT_BZERO - /* Define to 1 if you have the header file. */ #undef HAVE_EXECINFO_H +/* Define to 1 if you have the `explicit_bzero' function. */ +#undef HAVE_EXPLICIT_BZERO + /* Define to 1 if you have the `fdatasync' function. */ #undef HAVE_FDATASYNC