projects
/
darkstat
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implement str_to_addr() and unit test.
[darkstat]
/
Makefile.in
diff --git
a/Makefile.in
b/Makefile.in
index
fb16631
..
736bb38
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-22,10
+22,11
@@
datarootdir = @datarootdir@
mandir = @mandir@
# Optimizations FIXME: dead code. push into autoconf?
-#CPPFLAGS += -D__OPTIMIZE__
-DNDEBUG
+#CPPFLAGS += -D__OPTIMIZE__
SRCS = \
acct.c \
+addr.c \
cap.c \
conv.c \
darkstat.c \