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 3c455c5 commit 3e2711fCopy full SHA for 3e2711f
cmake/ext/posix/config.cmake.h.in
@@ -49,5 +49,8 @@
49
/* Define to 1 if you have the 'setsid' function. */
50
#cmakedefine HAVE_SETSID 1
51
52
+/* Define to 1 if you have a working 'ttyname_r' function. */
53
+#cmakedefine HAVE_TTYNAME_R 1
54
+
55
/* Define to 1 if 'domainname' is a member of 'struct utsname'. */
56
#cmakedefine HAVE_UTSNAME_DOMAINNAME 1
cmake/main/php_config.cmake.h.in
@@ -604,9 +604,6 @@
604
/* Define to 1 if you have the <tmmintrin.h> header file. */
605
#cmakedefine HAVE_TMMINTRIN_H 1
606
607
-/* Define to 1 if you have a working 'ttyname_r' function. */
608
-#cmakedefine HAVE_TTYNAME_R 1
609
-
610
/* Define to 1 if you have the 'tzset' function. */
611
#cmakedefine HAVE_TZSET 1
612
0 commit comments