diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-03-20 21:32:07 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-03-20 21:32:07 +0000 |
commit | 8791a5b6c0aba94bcb9a841cbae46f56f2213464 (patch) | |
tree | 2c28232cb14f10043701d3e3575ade98254d6048 /pyconfig.h.in | |
parent | c7fd835014964f616a8d3b7ed85b4965f38f298d (diff) | |
download | cpython-8791a5b6c0aba94bcb9a841cbae46f56f2213464.tar.gz |
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.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 0acd1f5b6b..9d9386f305 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 |