]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Re-run autoheader
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 6 Nov 2025 06:37:22 +0000 (07:37 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 6 Nov 2025 06:37:22 +0000 (07:37 +0100)
Some of the changes in pg_config.h.in from commit 3853a6956c3 didn't
match the order that a fresh run would produce.

src/include/pg_config.h.in

index f52f14cc5664e95cde6654faacd95690aab8f815..b0b0cfdaf79ba94b06957e36d266fc494f1eecb7 100644 (file)
 /* 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
 
 /* 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