Turn off IPC support when sys/shm.h is missing, to fix compilation on Termux.

This commit is contained in:
Andrew Wood
2025-01-10 23:23:07 +00:00
parent 7d6c7d0735
commit 42e47e8291
3 changed files with 8 additions and 0 deletions
+3
View File
@@ -194,6 +194,9 @@
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
/* Define to 1 if you have the <sys/shm.h> header file. */
#undef HAVE_SYS_SHM_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H