Try to build with IPv6 by default.

This commit is contained in:
Emil Mikulic 2016-01-23 19:55:33 +11:00
parent 79475170b2
commit 2ced9cac51
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@ static const char
pkgname[] = "darkhttpd/1.11.from.git",
copyright[] = "copyright (c) 2003-2016 Emil Mikulic";
/* Possible build options: -DDEBUG -DNO_IPV6 */
#ifndef NO_IPV6
# define HAVE_INET6
#endif
#ifndef DEBUG
# define NDEBUG
static const int debug = 0;