1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-20 17:17:13 +02:00

Merge maxmind db config files.

Use macros to identify differences and get rid of unnecessary options.
This commit is contained in:
Sandu Liviu Catalin
2019-08-17 16:14:01 +03:00
parent 06ae8c503d
commit 6af66cadba
4 changed files with 43 additions and 394 deletions

View File

@ -1,6 +1,5 @@
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <maxminddb_config.h>
#include "data-pool.h"
#include "maxminddb.h"
#include "maxminddb-compat-util.h"
@ -1962,8 +1961,7 @@ LOCAL void free_descriptions_metadata(MMDB_s *mmdb)
const char *MMDB_lib_version(void)
{
//return PACKAGE_VERSION;
return "1.3.2"; // Quick and dirty patch
return PACKAGE_VERSION;
}
int MMDB_dump_entry_data_list(FILE *const stream,