Skip to content

Commit 14d70ad

Browse files
committed
Sort posix config header
1 parent 3de5a70 commit 14d70ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
/* Define to 1 if you have the 'setsid' function. */
5050
#cmakedefine HAVE_SETSID 1
5151

52-
/* Define to 1 if you have a working 'ttyname_r' function. */
53-
#cmakedefine HAVE_TTYNAME_R 1
54-
5552
/* Define to 1 if 'domainname' is a member of 'struct utsname'. */
5653
#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

0 commit comments

Comments
 (0)