mirror of
https://github.com/postgres/postgres.git
synced 2025-04-18 13:44:19 +03:00
Update pg_config.h.in with libnuma changes
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 <daniel@yesql.se> Reviewed-by: Jacob Champion <jacob.champion@enterprisedb.com> Discussion: https://postgr.es/m/CF6D7D7F-E1C4-45BE-9019-0F4B4BC7C135@yesql.se
This commit is contained in:
parent
1fc3403626
commit
1fd3566ebc
@ -249,6 +249,9 @@
|
|||||||
/* Define to 1 if you have the `m' library (-lm). */
|
/* Define to 1 if you have the `m' library (-lm). */
|
||||||
#undef HAVE_LIBM
|
#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). */
|
/* Define to 1 if you have the `pam' library (-lpam). */
|
||||||
#undef HAVE_LIBPAM
|
#undef HAVE_LIBPAM
|
||||||
|
|
||||||
@ -689,7 +692,7 @@
|
|||||||
/* Define to 1 to build with libcurl support. (--with-libcurl) */
|
/* Define to 1 to build with libcurl support. (--with-libcurl) */
|
||||||
#undef USE_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
|
#undef USE_LIBNUMA
|
||||||
|
|
||||||
/* Define to build with io_uring support. (--with-liburing) */
|
/* Define to build with io_uring support. (--with-liburing) */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user