projects
/
darkhttpd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7947517
)
Try to build with IPv6 by default.
author
Emil Mikulic
<emikulic@gmail.com>
Sat, 23 Jan 2016 08:55:33 +0000
(19:55 +1100)
committer
Emil Mikulic
<emikulic@gmail.com>
Sat, 23 Jan 2016 08:55:33 +0000
(19:55 +1100)
darkhttpd.c
patch
|
blob
|
history
diff --git
a/darkhttpd.c
b/darkhttpd.c
index
0a10314
..
66bbd5a
100644
(file)
--- a/
darkhttpd.c
+++ b/
darkhttpd.c
@@
-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;