mirror of https://github.com/python/cpython
Regenerate configure script using autoconf 2.61.
This commit is contained in:
parent
19142281e7
commit
b0a61d770e
|
@ -946,13 +946,13 @@
|
||||||
/* The size of `long long', as computed by sizeof. */
|
/* The size of `long long', as computed by sizeof. */
|
||||||
#undef SIZEOF_LONG_LONG
|
#undef SIZEOF_LONG_LONG
|
||||||
|
|
||||||
/* The number of bytes in an off_t. */
|
/* The size of `off_t', as computed by sizeof. */
|
||||||
#undef SIZEOF_OFF_T
|
#undef SIZEOF_OFF_T
|
||||||
|
|
||||||
/* The size of `pid_t', as computed by sizeof. */
|
/* The size of `pid_t', as computed by sizeof. */
|
||||||
#undef SIZEOF_PID_T
|
#undef SIZEOF_PID_T
|
||||||
|
|
||||||
/* The number of bytes in a pthread_t. */
|
/* The size of `pthread_t', as computed by sizeof. */
|
||||||
#undef SIZEOF_PTHREAD_T
|
#undef SIZEOF_PTHREAD_T
|
||||||
|
|
||||||
/* The size of `short', as computed by sizeof. */
|
/* The size of `short', as computed by sizeof. */
|
||||||
|
@ -961,7 +961,7 @@
|
||||||
/* The size of `size_t', as computed by sizeof. */
|
/* The size of `size_t', as computed by sizeof. */
|
||||||
#undef SIZEOF_SIZE_T
|
#undef SIZEOF_SIZE_T
|
||||||
|
|
||||||
/* The number of bytes in a time_t. */
|
/* The size of `time_t', as computed by sizeof. */
|
||||||
#undef SIZEOF_TIME_T
|
#undef SIZEOF_TIME_T
|
||||||
|
|
||||||
/* The size of `uintptr_t', as computed by sizeof. */
|
/* The size of `uintptr_t', as computed by sizeof. */
|
||||||
|
|
Loading…
Reference in New Issue