From 36de048c7b0b9e8ccc047c2396285bd633d52391 Mon Sep 17 00:00:00 2001 From: Kim Holviala Date: Wed, 1 Feb 2017 10:33:35 +0200 Subject: [PATCH] Remove sendfile() support from Linux --- gophernicus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gophernicus.h b/gophernicus.h index 708d580..2805028 100644 --- a/gophernicus.h +++ b/gophernicus.h @@ -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 */