}
replacement = freplacement;
}
-#ifdef Py_NORMALIZE_CENTURY
+#ifdef _Py_NORMALIZE_CENTURY
else if (ch == 'Y' || ch == 'G'
|| ch == 'F' || ch == 'C'
) {
if test "$ac_cv_normalize_century" = yes
then
-printf "%s\n" "#define Py_NORMALIZE_CENTURY 1" >>confdefs.h
+printf "%s\n" "#define _Py_NORMALIZE_CENTURY 1" >>confdefs.h
fi
[ac_cv_normalize_century=yes])])
if test "$ac_cv_normalize_century" = yes
then
- AC_DEFINE([Py_NORMALIZE_CENTURY], [1],
+ AC_DEFINE([_Py_NORMALIZE_CENTURY], [1],
[Define if year with century should be normalized for strftime.])
fi
SipHash13: 3, externally defined: 0 */
#undef Py_HASH_ALGORITHM
-/* Define if year with century should be normalized for strftime. */
-#undef Py_NORMALIZE_CENTURY
-
/* Define if you want to enable remote debugging support. */
#undef Py_REMOTE_DEBUG
/* HACL* library can compile SIMD256 implementations */
#undef _Py_HACL_CAN_COMPILE_VEC256
+/* Define if year with century should be normalized for strftime. */
+#undef _Py_NORMALIZE_CENTURY
+
/* Define to force use of thread-safe errno, h_errno, and other functions */
#undef _REENTRANT