config.h.in~ 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513
  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. /* 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 if __attribute__((warn_unused_result)) */
  184. #undef HAVE_WARN_UNUSED_RESULT
  185. /* Define to 1 if you have the <wchar.h> header file. */
  186. #undef HAVE_WCHAR_H
  187. /* Define if you have the 'wchar_t' type. */
  188. #undef HAVE_WCHAR_T
  189. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  190. #undef LT_OBJDIR
  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. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  211. 'sig_atomic_t'. */
  212. #undef SIG_ATOMIC_T_SUFFIX
  213. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  214. 'size_t'. */
  215. #undef SIZE_T_SUFFIX
  216. /* If using the C implementation of alloca, define if you know the
  217. direction of stack growth for your system; otherwise it will be
  218. automatically deduced at runtime.
  219. STACK_DIRECTION > 0 => grows toward higher addresses
  220. STACK_DIRECTION < 0 => grows toward lower addresses
  221. STACK_DIRECTION = 0 => direction of growth unknown */
  222. #undef STACK_DIRECTION
  223. /* Define to 1 if you have the ANSI C header files. */
  224. #undef STDC_HEADERS
  225. /* Defined to 1 if Avalon support is wanted */
  226. #undef USE_AVALON
  227. /* Defined to 1 if Avalon2 support is wanted */
  228. #undef USE_AVALON2
  229. /* Defined to 1 if Avalon4 support is wanted */
  230. #undef USE_AVALON4
  231. /* Defined to 1 if BlackArrow Bitfury support is wanted */
  232. #undef USE_BAB
  233. /* Defined to 1 if BFL ASIC support is wanted */
  234. #undef USE_BFLSC
  235. /* Defined to 1 if BitForce support is wanted */
  236. #undef USE_BITFORCE
  237. /* Defined to 1 if BitFury ASIC support is wanted */
  238. #undef USE_BITFURY
  239. /* Defined to 1 if Bitmain Multi Chain support is wanted */
  240. #undef USE_BITMAIN
  241. /* Defined to 1 if Bitmine A1 support is wanted */
  242. #undef USE_BITMINE_A1
  243. /* Defined to 1 if BlockErupter support is wanted */
  244. #undef USE_BLOCKERUPTER
  245. /* Defined to 1 if Bitmain Single Chain support is wanted */
  246. #undef USE_BMSC
  247. /* Defined to 1 if Cointerra support is wanted */
  248. #undef USE_COINTERRA
  249. /* Defined to 1 if Drillbit BitFury support is wanted */
  250. #undef USE_DRILLBIT
  251. /* Defined to 1 if Hashfast support is wanted */
  252. #undef USE_HASHFAST
  253. /* Defined to 1 if Hashratiosupport is wanted */
  254. #undef USE_HASHRATIO
  255. /* Defined to 1 if Icarus support is wanted */
  256. #undef USE_ICARUS
  257. /* Defined to 1 if Klondike support is wanted */
  258. #undef USE_KLONDIKE
  259. /* Defined to 1 if KnC miner support is wanted */
  260. #undef USE_KNC
  261. /* Defined to 1 if Minion BlackArrow ASIC support is wanted */
  262. #undef USE_MINION
  263. /* Defined to 1 if ModMiner support is wanted */
  264. #undef USE_MODMINER
  265. /* Defined to 1 if Spondoolies SP10 support is wanted */
  266. #undef USE_SP10
  267. /* Defined to 1 if SP30 support is wanted */
  268. #undef USE_SP30
  269. /* Defined to 1 if usbutils support required */
  270. #undef USE_USBUTILS
  271. /* Version number of package */
  272. #undef VERSION
  273. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  274. 'wchar_t'. */
  275. #undef WCHAR_T_SUFFIX
  276. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  277. 'wint_t'. */
  278. #undef WINT_T_SUFFIX
  279. /* Define to 1 if on MINIX. */
  280. #undef _MINIX
  281. /* Define to 2 if the system does not provide POSIX.1 features except with
  282. this defined. */
  283. #undef _POSIX_1_SOURCE
  284. /* Define to 1 if you need to in order for `stat' and other things to work. */
  285. #undef _POSIX_SOURCE
  286. /* "WinNT version for XP+ support" */
  287. #undef _WIN32_WINNT
  288. /* Define to 500 only on HP-UX. */
  289. #undef _XOPEN_SOURCE
  290. /* Enable extensions on AIX 3, Interix. */
  291. #ifndef _ALL_SOURCE
  292. # undef _ALL_SOURCE
  293. #endif
  294. /* Enable GNU extensions on systems that have them. */
  295. #ifndef _GNU_SOURCE
  296. # undef _GNU_SOURCE
  297. #endif
  298. /* Enable threading extensions on Solaris. */
  299. #ifndef _POSIX_PTHREAD_SEMANTICS
  300. # undef _POSIX_PTHREAD_SEMANTICS
  301. #endif
  302. /* Enable extensions on HP NonStop. */
  303. #ifndef _TANDEM_SOURCE
  304. # undef _TANDEM_SOURCE
  305. #endif
  306. /* Enable general extensions on Solaris. */
  307. #ifndef __EXTENSIONS__
  308. # undef __EXTENSIONS__
  309. #endif
  310. /* Define to `int' if <sys/types.h> doesn't define. */
  311. #undef gid_t
  312. /* Define to `__inline__' or `__inline' if that's what the C compiler
  313. calls it, or to nothing if 'inline' is not supported under any name. */
  314. #ifndef __cplusplus
  315. #undef inline
  316. #endif
  317. /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
  318. the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
  319. earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
  320. __APPLE__ && __MACH__ test for MacOS X.
  321. __APPLE_CC__ tests for the Apple compiler and its version.
  322. __STDC_VERSION__ tests for the C99 mode. */
  323. #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
  324. # define __GNUC_STDC_INLINE__ 1
  325. #endif
  326. /* Define to the equivalent of the C99 'restrict' keyword, or to
  327. nothing if this is not supported. Do not define if restrict is
  328. supported directly. */
  329. #undef restrict
  330. /* Work around a bug in Sun C++: it does not support _Restrict or
  331. __restrict__, even though the corresponding Sun C compiler ends up with
  332. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  333. previous line. Perhaps some future version of Sun C++ will work with
  334. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  335. #if defined __SUNPRO_CC && !defined __RESTRICT
  336. # define _Restrict
  337. # define __restrict__
  338. #endif
  339. /* Define to `unsigned int' if <sys/types.h> does not define. */
  340. #undef size_t
  341. /* Define to `int' if <sys/types.h> doesn't define. */
  342. #undef uid_t
  343. /* Define as a marker that can be attached to declarations that might not
  344. be used. This helps to reduce warnings, such as from
  345. GCC -Wunused-parameter. */
  346. #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
  347. # define _GL_UNUSED __attribute__ ((__unused__))
  348. #else
  349. # define _GL_UNUSED
  350. #endif
  351. /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
  352. is a misnomer outside of parameter lists. */
  353. #define _UNUSED_PARAMETER_ _GL_UNUSED
  354. /* The __pure__ attribute was added in gcc 2.96. */
  355. #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
  356. # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
  357. #else
  358. # define _GL_ATTRIBUTE_PURE /* empty */
  359. #endif
  360. /* The __const__ attribute was added in gcc 2.95. */
  361. #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
  362. # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
  363. #else
  364. # define _GL_ATTRIBUTE_CONST /* empty */
  365. #endif