]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
Dont want ips from query string by default
authorerdgeist <>
Sat, 13 Jan 2007 19:05:22 +0000 (19:05 +0000)
committererdgeist <>
Sat, 13 Jan 2007 19:05:22 +0000 (19:05 +0000)
Makefile

index 65937c69ad756476129f0864bc4ef73933c3de44..23d96c59d3d86bd85789e366917f805ac9fc6679 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC?=gcc
-FEATURES=-DWANT_IP_FROM_QUERY_STRING #-DWANT_BLACKLIST -DWANT_CLOSED_TRACKER
+FEATURES=#-DWANT_IP_FROM_QUERY_STRING -DWANT_BLACKLIST -DWANT_CLOSED_TRACKER
 #DEBUG_OPTS=-g -ggdb -pg # -fprofile-arcs -ftest-coverage
 DEBUG_OPTS=-s -Os
 CFLAGS+=-I../libowfat -Wall -pipe # -pedantic -ansi