Skip to content

Commit 10f706d

Browse files
committed
Merge branch 'PHP-8.4'
2 parents 1be103f + 14d70ad commit 10f706d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmake/ext/posix/config.cmake.h.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@
5151

5252
/* Define to 1 if 'domainname' is a member of 'struct utsname'. */
5353
#cmakedefine HAVE_STRUCT_UTSNAME_DOMAINNAME 1
54+
55+
/* Define to 1 if you have a working 'ttyname_r' function. */
56+
#cmakedefine HAVE_TTYNAME_R 1

cmake/main/php_config.cmake.h.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -561,9 +561,6 @@
561561
/* Define to 1 if you have the <tmmintrin.h> header file. */
562562
#cmakedefine HAVE_TMMINTRIN_H 1
563563

564-
/* Define to 1 if you have a working 'ttyname_r' function. */
565-
#cmakedefine HAVE_TTYNAME_R 1
566-
567564
/* Define to 1 if you have the 'tzset' function. */
568565
#cmakedefine HAVE_TZSET 1
569566

0 commit comments

Comments
 (0)