config.h.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to the number of bits in type 'ptrdiff_t'. */
  3. #undef BITSIZEOF_PTRDIFF_T
  4. /* Define to the number of bits in type 'sig_atomic_t'. */
  5. #undef BITSIZEOF_SIG_ATOMIC_T
  6. /* Define to the number of bits in type 'size_t'. */
  7. #undef BITSIZEOF_SIZE_T
  8. /* Define to the number of bits in type 'wchar_t'. */
  9. #undef BITSIZEOF_WCHAR_T
  10. /* Define to the number of bits in type 'wint_t'. */
  11. #undef BITSIZEOF_WINT_T
  12. /* Major version */
  13. #undef CGMINER_MAJOR_VERSION
  14. /* Micro version */
  15. #undef CGMINER_MINOR_SUBVERSION
  16. /* Minor version */
  17. #undef CGMINER_MINOR_VERSION
  18. /* Path to cgminer install */
  19. #undef CGMINER_PREFIX
  20. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  21. systems. This function is required for `alloca.c' support on those systems.
  22. */
  23. #undef CRAY_STACKSEG_END
  24. /* Defined if version of curl supports keepalive. */
  25. #undef CURL_HAS_KEEPALIVE
  26. /* Define to 1 if using `alloca.c'. */
  27. #undef C_ALLOCA
  28. /* int execv(const char*, char*const*); */
  29. #undef EXECV_2ND_ARG_TYPE
  30. /* Define to 1 when the gnulib module memchr should be tested. */
  31. #undef GNULIB_TEST_MEMCHR
  32. /* Define to 1 when the gnulib module memmem should be tested. */
  33. #undef GNULIB_TEST_MEMMEM
  34. /* Define to 1 when the gnulib module sigaction should be tested. */
  35. #undef GNULIB_TEST_SIGACTION
  36. /* Define to 1 when the gnulib module sigprocmask should be tested. */
  37. #undef GNULIB_TEST_SIGPROCMASK
  38. /* Define to 1 if you have `alloca', as a function or macro. */
  39. #undef HAVE_ALLOCA
  40. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  41. */
  42. #undef HAVE_ALLOCA_H
  43. /* Define if __attribute__((cold)) */
  44. #undef HAVE_ATTRIBUTE_COLD
  45. /* Define if __attribute__((const)) */
  46. #undef HAVE_ATTRIBUTE_CONST
  47. /* Define if __attribute__((noreturn)) */
  48. #undef HAVE_ATTRIBUTE_NORETURN
  49. /* Define if __attribute__((format(__printf__))) */
  50. #undef HAVE_ATTRIBUTE_PRINTF
  51. /* Define if __attribute__((unused)) */
  52. #undef HAVE_ATTRIBUTE_UNUSED
  53. /* Define if __attribute__((used)) */
  54. #undef HAVE_ATTRIBUTE_USED
  55. /* Define to 1 if you have the <bp-sym.h> header file. */
  56. #undef HAVE_BP_SYM_H
  57. /* Define if have __builtin_constant_p */
  58. #undef HAVE_BUILTIN_CONSTANT_P
  59. /* Define if have __builtin_types_compatible_p */
  60. #undef HAVE_BUILTIN_TYPES_COMPATIBLE_P
  61. /* Defined to 1 if curses TUI support is wanted */
  62. #undef HAVE_CURSES
  63. /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
  64. */
  65. #undef HAVE_DECL_MEMMEM
  66. /* Define to 1 if you have the <inttypes.h> header file. */
  67. #undef HAVE_INTTYPES_H
  68. /* Define if you have jansson >= 2.6 */
  69. #undef HAVE_JANSSON
  70. /* Defined to 1 if libcurl support built in */
  71. #undef HAVE_LIBCURL
  72. /* Define to 1 if you have the `pthread' library (-lpthread). */
  73. #undef HAVE_LIBPTHREAD
  74. /* Define if you have libusb-1.0 */
  75. #undef HAVE_LIBUSB
  76. /* Define to 1 if you have the `winpthread' library (-lwinpthread). */
  77. #undef HAVE_LIBWINPTHREAD
  78. /* Define to 1 if the system has the type `long long int'. */
  79. #undef HAVE_LONG_LONG_INT
  80. /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
  81. config.h and <sys/mman.h>. */
  82. #undef HAVE_MAP_ANONYMOUS
  83. /* Define to 1 if you have the `memmem' function. */
  84. #undef HAVE_MEMMEM
  85. /* Define to 1 if you have the <memory.h> header file. */
  86. #undef HAVE_MEMORY_H
  87. /* Define to 1 if you have the `mprotect' function. */
  88. #undef HAVE_MPROTECT
  89. /* Define to 1 if memmem is declared even after undefining macros. */
  90. #undef HAVE_RAW_DECL_MEMMEM
  91. /* Define to 1 if mempcpy is declared even after undefining macros. */
  92. #undef HAVE_RAW_DECL_MEMPCPY
  93. /* Define to 1 if memrchr is declared even after undefining macros. */
  94. #undef HAVE_RAW_DECL_MEMRCHR
  95. /* Define to 1 if rawmemchr is declared even after undefining macros. */
  96. #undef HAVE_RAW_DECL_RAWMEMCHR
  97. /* Define to 1 if sigaction is declared even after undefining macros. */
  98. #undef HAVE_RAW_DECL_SIGACTION
  99. /* Define to 1 if sigaddset is declared even after undefining macros. */
  100. #undef HAVE_RAW_DECL_SIGADDSET
  101. /* Define to 1 if sigdelset is declared even after undefining macros. */
  102. #undef HAVE_RAW_DECL_SIGDELSET
  103. /* Define to 1 if sigemptyset is declared even after undefining macros. */
  104. #undef HAVE_RAW_DECL_SIGEMPTYSET
  105. /* Define to 1 if sigfillset is declared even after undefining macros. */
  106. #undef HAVE_RAW_DECL_SIGFILLSET
  107. /* Define to 1 if sigismember is declared even after undefining macros. */
  108. #undef HAVE_RAW_DECL_SIGISMEMBER
  109. /* Define to 1 if sigpending is declared even after undefining macros. */
  110. #undef HAVE_RAW_DECL_SIGPENDING
  111. /* Define to 1 if sigprocmask is declared even after undefining macros. */
  112. #undef HAVE_RAW_DECL_SIGPROCMASK
  113. /* Define to 1 if stpcpy is declared even after undefining macros. */
  114. #undef HAVE_RAW_DECL_STPCPY
  115. /* Define to 1 if stpncpy is declared even after undefining macros. */
  116. #undef HAVE_RAW_DECL_STPNCPY
  117. /* Define to 1 if strcasestr is declared even after undefining macros. */
  118. #undef HAVE_RAW_DECL_STRCASESTR
  119. /* Define to 1 if strchrnul is declared even after undefining macros. */
  120. #undef HAVE_RAW_DECL_STRCHRNUL
  121. /* Define to 1 if strdup is declared even after undefining macros. */
  122. #undef HAVE_RAW_DECL_STRDUP
  123. /* Define to 1 if strerror_r is declared even after undefining macros. */
  124. #undef HAVE_RAW_DECL_STRERROR_R
  125. /* Define to 1 if strncat is declared even after undefining macros. */
  126. #undef HAVE_RAW_DECL_STRNCAT
  127. /* Define to 1 if strndup is declared even after undefining macros. */
  128. #undef HAVE_RAW_DECL_STRNDUP
  129. /* Define to 1 if strnlen is declared even after undefining macros. */
  130. #undef HAVE_RAW_DECL_STRNLEN
  131. /* Define to 1 if strpbrk is declared even after undefining macros. */
  132. #undef HAVE_RAW_DECL_STRPBRK
  133. /* Define to 1 if strsep is declared even after undefining macros. */
  134. #undef HAVE_RAW_DECL_STRSEP
  135. /* Define to 1 if strsignal is declared even after undefining macros. */
  136. #undef HAVE_RAW_DECL_STRSIGNAL
  137. /* Define to 1 if strtok_r is declared even after undefining macros. */
  138. #undef HAVE_RAW_DECL_STRTOK_R
  139. /* Define to 1 if strverscmp is declared even after undefining macros. */
  140. #undef HAVE_RAW_DECL_STRVERSCMP
  141. /* Define to 1 if you have the `sigaction' function. */
  142. #undef HAVE_SIGACTION
  143. /* Define to 1 if you have the `sigaltstack' function. */
  144. #undef HAVE_SIGALTSTACK
  145. /* Define to 1 if the system has the type `siginfo_t'. */
  146. #undef HAVE_SIGINFO_T
  147. /* Define to 1 if you have the `siginterrupt' function. */
  148. #undef HAVE_SIGINTERRUPT
  149. /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
  150. #undef HAVE_SIGNED_SIG_ATOMIC_T
  151. /* Define to 1 if 'wchar_t' is a signed integer type. */
  152. #undef HAVE_SIGNED_WCHAR_T
  153. /* Define to 1 if 'wint_t' is a signed integer type. */
  154. #undef HAVE_SIGNED_WINT_T
  155. /* Define to 1 if the system has the type `sigset_t'. */
  156. #undef HAVE_SIGSET_T
  157. /* Define to 1 if you have the <stdint.h> header file. */
  158. #undef HAVE_STDINT_H
  159. /* Define to 1 if you have the <stdlib.h> header file. */
  160. #undef HAVE_STDLIB_H
  161. /* Define to 1 if you have the <strings.h> header file. */
  162. #undef HAVE_STRINGS_H
  163. /* Define to 1 if you have the <string.h> header file. */
  164. #undef HAVE_STRING_H
  165. /* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
  166. #undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
  167. /* Define to 1 if you have the <syslog.h> header file. */
  168. #undef HAVE_SYSLOG_H
  169. /* Define to 1 if you have the <sys/bitypes.h> header file. */
  170. #undef HAVE_SYS_BITYPES_H
  171. /* Define to 1 if you have the <sys/inttypes.h> header file. */
  172. #undef HAVE_SYS_INTTYPES_H
  173. /* Define to 1 if you have the <sys/mman.h> header file. */
  174. #undef HAVE_SYS_MMAN_H
  175. /* Define to 1 if you have the <sys/stat.h> header file. */
  176. #undef HAVE_SYS_STAT_H
  177. /* Define to 1 if you have the <sys/types.h> header file. */
  178. #undef HAVE_SYS_TYPES_H
  179. /* Define to 1 if you have the <unistd.h> header file. */
  180. #undef HAVE_UNISTD_H
  181. /* Define to 1 if the system has the type `unsigned long long int'. */
  182. #undef HAVE_UNSIGNED_LONG_LONG_INT
  183. /* Define to 1 if you have the <uthash.h> header file. */
  184. #undef HAVE_UTHASH_H
  185. /* Define if __attribute__((warn_unused_result)) */
  186. #undef HAVE_WARN_UNUSED_RESULT
  187. /* Define to 1 if you have the <wchar.h> header file. */
  188. #undef HAVE_WCHAR_H
  189. /* Define if you have the 'wchar_t' type. */
  190. #undef HAVE_WCHAR_T
  191. /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
  192. #undef MAP_ANONYMOUS
  193. /* Name of package */
  194. #undef PACKAGE
  195. /* Define to the address where bug reports for this package should be sent. */
  196. #undef PACKAGE_BUGREPORT
  197. /* Define to the full name of this package. */
  198. #undef PACKAGE_NAME
  199. /* Define to the full name and version of this package. */
  200. #undef PACKAGE_STRING
  201. /* Define to the one symbol short name of this package. */
  202. #undef PACKAGE_TARNAME
  203. /* Define to the home page for this package. */
  204. #undef PACKAGE_URL
  205. /* Define to the version of this package. */
  206. #undef PACKAGE_VERSION
  207. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  208. 'ptrdiff_t'. */
  209. #undef PTRDIFF_T_SUFFIX
  210. /* Defined to 1 for R4 */
  211. #undef R4
  212. /* Defined to 1 for default */
  213. #undef S9_63
  214. /* Defined to 1 for T9 */
  215. #undef S9_PLUS
  216. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  217. 'sig_atomic_t'. */
  218. #undef SIG_ATOMIC_T_SUFFIX
  219. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  220. 'size_t'. */
  221. #undef SIZE_T_SUFFIX
  222. /* If using the C implementation of alloca, define if you know the
  223. direction of stack growth for your system; otherwise it will be
  224. automatically deduced at runtime.
  225. STACK_DIRECTION > 0 => grows toward higher addresses
  226. STACK_DIRECTION < 0 => grows toward lower addresses
  227. STACK_DIRECTION = 0 => direction of growth unknown */
  228. #undef STACK_DIRECTION
  229. /* Define to 1 if you have the ANSI C header files. */
  230. #undef STDC_HEADERS
  231. /* Defined to 1 for T9+ */
  232. #undef T9_18
  233. /* Defined to 1 if Antminer S1 Bitmain support is wanted */
  234. #undef USE_ANT_S1
  235. /* Defined to 1 if Antminer S2 Bitmain support is wanted */
  236. #undef USE_ANT_S2
  237. /* Defined to 1 if Antminer S3 Bitmain support is wanted */
  238. #undef USE_ANT_S3
  239. /* Defined to 1 if Avalon support is wanted */
  240. #undef USE_AVALON
  241. /* Defined to 1 if Avalon2 support is wanted */
  242. #undef USE_AVALON2
  243. /* Defined to 1 if Avalon4 support is wanted */
  244. #undef USE_AVALON4
  245. /* Defined to 1 if Avalon7 support is wanted */
  246. #undef USE_AVALON7
  247. /* Defined to 1 if Avalon8 support is wanted */
  248. #undef USE_AVALON8
  249. /* Defined to 1 if Avalon miner support is wanted */
  250. #undef USE_AVALON_MINER
  251. /* Defined to 1 if BlackArrow Bitfury support is wanted */
  252. #undef USE_BAB
  253. /* Defined to 1 if BFL ASIC support is wanted */
  254. #undef USE_BFLSC
  255. /* Defined to 1 if BitForce support is wanted */
  256. #undef USE_BITFORCE
  257. /* Defined to 1 if BitFury ASIC support is wanted */
  258. #undef USE_BITFURY
  259. /* Defined to 1 if BitFury 16nm ASIC support is wanted */
  260. #undef USE_BITFURY16
  261. /* Defined to 1 if Bitmain ASICs support is wanted */
  262. #undef USE_BITMAIN_SOC
  263. /* Defined to 1 if Bitmine A1 support is wanted */
  264. #undef USE_BITMINE_A1
  265. /* Defined to 1 if BlockErupter support is wanted */
  266. #undef USE_BLOCKERUPTER
  267. /* Defined to 1 if Cointerra support is wanted */
  268. #undef USE_COINTERRA
  269. /* Defined to 1 if Dragonmint T1 support is wanted */
  270. #undef USE_DRAGONMINT_T1
  271. /* Defined to 1 if Drillbit BitFury support is wanted */
  272. #undef USE_DRILLBIT
  273. /* Defined to 1 if Hashfast support is wanted */
  274. #undef USE_HASHFAST
  275. /* Defined to 1 if Hashratiosupport is wanted */
  276. #undef USE_HASHRATIO
  277. /* Defined to 1 if Icarus support is wanted */
  278. #undef USE_ICARUS
  279. /* Defined to 1 if Klondike support is wanted */
  280. #undef USE_KLONDIKE
  281. /* Defined to 1 if KnC miner support is wanted */
  282. #undef USE_KNC
  283. /* Defined to 1 if libsystemd support is wanted */
  284. #undef USE_LIBSYSTEMD
  285. /* Defined to 1 if Minion BlackArrow ASIC support is wanted */
  286. #undef USE_MINION
  287. /* Defined to 1 if ModMiner support is wanted */
  288. #undef USE_MODMINER
  289. /* Defined to 1 if Spondoolies SP10 support is wanted */
  290. #undef USE_SP10
  291. /* Defined to 1 if SP30 support is wanted */
  292. #undef USE_SP30
  293. /* Defined to 1 if usbutils support required */
  294. #undef USE_USBUTILS
  295. /* Defined to 1 if version mask rolling is wanted */
  296. #undef USE_VMASK
  297. /* Version number of package */
  298. #undef VERSION
  299. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  300. 'wchar_t'. */
  301. #undef WCHAR_T_SUFFIX
  302. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  303. 'wint_t'. */
  304. #undef WINT_T_SUFFIX
  305. /* Define to 1 if on MINIX. */
  306. #undef _MINIX
  307. /* Define to 2 if the system does not provide POSIX.1 features except with
  308. this defined. */
  309. #undef _POSIX_1_SOURCE
  310. /* Define to 1 if you need to in order for `stat' and other things to work. */
  311. #undef _POSIX_SOURCE
  312. /* Define to 500 only on HP-UX. */
  313. #undef _XOPEN_SOURCE
  314. /* Enable extensions on AIX 3, Interix. */
  315. #ifndef _ALL_SOURCE
  316. # undef _ALL_SOURCE
  317. #endif
  318. /* Enable GNU extensions on systems that have them. */
  319. #ifndef _GNU_SOURCE
  320. # undef _GNU_SOURCE
  321. #endif
  322. /* Enable threading extensions on Solaris. */
  323. #ifndef _POSIX_PTHREAD_SEMANTICS
  324. # undef _POSIX_PTHREAD_SEMANTICS
  325. #endif
  326. /* Enable extensions on HP NonStop. */
  327. #ifndef _TANDEM_SOURCE
  328. # undef _TANDEM_SOURCE
  329. #endif
  330. /* Enable general extensions on Solaris. */
  331. #ifndef __EXTENSIONS__
  332. # undef __EXTENSIONS__
  333. #endif
  334. /* Define to `int' if <sys/types.h> doesn't define. */
  335. #undef gid_t
  336. /* Define to `__inline__' or `__inline' if that's what the C compiler
  337. calls it, or to nothing if 'inline' is not supported under any name. */
  338. #ifndef __cplusplus
  339. #undef inline
  340. #endif
  341. /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
  342. the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
  343. earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
  344. __APPLE__ && __MACH__ test for MacOS X.
  345. __APPLE_CC__ tests for the Apple compiler and its version.
  346. __STDC_VERSION__ tests for the C99 mode. */
  347. #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
  348. # define __GNUC_STDC_INLINE__ 1
  349. #endif
  350. /* Define to the equivalent of the C99 'restrict' keyword, or to
  351. nothing if this is not supported. Do not define if restrict is
  352. supported directly. */
  353. #undef restrict
  354. /* Work around a bug in Sun C++: it does not support _Restrict or
  355. __restrict__, even though the corresponding Sun C compiler ends up with
  356. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  357. previous line. Perhaps some future version of Sun C++ will work with
  358. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  359. #if defined __SUNPRO_CC && !defined __RESTRICT
  360. # define _Restrict
  361. # define __restrict__
  362. #endif
  363. /* Define to `unsigned int' if <sys/types.h> does not define. */
  364. #undef size_t
  365. /* Define to `int' if <sys/types.h> doesn't define. */
  366. #undef uid_t
  367. /* Define as a marker that can be attached to declarations that might not
  368. be used. This helps to reduce warnings, such as from
  369. GCC -Wunused-parameter. */
  370. #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
  371. # define _GL_UNUSED __attribute__ ((__unused__))
  372. #else
  373. # define _GL_UNUSED
  374. #endif
  375. /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
  376. is a misnomer outside of parameter lists. */
  377. #define _UNUSED_PARAMETER_ _GL_UNUSED
  378. /* The __pure__ attribute was added in gcc 2.96. */
  379. #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
  380. # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
  381. #else
  382. # define _GL_ATTRIBUTE_PURE /* empty */
  383. #endif
  384. /* The __const__ attribute was added in gcc 2.95. */
  385. #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
  386. # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
  387. #else
  388. # define _GL_ATTRIBUTE_CONST /* empty */
  389. #endif