• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/json-c/cmake/config.h.in

  1 
  2 /* Enable RDRAND Hardware RNG Hash Seed */
  3 #cmakedefine ENABLE_RDRAND "@ENABLE_RDRAND@"
  4 
  5 /* Override json_c_get_random_seed() with custom code */
  6 #cmakedefine OVERRIDE_GET_RANDOM_SEED @OVERRIDE_GET_RANDOM_SEED@
  7 
  8 /* Enable partial threading support */
  9 #cmakedefine ENABLE_THREADING "@@"
 10 
 11 /* Define if .gnu.warning accepts long strings. */
 12 #cmakedefine HAS_GNU_WARNING_LONG "@@"
 13 
 14 /* Define to 1 if you have the <dlfcn.h> header file. */
 15 #cmakedefine HAVE_DLFCN_H
 16 
 17 /* Define to 1 if you have the <endian.h> header file. */
 18 #cmakedefine HAVE_ENDIAN_H
 19 
 20 /* Define to 1 if you have the <fcntl.h> header file. */
 21 #cmakedefine HAVE_FCNTL_H
 22 
 23 /* Define to 1 if you have the <inttypes.h> header file. */
 24 #cmakedefine HAVE_INTTYPES_H
 25 
 26 /* Define to 1 if you have the <limits.h> header file. */
 27 #cmakedefine HAVE_LIMITS_H
 28 
 29 /* Define to 1 if you have the <locale.h> header file. */
 30 #cmakedefine HAVE_LOCALE_H
 31 
 32 /* Define to 1 if you have the <memory.h> header file. */
 33 #cmakedefine HAVE_MEMORY_H
 34 
 35 /* Define to 1 if you have the <stdarg.h> header file. */
 36 #cmakedefine HAVE_STDARG_H
 37 
 38 /* Define to 1 if you have the <stdint.h> header file. */
 39 #cmakedefine HAVE_STDINT_H
 40 
 41 /* Define to 1 if you have the <stdlib.h> header file. */
 42 #cmakedefine HAVE_STDLIB_H
 43 
 44 /* Define to 1 if you have the <strings.h> header file. */
 45 #cmakedefine HAVE_STRINGS_H
 46 
 47 /* Define to 1 if you have the <string.h> header file. */
 48 #cmakedefine HAVE_STRING_H
 49 
 50 /* Define to 1 if you have the <syslog.h> header file. */
 51 #cmakedefine HAVE_SYSLOG_H @HAVE_SYSLOG_H@
 52 
 53 /* Define to 1 if you have the <sys/cdefs.h> header file. */
 54 #cmakedefine HAVE_SYS_CDEFS_H
 55 
 56 /* Define to 1 if you have the <sys/param.h> header file. */
 57 #cmakedefine HAVE_SYS_PARAM_H @HAVE_SYS_PARAM_H@
 58 
 59 /* Define to 1 if you have the <sys/resource.h> header file. */
 60 #cmakedefine HAVE_SYS_RESOURCE_H
 61 
 62 /* Define to 1 if you have the <sys/stat.h> header file. */
 63 #cmakedefine HAVE_SYS_STAT_H
 64 
 65 /* Define to 1 if you have the <sys/types.h> header file. */
 66 #cmakedefine HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@
 67 
 68 /* Define to 1 if you have the <unistd.h> header file. */
 69 #cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@
 70 
 71 /* Define to 1 if you have the <xlocale.h> header file. */
 72 #cmakedefine HAVE_XLOCALE_H
 73 
 74 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 75 #cmakedefine HAVE_DOPRNT
 76 
 77 /* Has atomic builtins */
 78 #cmakedefine HAVE_ATOMIC_BUILTINS
 79 
 80 /* Define to 1 if you have the declaration of `INFINITY', and to 0 if you
 81    don't. */
 82 #cmakedefine HAVE_DECL_INFINITY
 83 
 84 /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
 85    */
 86 #cmakedefine HAVE_DECL_ISINF
 87 
 88 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
 89    */
 90 #cmakedefine HAVE_DECL_ISNAN
 91 
 92 /* Define to 1 if you have the declaration of `nan', and to 0 if you don't. */
 93 #cmakedefine HAVE_DECL_NAN
 94 
 95 /* Define to 1 if you have the declaration of `_finite', and to 0 if you
 96    don't. */
 97 #cmakedefine HAVE_DECL__FINITE
 98 
 99 /* Define to 1 if you have the declaration of `_isnan', and to 0 if you don't.
100    */
101 #cmakedefine HAVE_DECL__ISNAN
102 
103 /* Define to 1 if you have the `open' function. */
104 #cmakedefine HAVE_OPEN
105 
106 /* Define to 1 if you have the `realloc' function. */
107 #cmakedefine HAVE_REALLOC
108 
109 /* Define to 1 if you have the `setlocale' function. */
110 #cmakedefine HAVE_SETLOCALE
111 
112 /* Define to 1 if you have the `snprintf' function. */
113 #cmakedefine HAVE_SNPRINTF
114 
115 
116 /* Define to 1 if you have the `strcasecmp' function. */
117 #cmakedefine HAVE_STRCASECMP @HAVE_STRCASECMP@
118 
119 /* Define to 1 if you have the `strdup' function. */
120 #cmakedefine HAVE_STRDUP
121 
122 /* Define to 1 if you have the `strerror' function. */
123 #cmakedefine HAVE_STRERROR
124 
125 /* Define to 1 if you have the `strncasecmp' function. */
126 #cmakedefine HAVE_STRNCASECMP @HAVE_STRNCASECMP@
127 
128 /* Define to 1 if you have the `uselocale' function. */
129 #cmakedefine HAVE_USELOCALE
130 
131 /* Define to 1 if you have the `vasprintf' function. */
132 #cmakedefine HAVE_VASPRINTF
133 
134 /* Define to 1 if you have the `vprintf' function. */
135 #cmakedefine HAVE_VPRINTF
136 
137 /* Define to 1 if you have the `vsnprintf' function. */
138 #cmakedefine HAVE_VSNPRINTF
139 
140 /* Define to 1 if you have the `vsyslog' function. */
141 #cmakedefine HAVE_VSYSLOG @HAVE_VSYSLOG@
142 
143 /* Define if you have the `getrusage' function. */
144 #cmakedefine HAVE_GETRUSAGE
145 
146 #cmakedefine HAVE_STRTOLL
147 #if !defined(HAVE_STRTOLL)
148 #define strtoll @json_c_strtoll@
149 /* #cmakedefine json_c_strtoll @json_c_strtoll@*/
150 #endif
151 
152 #cmakedefine HAVE_STRTOULL
153 #if !defined(HAVE_STRTOULL)
154 #define strtoull @json_c_strtoull@
155 /* #cmakedefine json_c_strtoull @json_c_strtoull@ */
156 #endif
157 
158 /* Have __thread */
159 #cmakedefine HAVE___THREAD
160 
161 /* Public define for json_inttypes.h */
162 #cmakedefine JSON_C_HAVE_INTTYPES_H @JSON_C_HAVE_INTTYPES_H@
163 
164 /* Name of package */
165 #define PACKAGE "@PROJECT_NAME@"
166 
167 /* Define to the address where bug reports for this package should be sent. */
168 #define PACKAGE_BUGREPORT "@JSON_C_BUGREPORT@"
169 
170 /* Define to the full name of this package. */
171 #define PACKAGE_NAME "@PROJECT_NAME@"
172 
173 /* Define to the full name and version of this package. */
174 #define PACKAGE_STRING "@PROJECT_NAME@ @CPACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@"
175 
176 /* Define to the one symbol short name of this package. */
177 #define PACKAGE_TARNAME "@PROJECT_NAME@"
178 
179 /* Define to the home page for this package. */
180 #define PACKAGE_URL "https://github.com/json-c/json-c"
181 
182 /* Define to the version of this package. */
183 #define PACKAGE_VERSION "@CPACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@"
184 
185 /* The number of bytes in type int */
186 #cmakedefine SIZEOF_INT @SIZEOF_INT@
187 
188 /* The number of bytes in type int64_t */
189 #cmakedefine SIZEOF_INT64_T @SIZEOF_INT64_T@
190 
191 /* The number of bytes in type long */
192 #cmakedefine SIZEOF_LONG @SIZEOF_LONG@
193 
194 /* The number of bytes in type long long */
195 #cmakedefine SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@
196 
197 /* The number of bytes in type size_t */
198 #cmakedefine SIZEOF_SIZE_T @SIZEOF_SIZE_T@
199 
200 /* The number of bytes in type ssize_t */
201 #cmakedefine SIZEOF_SSIZE_T @SIZEOF_SSIZE_T@
202 
203 /* Specifier for __thread */
204 #cmakedefine SPEC___THREAD @SPEC___THREAD@
205 
206 /* Define to 1 if you have the ANSI C header files. */
207 #cmakedefine STDC_HEADERS
208 
209 /* Version number of package */
210 #define VERSION "@CPACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@"
211 
212 /* Define to empty if `const' does not conform to ANSI C. */
213 #cmakedefine const
214 
215 /* Define to `unsigned int' if <sys/types.h> does not define. */
216 #cmakedefine size_t

This page was automatically generated by LXR 0.3.1.  •  OpenWrt