libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit ec78132f5a41a7a4d53c7b838aee7336e6446f45
parent 3cecbbb4c4254fef4a9a4a2bc633c9c44aa1c87b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  1 Sep 2013 18:59:27 +0000

-fix ftbfs on freebsd

Diffstat:
Msrc/microhttpd/daemon.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -50,6 +50,10 @@ #include <sys/sendfile.h> #endif +#ifndef HAVE_ACCEPT4 +#define HAVE_ACCEPT4 +#endif + /** * Default connection limit. */