mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Re-run autoheader
Some of the changes in pg_config.h.in from commit 3853a6956c didn't
match the order that a fresh run would produce.
This commit is contained in:
@@ -463,9 +463,6 @@
|
|||||||
/* Define to 1 if you have the <termios.h> header file. */
|
/* Define to 1 if you have the <termios.h> header file. */
|
||||||
#undef HAVE_TERMIOS_H
|
#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. */
|
/* Define to 1 if curl_global_init() is guaranteed to be thread-safe. */
|
||||||
#undef HAVE_THREADSAFE_CURL_GLOBAL_INIT
|
#undef HAVE_THREADSAFE_CURL_GLOBAL_INIT
|
||||||
|
|
||||||
@@ -475,6 +472,9 @@
|
|||||||
/* Define to 1 if your compiler understands `typeof' or something similar. */
|
/* Define to 1 if your compiler understands `typeof' or something similar. */
|
||||||
#undef HAVE_TYPEOF
|
#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. */
|
/* Define to 1 if you have the <ucred.h> header file. */
|
||||||
#undef HAVE_UCRED_H
|
#undef HAVE_UCRED_H
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user