Skip to content

Commit 1fd3566

Browse files
Update pg_config.h.in with libnuma changes
Add macros from autoheader which were accidentally omitted in commit 65c298f. There is no function change by this as no code is currently using the missing macro. Author: Daniel Gustafsson <daniel@yesql.se> Reviewed-by: Jacob Champion <jacob.champion@enterprisedb.com> Discussion: https://postgr.es/m/CF6D7D7F-E1C4-45BE-9019-0F4B4BC7C135@yesql.se
1 parent 1fc3403 commit 1fd3566

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/include/pg_config.h.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@
249249
/* Define to 1 if you have the `m' library (-lm). */
250250
#undef HAVE_LIBM
251251

252+
/* Define to 1 if you have the `numa' library (-lnuma). */
253+
#undef HAVE_LIBNUMA
254+
252255
/* Define to 1 if you have the `pam' library (-lpam). */
253256
#undef HAVE_LIBPAM
254257

@@ -689,7 +692,7 @@
689692
/* Define to 1 to build with libcurl support. (--with-libcurl) */
690693
#undef USE_LIBCURL
691694

692-
/* Define to 1 to build with NUMA support. (--with-libnuma) */
695+
/* Define to build with NUMA support. (--with-libnuma) */
693696
#undef USE_LIBNUMA
694697

695698
/* Define to build with io_uring support. (--with-liburing) */

0 commit comments

Comments
 (0)