[NeoStats-Devel] [Commits] r2441 - in trunk/modules/statserv: . geoip
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark Date: Sun Apr 3 07:24:34 2005 New Revision: 2441 Removed: trunk/modules/statserv/geoip/global.h Modified: trunk/modules/statserv/Makefile.am trunk/modules/statserv/Makefile.in trunk/modules/statserv/statserv.vcproj Log: remove unused geoip code Modified: trunk/modules/statserv/Makefile.am ============================================================================== --- trunk/modules/statserv/Makefile.am (original) +++ trunk/modules/statserv/Makefile.am Sun Apr 3 07:24:34 2005 @@ -7,7 +7,7 @@ server.c server.h version.c version.h \ geoip/GeoIPCity.c geoip/GeoIPCity.h \ geoip/GeoIPBitReader.c geoip/GeoIPBitReader.h \ - geoip/GeoIP.c geoip/GeoIP.h geoip/global.h + geoip/GeoIP.c geoip/GeoIP.h statserv_la_LDFLAGS = -module -avoid-version -no-undefined AM_CFLAGS = @PCRE_CFLAGS@ @CURL_CFLAGS@ -I$(top_srcdir)/lib/keeper/ -I$(top_srcdir)/lib/adns/ -Igeoip -DGEOIPDATADIR=\"$(datadir)\" \ -DSYSCONFDIR=\"$(sysconfdir)\" Modified: trunk/modules/statserv/Makefile.in ============================================================================== --- trunk/modules/statserv/Makefile.in (original) +++ trunk/modules/statserv/Makefile.in Sun Apr 3 07:24:34 2005 @@ -215,7 +215,7 @@ server.c server.h version.c version.h \ geoip/GeoIPCity.c geoip/GeoIPCity.h \ geoip/GeoIPBitReader.c geoip/GeoIPBitReader.h \ - geoip/GeoIP.c geoip/GeoIP.h geoip/global.h + geoip/GeoIP.c geoip/GeoIP.h statserv_la_LDFLAGS = -module -avoid-version -no-undefined AM_CFLAGS = @PCRE_CFLAGS@ @CURL_CFLAGS@ -I$(top_srcdir)/lib/keeper/ -I$(top_srcdir)/lib/adns/ -Igeoip -DGEOIPDATADIR=\"$(datadir)\" \ Modified: trunk/modules/statserv/statserv.vcproj ============================================================================== --- trunk/modules/statserv/statserv.vcproj (original) +++ trunk/modules/statserv/statserv.vcproj Sun Apr 3 07:24:34 2005 @@ -209,9 +209,6 @@ <File RelativePath=".\geoip\GeoIPCity.h"> </File> - <File - RelativePath=".\geoip\global.h"> - </File> </Filter> <File RelativePath=".\html\index.tpl">