From e864eca78d585e08bc054b83891074232fe8090b Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 1 Oct 2023 15:16:31 +0100 Subject: [PATCH] Only check for the IPC functions we are still using. --- src/include/config.h.in | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/include/config.h.in b/src/include/config.h.in index d4a4ee6..92b0804 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -85,9 +85,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MINIX_CONFIG_H -/* Define to 1 if you have the `msgget' function. */ -#undef HAVE_MSGGET - /* Define to 1 if you have the `nanosleep' function. */ #undef HAVE_NANOSLEEP @@ -103,6 +100,9 @@ /* Define to 1 if you have the `setlocale' function. */ #undef HAVE_SETLOCALE +/* Define to 1 if you have the `shmget' function. */ +#undef HAVE_SHMGET + /* Define to 1 if you have the `splice' function. */ #undef HAVE_SPLICE @@ -157,9 +157,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_IPC_H -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_MSG_H - /* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H