diff options
author | Peter Eisentraut | 2019-11-11 08:50:07 +0000 |
---|---|---|
committer | Peter Eisentraut | 2019-11-11 08:50:07 +0000 |
commit | bbaa8232729f2aa1b1061503a3d9f7db503d2788 (patch) | |
tree | d58caec3551873d89937cd82ff3da90532c07ae2 /src | |
parent | db2687d1f3787aa8113b3dbb358153feee30c64c (diff) |
Rerun autoheader
This puts pg_config.h.in content back into the "correct" order.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 6 |
1 files 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 <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 |