Rerun autoheader
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 11 Nov 2019 08:50:07 +0000 (09:50 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 11 Nov 2019 08:50:07 +0000 (09:50 +0100)
This puts pg_config.h.in content back into the "correct" order.

src/include/pg_config.h.in

index a56161cf289122eded1744328197d86f0bc525f3..25a48d3ba78f07461a344547803f3b39f940ad31 100644 (file)
 /* Define to 1 if you have the <editline/readline.h> 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 <execinfo.h> 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