Skip to content

Commit 48affbd

Browse files
committed
pythongh-120713: fixed pyconfig.h.in
1 parent a1592e3 commit 48affbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyconfig.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,9 +1222,6 @@
12221222
/* Define if you have struct stat.st_mtimensec */
12231223
#undef HAVE_STAT_TV_NSEC2
12241224

1225-
/* Define if year with century should be normalized for strftime. */
1226-
#undef NORMALIZE_CENTURY
1227-
12281225
/* Define to 1 if you have the <stdint.h> header file. */
12291226
#undef HAVE_STDINT_H
12301227

@@ -1594,6 +1591,9 @@
15941591
/* Define if mvwdelch in curses.h is an expression. */
15951592
#undef MVWDELCH_IS_EXPRESSION
15961593

1594+
/* Define if year with century should be normalized for strftime. */
1595+
#undef NORMALIZE_CENTURY
1596+
15971597
/* Define to the address where bug reports for this package should be sent. */
15981598
#undef PACKAGE_BUGREPORT
15991599

0 commit comments

Comments
 (0)