mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Changes for long file support by Steve Clift.
This commit is contained in:
parent
00f0f6ef03
commit
f98e2a787e
2 changed files with 274 additions and 146 deletions
12
acconfig.h
12
acconfig.h
|
|
@ -96,5 +96,17 @@
|
|||
/* Define if you want to compile in rudimentary thread support */
|
||||
#undef WITH_THREAD
|
||||
|
||||
/* The number of bytes in an off_t. */
|
||||
#undef SIZEOF_OFF_T
|
||||
|
||||
/* 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
|
||||
to add some flags for configuration and compilation to enable this mode.
|
||||
E.g, for Solaris 2.7:
|
||||
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" OPT="-O2 $CFLAGS" \
|
||||
configure
|
||||
*/
|
||||
#undef HAVE_LARGEFILE_SUPPORT
|
||||
|
||||
|
||||
/* Leave that blank line there-- autoheader needs it! */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue