summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2007-01-13 19:05:22 +0000
committererdgeist <>2007-01-13 19:05:22 +0000
commit25781604c235bd80bb54dd4e0b36b433eeb42a0f (patch)
treeeaf7367d11c85145f0b91b523a591c2d8c7d5743
parentb966435e65e2d695a4e209ca9e2f071b333b42c2 (diff)
Dont want ips from query string by default
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 65937c6..23d96c5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1CC?=gcc 1CC?=gcc
2FEATURES=-DWANT_IP_FROM_QUERY_STRING #-DWANT_BLACKLIST -DWANT_CLOSED_TRACKER 2FEATURES=#-DWANT_IP_FROM_QUERY_STRING -DWANT_BLACKLIST -DWANT_CLOSED_TRACKER
3#DEBUG_OPTS=-g -ggdb -pg # -fprofile-arcs -ftest-coverage 3#DEBUG_OPTS=-g -ggdb -pg # -fprofile-arcs -ftest-coverage
4DEBUG_OPTS=-s -Os 4DEBUG_OPTS=-s -Os
5CFLAGS+=-I../libowfat -Wall -pipe # -pedantic -ansi 5CFLAGS+=-I../libowfat -Wall -pipe # -pedantic -ansi