mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-09-23 04:37:20 +02:00
Backport MaxmindDB.
This commit is contained in:
14
vendor/MaxmindDB/projects/VS12/maxminddb_config.h
vendored
Normal file
14
vendor/MaxmindDB/projects/VS12/maxminddb_config.h
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef MAXMINDDB_CONFIG_H
|
||||
#define MAXMINDDB_CONFIG_H
|
||||
|
||||
#ifndef MMDB_UINT128_USING_MODE
|
||||
/* Define as 1 if we we use unsigned int __atribute__ ((__mode__(TI))) for uint128 values */
|
||||
#define MMDB_UINT128_USING_MODE 0
|
||||
#endif
|
||||
|
||||
#ifndef MMDB_UINT128_IS_BYTE_ARRAY
|
||||
/* Define as 1 if we don't have an unsigned __int128 type */
|
||||
#define MMDB_UINT128_IS_BYTE_ARRAY 1
|
||||
#endif
|
||||
|
||||
#endif /* MAXMINDDB_CONFIG_H */
|
Reference in New Issue
Block a user