summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-09-09 23:51:39 (GMT)
committerGuido van Rossum <guido@python.org>2001-09-09 23:51:39 (GMT)
commit810cc51d5f46a50c3a5caf33cc9b9eb6705f13fc (patch)
tree6c1e264b93f28549e38f5527e54df79c4b762571 /pyconfig.h.in
parenta0a62225094a890c1b07ebc4f89e4c7c45c66b13 (diff)
downloadcpython-810cc51d5f46a50c3a5caf33cc9b9eb6705f13fc.zip
cpython-810cc51d5f46a50c3a5caf33cc9b9eb6705f13fc.tar.gz
cpython-810cc51d5f46a50c3a5caf33cc9b9eb6705f13fc.tar.bz2
This time (I hope) I've fixed largefile
support on Linux (and Solaris, I expect) for real. The necessary symbols are defined once and for all, under the assumption that they won't harm elsewhere.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 4ed22eb..c47a8fb 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -136,9 +136,7 @@
/* 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
+ (For Solaris and Linux, the necessary defines are already defined.)
*/
#undef HAVE_LARGEFILE_SUPPORT