Remove leftovers from the times when long long wasn't required (GH-15501)

In a38e9d1399 pyconfig.h.in was
manually edited and that edit was overwritten when running autoreconf.
(cherry picked from commit 52c1a6a15a)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-08-26 08:33:49 -07:00 committed by GitHub
parent 3769425abd
commit 82f4bfdbb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2313,7 +2313,7 @@ if test "$ac_cv_sizeof_off_t" -gt "$ac_cv_sizeof_long" -a \
"$ac_cv_sizeof_long_long" -ge "$ac_cv_sizeof_off_t"; then "$ac_cv_sizeof_long_long" -ge "$ac_cv_sizeof_off_t"; then
AC_DEFINE(HAVE_LARGEFILE_SUPPORT, 1, AC_DEFINE(HAVE_LARGEFILE_SUPPORT, 1,
[Defined to enable large file support when an off_t is bigger than a long [Defined to enable large file support when an off_t is bigger than a long
and long long is available and at least as big as an off_t. You may need and long long is at least as big as an off_t. You may need
to add some flags for configuration and compilation to enable this mode. to add some flags for configuration and compilation to enable this mode.
(For Solaris and Linux, the necessary defines are already defined.)]) (For Solaris and Linux, the necessary defines are already defined.)])
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)

View File

@ -569,9 +569,9 @@
#undef HAVE_LANGINFO_H #undef HAVE_LANGINFO_H
/* Defined to enable large file support when an off_t is bigger than a long /* Defined to enable large file support when an off_t is bigger than a long
and long long is at least as big as an off_t. You may need to and long long is at least as big as an off_t. You may need to add some
add some flags for configuration and compilation to enable this mode. (For flags for configuration and compilation to enable this mode. (For Solaris
Solaris and Linux, the necessary defines are already defined.) */ and Linux, the necessary defines are already defined.) */
#undef HAVE_LARGEFILE_SUPPORT #undef HAVE_LARGEFILE_SUPPORT
/* Define to 1 if you have the 'lchflags' function. */ /* Define to 1 if you have the 'lchflags' function. */