mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
Try to build with IPv6 by default.
This commit is contained in:
parent
79475170b2
commit
2ced9cac51
@ -21,6 +21,12 @@ static const char
|
|||||||
pkgname[] = "darkhttpd/1.11.from.git",
|
pkgname[] = "darkhttpd/1.11.from.git",
|
||||||
copyright[] = "copyright (c) 2003-2016 Emil Mikulic";
|
copyright[] = "copyright (c) 2003-2016 Emil Mikulic";
|
||||||
|
|
||||||
|
/* Possible build options: -DDEBUG -DNO_IPV6 */
|
||||||
|
|
||||||
|
#ifndef NO_IPV6
|
||||||
|
# define HAVE_INET6
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef DEBUG
|
#ifndef DEBUG
|
||||||
# define NDEBUG
|
# define NDEBUG
|
||||||
static const int debug = 0;
|
static const int debug = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user