From 1c68ad459c2837a2e29f229df4a8cfbd2f5fd746 Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Wed, 4 Feb 2015 22:25:15 -0200 Subject: [PATCH] Looks like I did something wrong two commits ago (cherry picked from commit cf31814e559f87d943df6d0e18553cfcd161e13c) --- build/inc/autoconfig.h | 2 +- build/inc/upnpconfig.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/inc/autoconfig.h b/build/inc/autoconfig.h index 49870e9..0829201 100644 --- a/build/inc/autoconfig.h +++ b/build/inc/autoconfig.h @@ -190,7 +190,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 /**/ diff --git a/build/inc/upnpconfig.h b/build/inc/upnpconfig.h index 80bdec6..e3fba7c 100644 --- a/build/inc/upnpconfig.h +++ b/build/inc/upnpconfig.h @@ -65,7 +65,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 /**/