1
0
mirror of git://erdgeist.org/opentracker synced 2025-02-04 11:06:42 +00:00

Dont want ips from query string by default

This commit is contained in:
erdgeist 2007-01-13 19:05:22 +00:00
parent b966435e65
commit 25781604c2

View File

@ -1,5 +1,5 @@
CC?=gcc 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=-g -ggdb -pg # -fprofile-arcs -ftest-coverage
DEBUG_OPTS=-s -Os DEBUG_OPTS=-s -Os
CFLAGS+=-I../libowfat -Wall -pipe # -pedantic -ansi CFLAGS+=-I../libowfat -Wall -pipe # -pedantic -ansi