config_coinutils.h
Go to the documentation of this file.00001
00002
00003
00004 #ifndef __CONFIG_COINUTILS_H__
00005 #define __CONFIG_COINUTILS_H__
00006
00007
00008 #define COINUTILS_HAS_STDINT_H 1
00009
00010
00011
00012
00013
00014 #define COINUTILS_VERSION "2.10.13"
00015
00016
00017 #define COINUTILS_VERSION_MAJOR 2
00018
00019
00020 #define COINUTILS_VERSION_MINOR 10
00021
00022
00023 #define COINUTILS_VERSION_RELEASE 13
00024
00025
00026 #define COIN_INT64_T int64_t
00027
00028
00029 #define COIN_INTPTR_T intptr_t
00030
00031
00032 #define COIN_UINT64_T int64_t
00033
00034 #endif