From 7d854bdc5b72b30ae58041d88c2be509950b99d4 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 5 Jan 2026 09:27:19 +0900 Subject: [PATCH] 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 25f36066dd2a. Author: Alexander Lakhin Discussion: https://postgr.es/m/b2c0d0b7-3944-487d-a03d-d155851958ff@gmail.com --- src/include/pg_config.h.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index f0091b09cbe..2dd8f6b9a38 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -54,9 +54,6 @@ /* Define to 1 if you have the `append_history' function. */ #undef HAVE_APPEND_HISTORY -/* Define to 1 if you have the header file. */ -#undef HAVE_ATOMIC_H - /* Define to 1 if you have the `backtrace_symbols' function. */ #undef HAVE_BACKTRACE_SYMBOLS @@ -281,9 +278,6 @@ /* Define to 1 if you have the `localeconv_l' function. */ #undef HAVE_LOCALECONV_L -/* Define to 1 if you have the header file. */ -#undef HAVE_MBARRIER_H - /* Define to 1 if you have the `mbstowcs_l' function. */ #undef HAVE_MBSTOWCS_L -- 2.47.3