Skip to content

Commit 1462790

Browse files
More config fixes
1 parent 5f13b69 commit 1462790

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python_config/pyconfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@
753753
/* #define HAVE_SCHED_GET_PRIORITY_MAX 1 */ // original: #define HAVE_SCHED_GET_PRIORITY_MAX 1
754754

755755
/* Define to 1 if you have the <sched.h> header file. */
756-
#define HAVE_SCHED_H 1
756+
/* #define HAVE_SCHED_H 1 */ // original: #define HAVE_SCHED_H 1
757757

758758
/* Define to 1 if you have the `sched_rr_get_interval' function. */
759759
/* #define HAVE_SCHED_RR_GET_INTERVAL 1 */ // original: #define HAVE_SCHED_RR_GET_INTERVAL 1
@@ -1147,7 +1147,7 @@
11471147
/* #define HAVE_UTIMENSAT 1 */ // original: #define HAVE_UTIMENSAT 1
11481148

11491149
/* Define to 1 if you have the `utimes' function. */
1150-
#define HAVE_UTIMES 1
1150+
/* #define HAVE_UTIMES 1 */ // original: #define HAVE_UTIMES 1
11511151

11521152
/* Define to 1 if you have the <utime.h> header file. */
11531153
/* #define HAVE_UTIME_H 1 */ // original: #define HAVE_UTIME_H 1

0 commit comments

Comments
 (0)