config.h.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  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 <dlfcn.h> header file. */
  67. #undef HAVE_DLFCN_H
  68. /* Define to 1 if you have the <inttypes.h> header file. */
  69. #undef HAVE_INTTYPES_H
  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. /* Defined to 1 if udev support available */
  75. #undef HAVE_LIBUDEV
  76. /* Define if you have libusb-1.0 */
  77. #undef HAVE_LIBUSB
  78. /* Define to 1 if you have the `winpthread' library (-lwinpthread). */
  79. #undef HAVE_LIBWINPTHREAD
  80. /* Define to 1 if the system has the type `long long int'. */
  81. #undef HAVE_LONG_LONG_INT
  82. /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
  83. config.h and <sys/mman.h>. */
  84. #undef HAVE_MAP_ANONYMOUS
  85. /* Define to 1 if you have the `memmem' function. */
  86. #undef HAVE_MEMMEM
  87. /* Define to 1 if you have the <memory.h> header file. */
  88. #undef HAVE_MEMORY_H
  89. /* Define to 1 if you have the `mprotect' function. */
  90. #undef HAVE_MPROTECT
  91. /* Define to 1 if memmem is declared even after undefining macros. */
  92. #undef HAVE_RAW_DECL_MEMMEM
  93. /* Define to 1 if mempcpy is declared even after undefining macros. */
  94. #undef HAVE_RAW_DECL_MEMPCPY
  95. /* Define to 1 if memrchr is declared even after undefining macros. */
  96. #undef HAVE_RAW_DECL_MEMRCHR
  97. /* Define to 1 if rawmemchr is declared even after undefining macros. */
  98. #undef HAVE_RAW_DECL_RAWMEMCHR
  99. /* Define to 1 if sigaction is declared even after undefining macros. */
  100. #undef HAVE_RAW_DECL_SIGACTION
  101. /* Define to 1 if sigaddset is declared even after undefining macros. */
  102. #undef HAVE_RAW_DECL_SIGADDSET
  103. /* Define to 1 if sigdelset is declared even after undefining macros. */
  104. #undef HAVE_RAW_DECL_SIGDELSET
  105. /* Define to 1 if sigemptyset is declared even after undefining macros. */
  106. #undef HAVE_RAW_DECL_SIGEMPTYSET
  107. /* Define to 1 if sigfillset is declared even after undefining macros. */
  108. #undef HAVE_RAW_DECL_SIGFILLSET
  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 strncat is declared even after undefining macros. */
  122. #undef HAVE_RAW_DECL_STRNCAT
  123. /* Define to 1 if strndup is declared even after undefining macros. */
  124. #undef HAVE_RAW_DECL_STRNDUP
  125. /* Define to 1 if strnlen is declared even after undefining macros. */
  126. #undef HAVE_RAW_DECL_STRNLEN
  127. /* Define to 1 if strpbrk is declared even after undefining macros. */
  128. #undef HAVE_RAW_DECL_STRPBRK
  129. /* Define to 1 if strsep is declared even after undefining macros. */
  130. #undef HAVE_RAW_DECL_STRSEP
  131. /* Define to 1 if strsignal is declared even after undefining macros. */
  132. #undef HAVE_RAW_DECL_STRSIGNAL
  133. /* Define to 1 if strtok_r is declared even after undefining macros. */
  134. #undef HAVE_RAW_DECL_STRTOK_R
  135. /* Define to 1 if strverscmp is declared even after undefining macros. */
  136. #undef HAVE_RAW_DECL_STRVERSCMP
  137. /* Define to 1 if you have the `sigaction' function. */
  138. #undef HAVE_SIGACTION
  139. /* Define to 1 if you have the `sigaltstack' function. */
  140. #undef HAVE_SIGALTSTACK
  141. /* Define to 1 if the system has the type `siginfo_t'. */
  142. #undef HAVE_SIGINFO_T
  143. /* Define to 1 if you have the `siginterrupt' function. */
  144. #undef HAVE_SIGINTERRUPT
  145. /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
  146. #undef HAVE_SIGNED_SIG_ATOMIC_T
  147. /* Define to 1 if 'wchar_t' is a signed integer type. */
  148. #undef HAVE_SIGNED_WCHAR_T
  149. /* Define to 1 if 'wint_t' is a signed integer type. */
  150. #undef HAVE_SIGNED_WINT_T
  151. /* Define to 1 if the system has the type `sigset_t'. */
  152. #undef HAVE_SIGSET_T
  153. /* Define to 1 if you have the <stdint.h> header file. */
  154. #undef HAVE_STDINT_H
  155. /* Define to 1 if you have the <stdlib.h> header file. */
  156. #undef HAVE_STDLIB_H
  157. /* Define to 1 if you have the <strings.h> header file. */
  158. #undef HAVE_STRINGS_H
  159. /* Define to 1 if you have the <string.h> header file. */
  160. #undef HAVE_STRING_H
  161. /* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
  162. #undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
  163. /* Define to 1 if you have the <syslog.h> header file. */
  164. #undef HAVE_SYSLOG_H
  165. /* Define to 1 if you have the <sys/bitypes.h> header file. */
  166. #undef HAVE_SYS_BITYPES_H
  167. /* Define to 1 if you have the <sys/inttypes.h> header file. */
  168. #undef HAVE_SYS_INTTYPES_H
  169. /* Define to 1 if you have the <sys/mman.h> header file. */
  170. #undef HAVE_SYS_MMAN_H
  171. /* Define to 1 if you have the <sys/stat.h> header file. */
  172. #undef HAVE_SYS_STAT_H
  173. /* Define to 1 if you have the <sys/types.h> header file. */
  174. #undef HAVE_SYS_TYPES_H
  175. /* Define to 1 if you have the <unistd.h> header file. */
  176. #undef HAVE_UNISTD_H
  177. /* Define to 1 if the system has the type `unsigned long long int'. */
  178. #undef HAVE_UNSIGNED_LONG_LONG_INT
  179. /* Define if __attribute__((warn_unused_result)) */
  180. #undef HAVE_WARN_UNUSED_RESULT
  181. /* Define to 1 if you have the <wchar.h> header file. */
  182. #undef HAVE_WCHAR_H
  183. /* Define if you have the 'wchar_t' type. */
  184. #undef HAVE_WCHAR_T
  185. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  186. */
  187. #undef LT_OBJDIR
  188. /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
  189. #undef MAP_ANONYMOUS
  190. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  191. #undef NO_MINUS_C_MINUS_O
  192. /* Name of package */
  193. #undef PACKAGE
  194. /* Define to the address where bug reports for this package should be sent. */
  195. #undef PACKAGE_BUGREPORT
  196. /* Define to the full name of this package. */
  197. #undef PACKAGE_NAME
  198. /* Define to the full name and version of this package. */
  199. #undef PACKAGE_STRING
  200. /* Define to the one symbol short name of this package. */
  201. #undef PACKAGE_TARNAME
  202. /* Define to the home page for this package. */
  203. #undef PACKAGE_URL
  204. /* Define to the version of this package. */
  205. #undef PACKAGE_VERSION
  206. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  207. 'ptrdiff_t'. */
  208. #undef PTRDIFF_T_SUFFIX
  209. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  210. 'sig_atomic_t'. */
  211. #undef SIG_ATOMIC_T_SUFFIX
  212. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  213. 'size_t'. */
  214. #undef SIZE_T_SUFFIX
  215. /* If using the C implementation of alloca, define if you know the
  216. direction of stack growth for your system; otherwise it will be
  217. automatically deduced at runtime.
  218. STACK_DIRECTION > 0 => grows toward higher addresses
  219. STACK_DIRECTION < 0 => grows toward lower addresses
  220. STACK_DIRECTION = 0 => direction of growth unknown */
  221. #undef STACK_DIRECTION
  222. /* Define to 1 if you have the ANSI C header files. */
  223. #undef STDC_HEADERS
  224. /* Defined to 1 if Antminer S1 Bitmain support is wanted */
  225. #undef USE_ANT_S1
  226. /* Defined to 1 if Antminer S2 Bitmain support is wanted */
  227. #undef USE_ANT_S2
  228. /* Defined to 1 if Avalon support is wanted */
  229. #undef USE_AVALON
  230. /* Defined to 1 if Avalon2 support is wanted */
  231. #undef USE_AVALON2
  232. /* Defined to 1 if BlackArrow Bitfury support is wanted */
  233. #undef USE_BAB
  234. /* Defined to 1 if BFL ASIC support is wanted */
  235. #undef USE_BFLSC
  236. /* Defined to 1 if BitForce support is wanted */
  237. #undef USE_BITFORCE
  238. /* Defined to 1 if BitFury ASIC support is wanted */
  239. #undef USE_BITFURY
  240. /* Defined to 1 if Bitmine A1 support is wanted */
  241. #undef USE_BITMINE_A1
  242. /* Defined to 1 if Cointerra support is wanted */
  243. #undef USE_COINTERRA
  244. /* Defined to 1 if Drillbit BitFury support is wanted */
  245. #undef USE_DRILLBIT
  246. /* Defined to 1 if serial support required */
  247. #undef USE_FPGA_SERIAL
  248. /* Defined to 1 if GridSeed support is wanted */
  249. #undef USE_GRIDSEED
  250. /* Defined to 1 if Hashfast support is wanted */
  251. #undef USE_HASHFAST
  252. /* Defined to 1 if Icarus support is wanted */
  253. #undef USE_ICARUS
  254. /* Defined to 1 if Klondike support is wanted */
  255. #undef USE_KLONDIKE
  256. /* Defined to 1 if KnC miner support is wanted */
  257. #undef USE_KNC
  258. /* Defined to 1 if Lketc support is wanted */
  259. #undef USE_LKETC
  260. /* Defined to 1 if Minion BlackArrow ASIC support is wanted */
  261. #undef USE_MINION
  262. /* Defined to 1 if ModMiner support is wanted */
  263. #undef USE_MODMINER
  264. /* Defined to 1 if scrypt support is wanted */
  265. #undef USE_SCRYPT
  266. /* Defined to 1 if Spondoolies support is wanted */
  267. #undef USE_SPONDOOLIES
  268. /* Defined to 1 if usbutils support required */
  269. #undef USE_USBUTILS
  270. /* Defined to 1 if Zeus support is wanted */
  271. #undef USE_ZEUS
  272. /* Version number of package */
  273. #undef VERSION
  274. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  275. 'wchar_t'. */
  276. #undef WCHAR_T_SUFFIX
  277. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  278. 'wint_t'. */
  279. #undef WINT_T_SUFFIX
  280. /* Define to 1 if on MINIX. */
  281. #undef _MINIX
  282. /* Define to 2 if the system does not provide POSIX.1 features except with
  283. this defined. */
  284. #undef _POSIX_1_SOURCE
  285. /* Define to 1 if you need to in order for `stat' and other things to work.
  286. */
  287. #undef _POSIX_SOURCE
  288. /* "WinNT version for XP+ support" */
  289. #undef _WIN32_WINNT
  290. /* Define to 500 only on HP-UX. */
  291. #undef _XOPEN_SOURCE
  292. /* Enable extensions on AIX 3, Interix. */
  293. #ifndef _ALL_SOURCE
  294. # undef _ALL_SOURCE
  295. #endif
  296. /* Enable GNU extensions on systems that have them. */
  297. #ifndef _GNU_SOURCE
  298. # undef _GNU_SOURCE
  299. #endif
  300. /* Enable threading extensions on Solaris. */
  301. #ifndef _POSIX_PTHREAD_SEMANTICS
  302. # undef _POSIX_PTHREAD_SEMANTICS
  303. #endif
  304. /* Enable extensions on HP NonStop. */
  305. #ifndef _TANDEM_SOURCE
  306. # undef _TANDEM_SOURCE
  307. #endif
  308. /* Enable general extensions on Solaris. */
  309. #ifndef __EXTENSIONS__
  310. # undef __EXTENSIONS__
  311. #endif
  312. /* Define to `int' if <sys/types.h> doesn't define. */
  313. #undef gid_t
  314. /* Define to `__inline__' or `__inline' if that's what the C compiler
  315. calls it, or to nothing if 'inline' is not supported under any name. */
  316. #ifndef __cplusplus
  317. #undef inline
  318. #endif
  319. /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
  320. the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
  321. earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
  322. __APPLE__ && __MACH__ test for MacOS X.
  323. __APPLE_CC__ tests for the Apple compiler and its version.
  324. __STDC_VERSION__ tests for the C99 mode. */
  325. #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
  326. # define __GNUC_STDC_INLINE__ 1
  327. #endif
  328. /* Define to the equivalent of the C99 'restrict' keyword, or to
  329. nothing if this is not supported. Do not define if restrict is
  330. supported directly. */
  331. #undef restrict
  332. /* Work around a bug in Sun C++: it does not support _Restrict or
  333. __restrict__, even though the corresponding Sun C compiler ends up with
  334. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  335. previous line. Perhaps some future version of Sun C++ will work with
  336. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  337. #if defined __SUNPRO_CC && !defined __RESTRICT
  338. # define _Restrict
  339. # define __restrict__
  340. #endif
  341. /* Define to `unsigned int' if <sys/types.h> does not define. */
  342. #undef size_t
  343. /* Define to `int' if <sys/types.h> doesn't define. */
  344. #undef uid_t
  345. /* Define as a marker that can be attached to declarations that might not
  346. be used. This helps to reduce warnings, such as from
  347. GCC -Wunused-parameter. */
  348. #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
  349. # define _GL_UNUSED __attribute__ ((__unused__))
  350. #else
  351. # define _GL_UNUSED
  352. #endif
  353. /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
  354. is a misnomer outside of parameter lists. */
  355. #define _UNUSED_PARAMETER_ _GL_UNUSED
  356. /* The __pure__ attribute was added in gcc 2.96. */
  357. #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
  358. # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
  359. #else
  360. # define _GL_ATTRIBUTE_PURE /* empty */
  361. #endif
  362. /* The __const__ attribute was added in gcc 2.95. */
  363. #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
  364. # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
  365. #else
  366. # define _GL_ATTRIBUTE_CONST /* empty */
  367. #endif