mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-11-03 04:27:17 -05:00
Remove sendfile() support from Linux
This commit is contained in:
parent
0516131de0
commit
36de048c7b
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user