CoinUtils 2.11.10
Loading...
Searching...
No Matches
config_coinutils.h
Go to the documentation of this file.
1/* src/config_coinutils.h. Generated by configure. */
2/* inc/config_coinutils.h.in. */
3
4#ifndef __CONFIG_COINUTILS_H__
5#define __CONFIG_COINUTILS_H__
6
7/* Define to 1 if stdint.h is available for CoinUtils */
8/* #undef COINUTILS_HAS_STDINT_H */
9
10/* Define to 1 if stdint.h is available for CoinUtils */
11#define COINUTILS_HAS_CSTDINT 1
12
13/* Version number of project */
14#define COINUTILS_VERSION "2.11.10"
15
16/* Major Version number of project */
17#define COINUTILS_VERSION_MAJOR 2
18
19/* Minor Version number of project */
20#define COINUTILS_VERSION_MINOR 11
21
22/* Release Version number of project */
23#define COINUTILS_VERSION_RELEASE 10
24
25/* Define to 64bit integer type */
26#define COIN_INT64_T int64_t
27
28/* Define to integer type capturing pointer */
29#define COIN_INTPTR_T intptr_t
30
31/* Define to 64bit unsigned integer type */
32#define COIN_UINT64_T int64_t
33
34#endif