We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceeb6b7 commit 0521afeCopy full SHA for 0521afe
cmake/ext/sysvsem/config.cmake.h.in
@@ -1,5 +1,5 @@
1
/* Define to 1 if the system has the type 'union semun'. */
2
-#cmakedefine01 HAVE_SEMUN
+#cmakedefine HAVE_UNION_SEMUN 1
3
4
/* Define to 1 if the PHP extension 'sysvsem' is available. */
5
#cmakedefine HAVE_SYSVSEM 1
cmake/main/php_config.cmake.h.in
@@ -573,9 +573,6 @@
573
/* Define to 1 if you have the 'tzset' function. */
574
#cmakedefine HAVE_TZSET 1
575
576
-/* Define to 1 if the system has the type 'union semun'. */
577
-#cmakedefine HAVE_UNION_SEMUN 1
578
-
579
/* Define to 1 if you have the <unistd.h> header file. */
580
#cmakedefine HAVE_UNISTD_H 1
581
0 commit comments