Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 675342c

Browse filesBrowse files
committed
Fix-up pyconfig.h.in
1 parent 0e93138 commit 675342c
Copy full SHA for 675342c

File tree

1 file changed

+10
-6
lines changed
Filter options

1 file changed

+10
-6
lines changed

‎pyconfig.h.in

Copy file name to clipboardExpand all lines: pyconfig.h.in
+10-6Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,10 @@
264264
*/
265265
#undef HAVE_DECL_TZNAME
266266

267+
/* Define to 1 if you have the declaration of 'UT_NAMESIZE', and to 0 if you
268+
don't. */
269+
#undef HAVE_DECL_UT_NAMESIZE
270+
267271
/* Define to 1 if you have the device macros. */
268272
#undef HAVE_DEVICE_MACROS
269273

@@ -798,6 +802,9 @@
798802
/* Define this if you have the makedev macro. */
799803
#undef HAVE_MAKEDEV
800804

805+
/* Define if you have the 'MAXLOGNAME' constant. */
806+
#undef HAVE_MAXLOGNAME
807+
801808
/* Define to 1 if you have the 'mbrtowc' function. */
802809
#undef HAVE_MBRTOWC
803810

@@ -1566,6 +1573,9 @@
15661573
/* Define to 1 if you have the <utmp.h> header file. */
15671574
#undef HAVE_UTMP_H
15681575

1576+
/* Define if you have the 'HAVE_UT_NAMESIZE' constant. */
1577+
#undef HAVE_UT_NAMESIZE
1578+
15691579
/* Define to 1 if you have the 'uuid_create' function. */
15701580
#undef HAVE_UUID_CREATE
15711581

@@ -1633,12 +1643,6 @@
16331643
/* Define to 1 if the system has the type '__uint128_t'. */
16341644
#undef HAVE___UINT128_T
16351645

1636-
/* Define to 1 if you have the MAXLOGNAME constant. */
1637-
#undef HAVE_MAXLOGNAME
1638-
1639-
/* Define to 1 if you have the UT_NAMESIZE constant. */
1640-
#undef HAVE_UT_NAMESIZE
1641-
16421646
/* Define to 1 if 'major', 'minor', and 'makedev' are declared in <mkdev.h>.
16431647
*/
16441648
#undef MAJOR_IN_MKDEV

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.