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 1be103f + 14d70ad commit 10f706dCopy full SHA for 10f706d
cmake/ext/posix/config.cmake.h.in
@@ -51,3 +51,6 @@
51
52
/* Define to 1 if 'domainname' is a member of 'struct utsname'. */
53
#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
@@ -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