From: Peter Eisentraut Date: Mon, 11 Nov 2019 08:50:07 +0000 (+0100) Subject: Rerun autoheader X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=bbaa8232729f2aa1b1061503a3d9f7db503d2788;p=users%2Frhaas%2Fpostgres.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 a56161cf28..25a48d3ba7 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