mirror of
https://github.com/postgres/postgres.git
synced 2026-01-27 21:43:08 +03:00
Remove unneeded defines from pg_config.h.in
This commit removes HAVE_ATOMIC_H and HAVE_MBARRIER_H from
pg_config.h.in, cleanup that could have been done in 25f36066dd.
Author: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/b2c0d0b7-3944-487d-a03d-d155851958ff@gmail.com
This commit is contained in:
@@ -54,9 +54,6 @@
|
|||||||
/* Define to 1 if you have the `append_history' function. */
|
/* Define to 1 if you have the `append_history' function. */
|
||||||
#undef HAVE_APPEND_HISTORY
|
#undef HAVE_APPEND_HISTORY
|
||||||
|
|
||||||
/* Define to 1 if you have the <atomic.h> header file. */
|
|
||||||
#undef HAVE_ATOMIC_H
|
|
||||||
|
|
||||||
/* Define to 1 if you have the `backtrace_symbols' function. */
|
/* Define to 1 if you have the `backtrace_symbols' function. */
|
||||||
#undef HAVE_BACKTRACE_SYMBOLS
|
#undef HAVE_BACKTRACE_SYMBOLS
|
||||||
|
|
||||||
@@ -281,9 +278,6 @@
|
|||||||
/* Define to 1 if you have the `localeconv_l' function. */
|
/* Define to 1 if you have the `localeconv_l' function. */
|
||||||
#undef HAVE_LOCALECONV_L
|
#undef HAVE_LOCALECONV_L
|
||||||
|
|
||||||
/* Define to 1 if you have the <mbarrier.h> header file. */
|
|
||||||
#undef HAVE_MBARRIER_H
|
|
||||||
|
|
||||||
/* Define to 1 if you have the `mbstowcs_l' function. */
|
/* Define to 1 if you have the `mbstowcs_l' function. */
|
||||||
#undef HAVE_MBSTOWCS_L
|
#undef HAVE_MBSTOWCS_L
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user