diff options
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 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 |