config_coinutils.h

Go to the documentation of this file.
00001 /* src/config_coinutils.h.  Generated by configure.  */
00002 /* inc/config_coinutils.h.in.  */
00003 
00004 #ifndef __CONFIG_COINUTILS_H__
00005 #define __CONFIG_COINUTILS_H__
00006 
00007 /* Define to 1 if stdint.h is available for CoinUtils */
00008 #define COINUTILS_HAS_STDINT_H 1
00009 
00010 /* Define to 1 if stdint.h is available for CoinUtils */
00011 /* #undef COINUTILS_HAS_CSTDINT */
00012 
00013 /* Version number of project */
00014 #define COINUTILS_VERSION "2.10.13"
00015 
00016 /* Major Version number of project */
00017 #define COINUTILS_VERSION_MAJOR 2
00018 
00019 /* Minor Version number of project */
00020 #define COINUTILS_VERSION_MINOR 10
00021 
00022 /* Release Version number of project */
00023 #define COINUTILS_VERSION_RELEASE 13
00024 
00025 /* Define to 64bit integer type */
00026 #define COIN_INT64_T int64_t
00027 
00028 /* Define to integer type capturing pointer */
00029 #define COIN_INTPTR_T intptr_t
00030 
00031 /* Define to 64bit unsigned integer type */
00032 #define COIN_UINT64_T int64_t
00033 
00034 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 28 Aug 2016 for CoinUtils by  doxygen 1.6.1