CoinUtils
trunk
|
00001 /* src/config_coinutils.h. Generated from config_coinutils.h.in by configure. */ 00002 /* inc/config_coinutils.h.in. */ 00003 00004 #ifndef __CONFIG_COINUTILS_H__ 00005 #define __CONFIG_COINUTILS_H__ 00006 00007 /* Version number of project */ 00008 #define COINUTILS_VERSION "trunk" 00009 00010 /* Major Version number of project */ 00011 #define COINUTILS_VERSION_MAJOR 9999 00012 00013 /* Minor Version number of project */ 00014 #define COINUTILS_VERSION_MINOR 9999 00015 00016 /* Release Version number of project */ 00017 #define COINUTILS_VERSION_RELEASE 9999 00018 00019 /* Define to 64bit integer type */ 00020 #define COIN_INT64_T int64_t 00021 00022 /* Define to integer type capturing pointer */ 00023 #define COIN_INTPTR_T intptr_t 00024 00025 /* Define to 64bit unsigned integer type */ 00026 #define COIN_UINT64_T int64_t 00027 00028 #endif