Skip to content

Commit 0521afe

Browse files
committed
Sync HAVE_UNION_SEMUN
1 parent ceeb6b7 commit 0521afe

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Define to 1 if the system has the type 'union semun'. */
2-
#cmakedefine01 HAVE_SEMUN
2+
#cmakedefine HAVE_UNION_SEMUN 1
33

44
/* Define to 1 if the PHP extension 'sysvsem' is available. */
55
#cmakedefine HAVE_SYSVSEM 1

cmake/main/php_config.cmake.h.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,9 +573,6 @@
573573
/* Define to 1 if you have the 'tzset' function. */
574574
#cmakedefine HAVE_TZSET 1
575575

576-
/* Define to 1 if the system has the type 'union semun'. */
577-
#cmakedefine HAVE_UNION_SEMUN 1
578-
579576
/* Define to 1 if you have the <unistd.h> header file. */
580577
#cmakedefine HAVE_UNISTD_H 1
581578

0 commit comments

Comments
 (0)