(trunk libT) revert previous commit. that new patch generates a warning if _FILE_OFFSET_BITS isn't defined.

This commit is contained in:
Jordan Lee
2011-01-06 02:31:11 +00:00
parent 2cba0d5822
commit 177d60ddf2

View File

@@ -10,10 +10,6 @@
* $Id$
*/
#if defined( HAVE_ZLIB ) && ( _FILE_OFFSET_BITS == 64 )
#define _LARGEFILE64_SOURCE
#endif
#include <assert.h>
#include <ctype.h> /* isdigit */
#include <errno.h>