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

Remove sendfile() support from Linux

This commit is contained in:
Kim Holviala 2017-02-01 10:33:35 +02:00
parent 0516131de0
commit 36de048c7b

View File

@ -54,7 +54,6 @@
#ifdef __linux
#undef PASSWD_MIN_UID
#define PASSWD_MIN_UID 500
#define HAVE_SENDFILE
#endif
/* Embedded Linux with uClibc */
@ -83,6 +82,7 @@
/* Add other OS-specific defines here */
/*
* Include headers
*/