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.
2 parents b7437a5 + 3e2711f commit 3de5a70Copy full SHA for 3de5a70
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_STRUCT_UTSNAME_DOMAINNAME 1
cmake/main/php_config.cmake.h.in
@@ -561,9 +561,6 @@
561
/* Define to 1 if you have the <tmmintrin.h> header file. */
562
#cmakedefine HAVE_TMMINTRIN_H 1
563
564
-/* Define to 1 if you have a working 'ttyname_r' function. */
565
-#cmakedefine HAVE_TTYNAME_R 1
566
-
567
/* Define to 1 if you have the 'tzset' function. */
568
#cmakedefine HAVE_TZSET 1
569
0 commit comments