From 05ce67b61b8aacd4429340c6351029a694c81639 Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Wed, 17 Nov 2010 23:31:07 -0200 Subject: [PATCH] Update autoconfig.h. (cherry picked from commit 8434e1e936cc1f75e88b5bff0c875e9f958761d6) --- build/inc/autoconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/inc/autoconfig.h b/build/inc/autoconfig.h index 40d846b..901bf17 100644 --- a/build/inc/autoconfig.h +++ b/build/inc/autoconfig.h @@ -160,7 +160,7 @@ #define _FILE_OFFSET_BITS 64 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ -/* #undef _LARGEFILE_SOURCE */ +#define _LARGEFILE_SOURCE 1 /* Large files support */ #define _LARGE_FILE_SOURCE /**/