[SSSD] [PATCH] add defines for large file support to standard CFLAGS

2009-09-25 Thread Sumit Bose
Hi, this patch fixes a compiler warning about the redefinition of SIZEOF_OFF_T on 32bit systems. It's not very elegant, but I don't know of a portable way to check if python was compiles with large file support. If anyone knows, please enlighten me. It might be possible the this patch leads to

Re: [SSSD] [PATCH] add defines for large file support to standard CFLAGS

2009-09-25 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/25/2009 11:23 AM, Sumit Bose wrote: Hi, this patch fixes a compiler warning about the redefinition of SIZEOF_OFF_T on 32bit systems. It's not very elegant, but I don't know of a portable way to check if python was compiles with large file

Re: [SSSD] [PATCH] add defines for large file support to standard CFLAGS

2009-09-25 Thread Stephen Gallagher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/25/2009 12:23 PM, Stephen Gallagher wrote: On 09/25/2009 11:23 AM, Sumit Bose wrote: Hi, this patch fixes a compiler warning about the redefinition of SIZEOF_OFF_T on 32bit systems. It's not very elegant, but I don't know of a portable