Geoip: Remove previous C99 compatibility changes with v100

Since we're compiling against v120_xp now, C99 is supported, which makes the previous compatibility changes pointless.
This reverts to the state of the original content.
For maintainability reason, it's welcomed.

For reference, the only change now is the moving of PACKAGE_VERSION define to be available for linux too (since we don't use configure.ac)
This commit is contained in:
Arkshine
2015-01-14 12:10:29 +01:00
parent 16874378f1
commit f09f4a4c6c
6 changed files with 78 additions and 425 deletions

View File

@ -9,7 +9,7 @@ binary.compiler.defines += [
binary.sources = [
'../../public/sdk/amxxmodule.cpp',
'GeoIP2/maxminddb.cpp',
'GeoIP2/maxminddb.c',
'geoip_main.cpp',
'geoip_natives.cpp',
'geoip_util.cpp',