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 3de5a70 commit 14d70adCopy full SHA for 14d70ad
cmake/ext/posix/config.cmake.h.in
@@ -49,8 +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
+
+/* Define to 1 if you have a working 'ttyname_r' function. */
+#cmakedefine HAVE_TTYNAME_R 1
0 commit comments