diff options
| author | Peter Eisentraut <peter@eisentraut.org> | 2025-11-06 07:37:22 +0100 |
|---|---|---|
| committer | Peter Eisentraut <peter@eisentraut.org> | 2025-11-06 07:37:22 +0100 |
| commit | 01a985c3c4fb138ac2753e1210eed084e6bd181f (patch) | |
| tree | 89ff1c38c11fe1976af271b724266d2b331d27c2 | |
| parent | 4b6fa00a3a91714ed19fed667abdcb5eeee69f77 (diff) | |
Re-run autoheader
Some of the changes in pg_config.h.in from commit 3853a6956c3 didn't
match the order that a fresh run would produce.
| -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 f52f14cc566..b0b0cfdaf79 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -463,9 +463,6 @@ /* Define to 1 if you have the <termios.h> header file. */ #undef HAVE_TERMIOS_H -/* Define to 1 if you have the <uchar.h> header file. */ -#undef HAVE_UCHAR_H - /* Define to 1 if curl_global_init() is guaranteed to be thread-safe. */ #undef HAVE_THREADSAFE_CURL_GLOBAL_INIT @@ -475,6 +472,9 @@ /* Define to 1 if your compiler understands `typeof' or something similar. */ #undef HAVE_TYPEOF +/* Define to 1 if you have the <uchar.h> header file. */ +#undef HAVE_UCHAR_H + /* Define to 1 if you have the <ucred.h> header file. */ #undef HAVE_UCRED_H |
