We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1592e3 commit 48affbdCopy full SHA for 48affbd
pyconfig.h.in
@@ -1222,9 +1222,6 @@
1222
/* Define if you have struct stat.st_mtimensec */
1223
#undef HAVE_STAT_TV_NSEC2
1224
1225
-/* Define if year with century should be normalized for strftime. */
1226
-#undef NORMALIZE_CENTURY
1227
-
1228
/* Define to 1 if you have the <stdint.h> header file. */
1229
#undef HAVE_STDINT_H
1230
@@ -1594,6 +1591,9 @@
1594
1591
/* Define if mvwdelch in curses.h is an expression. */
1595
1592
#undef MVWDELCH_IS_EXPRESSION
1596
1593
+/* Define if year with century should be normalized for strftime. */
+#undef NORMALIZE_CENTURY
+
1597
/* Define to the address where bug reports for this package should be sent. */
1598
#undef PACKAGE_BUGREPORT
1599
0 commit comments