1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-16 06:25:23 +00:00

Enabled large file support on 32-bit Linux and AIX

This commit is contained in:
Kim Holviala 2017-02-01 10:34:42 +02:00
parent 36de048c7b
commit 42ac42ed8e

View File

@ -54,6 +54,7 @@
#ifdef __linux
#undef PASSWD_MIN_UID
#define PASSWD_MIN_UID 500
#define _FILE_OFFSET_BITS 64
#endif
/* Embedded Linux with uClibc */
@ -80,8 +81,12 @@
#endif
#endif
/* Add other OS-specific defines here */
/* AIX */
#if defined(_AIX)
#define _LARGE_FILES 1
#endif
/* Add other OS-specific defines here */
/*
* Include headers