eio: correctly fix large file support.

SVN revision: 57629
This commit is contained in:
Cedric BAIL 2011-03-09 15:04:01 +00:00
parent b5e8b3d28f
commit fb188326a9
2 changed files with 1 additions and 3 deletions

View File

@ -33,6 +33,7 @@ AM_CONFIG_HEADER([config.h])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_GNU_SOURCE
AC_SYS_LARGEFILE
AC_LIBTOOL_WIN32_DLL
define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl

View File

@ -9,9 +9,6 @@
# include <features.h>
#endif
#undef _FILE_OFFSET_BITS
#define _FILE_OFFSET_BITS 64
#include <stdio.h>
#include <string.h>