_LARGEFILE_SOURCE definition has changed in the last autotools

This commit is contained in:
Marcelo Roberto Jimenez 2015-02-01 22:31:30 -02:00
parent c124ae6507
commit 9f69fb1b80
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@
#define _FILE_OFFSET_BITS 64
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
#define _LARGEFILE_SOURCE 1
/* #undef _LARGEFILE_SOURCE */
/* Large files support */
#define _LARGE_FILE_SOURCE /**/

View File

@ -65,7 +65,7 @@
#define _FILE_OFFSET_BITS 64
/** Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
#define _LARGEFILE_SOURCE 1
/* #undef _LARGEFILE_SOURCE */
/** Large files support */
#define _LARGE_FILE_SOURCE /**/