summaryrefslogtreecommitdiff
path: root/memcached.c
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2020-11-11 11:17:48 -0800
committerdormando <dormando@rydia.net>2020-11-11 11:17:48 -0800
commit27b73a4e272280b9a52bc1b098f758af69e28956 (patch)
treecd4e7304c5c90b0f71b973c94b6b3388968616a0 /memcached.c
parent4de258ed891c0e5048192be1626fff6fabb10438 (diff)
downloadmemcached-27b73a4e272280b9a52bc1b098f758af69e28956.tar.gz
net: fix compile failures when missing NAPI define
was defined in memcached.c, but also used in thread.c.
Diffstat (limited to 'memcached.c')
-rw-r--r--memcached.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/memcached.c b/memcached.c
index b5dc8c7..d84b0eb 100644
--- a/memcached.c
+++ b/memcached.c
@@ -61,10 +61,6 @@
#include <sys/sysctl.h>
#endif
-#ifndef SO_INCOMING_NAPI_ID
-#define SO_INCOMING_NAPI_ID 56
-#endif
-
/*
* forward declarations
*/