Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
tpruvot
GitHub Repository: tpruvot/cpuminer-multi
Path: blob/linux/compat/jansson/config.h
1201 views
1
/* config.h. Generated from config.h.in by configure. */
2
/* config.h.in. Generated from configure.ac by autoheader. */
3
4
/* Define to 1 if gcc's __atomic builtins are available */
5
/* #undef HAVE_ATOMIC_BUILTINS */
6
7
/* Define to 1 if you have the `close' function. */
8
#define HAVE_CLOSE 1
9
10
/* Define to 1 if you have the <dlfcn.h> header file. */
11
/* #undef HAVE_DLFCN_H */
12
13
/* Define to 1 if you have the <endian.h> header file. */
14
/* #undef HAVE_ENDIAN_H */
15
16
/* Define to 1 if you have the <fcntl.h> header file. */
17
#define HAVE_FCNTL_H 1
18
19
/* Define to 1 if you have the `getpid' function. */
20
#define HAVE_GETPID 1
21
22
/* Define to 1 if you have the `gettimeofday' function. */
23
#define HAVE_GETTIMEOFDAY 1
24
25
/* Define to 1 if you have the <inttypes.h> header file. */
26
#define HAVE_INTTYPES_H 1
27
28
/* Define to 1 if you have the `localeconv' function. */
29
#define HAVE_LOCALECONV 1
30
31
/* Define to 1 if you have the <locale.h> header file. */
32
#define HAVE_LOCALE_H 1
33
34
/* Define to 1 if the system has the type `long long int'. */
35
#define HAVE_LONG_LONG_INT 1
36
37
/* Define to 1 if you have the <memory.h> header file. */
38
#define HAVE_MEMORY_H 1
39
40
/* Define to 1 if you have the `open' function. */
41
#define HAVE_OPEN 1
42
43
/* Define to 1 if you have the `read' function. */
44
#define HAVE_READ 1
45
46
/* Define to 1 if you have the <sched.h> header file. */
47
#define HAVE_SCHED_H 1
48
49
/* Define to 1 if you have the `sched_yield' function. */
50
/* #undef HAVE_SCHED_YIELD */
51
52
/* Define to 1 if you have the <stdint.h> header file. */
53
#define HAVE_STDINT_H 1
54
55
/* Define to 1 if you have the <stdlib.h> header file. */
56
#define HAVE_STDLIB_H 1
57
58
/* Define to 1 if you have the <strings.h> header file. */
59
#define HAVE_STRINGS_H 1
60
61
/* Define to 1 if you have the <string.h> header file. */
62
#define HAVE_STRING_H 1
63
64
/* Define to 1 if you have the `strtoll' function. */
65
#define HAVE_STRTOLL 1
66
67
/* Define to 1 if gcc's __sync builtins are available */
68
#define HAVE_SYNC_BUILTINS 1
69
70
/* Define to 1 if you have the <sys/param.h> header file. */
71
#define HAVE_SYS_PARAM_H 1
72
73
/* Define to 1 if you have the <sys/stat.h> header file. */
74
#define HAVE_SYS_STAT_H 1
75
76
/* Define to 1 if you have the <sys/time.h> header file. */
77
#define HAVE_SYS_TIME_H 1
78
79
/* Define to 1 if you have the <sys/types.h> header file. */
80
#define HAVE_SYS_TYPES_H 1
81
82
/* Define to 1 if you have the <unistd.h> header file. */
83
#define HAVE_UNISTD_H 1
84
85
/* Define to the sub-directory in which libtool stores uninstalled libraries.
86
*/
87
#define LT_OBJDIR ".libs/"
88
89
/* Name of package */
90
#define PACKAGE "jansson"
91
92
/* Define to the address where bug reports for this package should be sent. */
93
#define PACKAGE_BUGREPORT "[email protected]"
94
95
/* Define to the full name of this package. */
96
#define PACKAGE_NAME "jansson"
97
98
/* Define to the full name and version of this package. */
99
#define PACKAGE_STRING "jansson 2.6"
100
101
/* Define to the one symbol short name of this package. */
102
#define PACKAGE_TARNAME "jansson"
103
104
/* Define to the home page for this package. */
105
#define PACKAGE_URL ""
106
107
/* Define to the version of this package. */
108
#define PACKAGE_VERSION "2.6"
109
110
/* Define to 1 if you have the ANSI C header files. */
111
#define STDC_HEADERS 1
112
113
/* Define to 1 if /dev/urandom should be used for seeding the hash function */
114
#define USE_URANDOM 1
115
116
/* Define to 1 if CryptGenRandom should be used for seeding the hash function
117
*/
118
#define USE_WINDOWS_CRYPTOAPI 1
119
120
/* Version number of package */
121
#define VERSION "2.6"
122
123
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
124
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
125
#define below would cause a syntax error. */
126
/* #undef _UINT32_T */
127
128
/* Define to `__inline__' or `__inline' if that's what the C compiler
129
calls it, or to nothing if 'inline' is not supported under any name. */
130
#ifndef __cplusplus
131
/* #undef inline */
132
#endif
133
134
/* Define to the type of a signed integer type of width exactly 32 bits if
135
such a type exists and the standard includes do not define it. */
136
/* #undef int32_t */
137
138
/* Define to the type of an unsigned integer type of width exactly 32 bits if
139
such a type exists and the standard includes do not define it. */
140
/* #undef uint32_t */
141
142