Skip to content

Commit 69983c8

Browse files
committed
gh-155321: Regenerate pyconfig.h.in
1 parent f9b8d15 commit 69983c8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyconfig.h.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2161,15 +2161,15 @@
21612161
/* Define on NetBSD to activate all library features */
21622162
#undef _NETBSD_SOURCE
21632163

2164-
/* Define to configure _POSIX_C_SOURCE in pyconfig.h */
2165-
#undef _PYTHON_POSIX_C_SOURCE
2166-
21672164
/* Define if you have POSIX threads, and your system does not define that. */
21682165
#undef _POSIX_THREADS
21692166

21702167
/* framework name */
21712168
#undef _PYTHONFRAMEWORK
21722169

2170+
/* Define to configure _POSIX_C_SOURCE in pyconfig.h */
2171+
#undef _PYTHON_POSIX_C_SOURCE
2172+
21732173
/* Maximum length in bytes of a thread name */
21742174
#undef _PYTHREAD_NAME_MAXLEN
21752175

@@ -2273,3 +2273,4 @@
22732273
#endif
22742274

22752275
#endif /*Py_PYCONFIG_H*/
2276+

0 commit comments

Comments
 (0)