Update pg_config.h.in with libnuma changes
authorDaniel Gustafsson <[email protected]>
Wed, 16 Apr 2025 18:16:57 +0000 (20:16 +0200)
committerDaniel Gustafsson <[email protected]>
Wed, 16 Apr 2025 18:16:57 +0000 (20:16 +0200)
Add macros from autoheader which were accidentally omitted in
commit 65c298f61fc. There is no function change by this as no
code is currently using the missing macro.

Author: Daniel Gustafsson <[email protected]>
Reviewed-by: Jacob Champion <[email protected]>
Discussion: https://postgr.es/m/CF6D7D7F-E1C4-45BE-9019-0F4B4BC7C135@yesql.se

src/include/pg_config.h.in

index 1af0b6316dd2f0d85d33551395abf3e1f89b97bc..c3cc9fa856dfc839789fc30fff2db975884df6ef 100644 (file)
 /* Define to 1 if you have the `m' library (-lm). */
 #undef HAVE_LIBM
 
+/* Define to 1 if you have the `numa' library (-lnuma). */
+#undef HAVE_LIBNUMA
+
 /* Define to 1 if you have the `pam' library (-lpam). */
 #undef HAVE_LIBPAM
 
 /* Define to 1 to build with libcurl support. (--with-libcurl) */
 #undef USE_LIBCURL
 
-/* Define to 1 to build with NUMA support. (--with-libnuma) */
+/* Define to build with NUMA support. (--with-libnuma) */
 #undef USE_LIBNUMA
 
 /* Define to build with io_uring support. (--with-liburing) */