aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 27c63837..197c5af8 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -51,7 +51,7 @@
51#endif 51#endif
52 52
53#ifndef HAVE_ACCEPT4 53#ifndef HAVE_ACCEPT4
54#define HAVE_ACCEPT4 54#define HAVE_ACCEPT4 0
55#endif 55#endif
56 56
57/** 57/**