summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-03-20 21:32:07 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-03-20 21:32:07 (GMT)
commit3afb2d2bba9d492c1f2c889954bc0d32d93955ab (patch)
tree4c202f4dbbbdd973b302d9eb1f939059a60e933f /pyconfig.h.in
parentbcc2c125f832dce5ec7f29f3e363e3769673713d (diff)
downloadcpython-3afb2d2bba9d492c1f2c889954bc0d32d93955ab.zip
cpython-3afb2d2bba9d492c1f2c889954bc0d32d93955ab.tar.gz
cpython-3afb2d2bba9d492c1f2c889954bc0d32d93955ab.tar.bz2
Remove compiler warnings on Solaris 8.
Can go into 2.2.x, but not necessary.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 0acd1f5..9d9386f 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -106,7 +106,9 @@
#undef __EXTENSIONS__
/* This must be set to 64 on some systems to enable large file support */
+#ifndef _FILE_OFFSET_BITS
#undef _FILE_OFFSET_BITS
+#endif
/* Define if getpgrp() must be called as getpgrp(0). */
#undef GETPGRP_HAVE_ARG