From bbaa8232729f2aa1b1061503a3d9f7db503d2788 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 11 Nov 2019 09:50:07 +0100 Subject: [PATCH] Rerun autoheader This puts pg_config.h.in content back into the "correct" order. --- src/include/pg_config.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5