123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515 |
- /* config.h.in. Generated from configure.ac by autoheader. */
- /* Define to the number of bits in type 'ptrdiff_t'. */
- #undef BITSIZEOF_PTRDIFF_T
- /* Define to the number of bits in type 'sig_atomic_t'. */
- #undef BITSIZEOF_SIG_ATOMIC_T
- /* Define to the number of bits in type 'size_t'. */
- #undef BITSIZEOF_SIZE_T
- /* Define to the number of bits in type 'wchar_t'. */
- #undef BITSIZEOF_WCHAR_T
- /* Define to the number of bits in type 'wint_t'. */
- #undef BITSIZEOF_WINT_T
- /* Major version */
- #undef CGMINER_MAJOR_VERSION
- /* Micro version */
- #undef CGMINER_MINOR_SUBVERSION
- /* Minor version */
- #undef CGMINER_MINOR_VERSION
- /* Path to cgminer install */
- #undef CGMINER_PREFIX
- /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
- systems. This function is required for `alloca.c' support on those systems.
- */
- #undef CRAY_STACKSEG_END
- /* Defined if version of curl supports keepalive. */
- #undef CURL_HAS_KEEPALIVE
- /* Define to 1 if using `alloca.c'. */
- #undef C_ALLOCA
- /* int execv(const char*, char*const*); */
- #undef EXECV_2ND_ARG_TYPE
- /* Define to 1 when the gnulib module memchr should be tested. */
- #undef GNULIB_TEST_MEMCHR
- /* Define to 1 when the gnulib module memmem should be tested. */
- #undef GNULIB_TEST_MEMMEM
- /* Define to 1 when the gnulib module sigaction should be tested. */
- #undef GNULIB_TEST_SIGACTION
- /* Define to 1 when the gnulib module sigprocmask should be tested. */
- #undef GNULIB_TEST_SIGPROCMASK
- /* Define to 1 if you have `alloca', as a function or macro. */
- #undef HAVE_ALLOCA
- /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
- */
- #undef HAVE_ALLOCA_H
- /* Define if __attribute__((cold)) */
- #undef HAVE_ATTRIBUTE_COLD
- /* Define if __attribute__((const)) */
- #undef HAVE_ATTRIBUTE_CONST
- /* Define if __attribute__((noreturn)) */
- #undef HAVE_ATTRIBUTE_NORETURN
- /* Define if __attribute__((format(__printf__))) */
- #undef HAVE_ATTRIBUTE_PRINTF
- /* Define if __attribute__((unused)) */
- #undef HAVE_ATTRIBUTE_UNUSED
- /* Define if __attribute__((used)) */
- #undef HAVE_ATTRIBUTE_USED
- /* Define to 1 if you have the <bp-sym.h> header file. */
- #undef HAVE_BP_SYM_H
- /* Define if have __builtin_constant_p */
- #undef HAVE_BUILTIN_CONSTANT_P
- /* Define if have __builtin_types_compatible_p */
- #undef HAVE_BUILTIN_TYPES_COMPATIBLE_P
- /* Defined to 1 if curses TUI support is wanted */
- #undef HAVE_CURSES
- /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
- */
- #undef HAVE_DECL_MEMMEM
- /* Define to 1 if you have the <dlfcn.h> header file. */
- #undef HAVE_DLFCN_H
- /* Define to 1 if you have the <inttypes.h> header file. */
- #undef HAVE_INTTYPES_H
- /* Defined to 1 if libcurl support built in */
- #undef HAVE_LIBCURL
- /* Define to 1 if you have the `pthread' library (-lpthread). */
- #undef HAVE_LIBPTHREAD
- /* Defined to 1 if udev support available */
- #undef HAVE_LIBUDEV
- /* Define if you have libusb-1.0 */
- #undef HAVE_LIBUSB
- /* Define to 1 if you have the `winpthread' library (-lwinpthread). */
- #undef HAVE_LIBWINPTHREAD
- /* Define to 1 if the system has the type `long long int'. */
- #undef HAVE_LONG_LONG_INT
- /* Define to 1 if mmap()'s MAP_ANONYMOUS flag is available after including
- config.h and <sys/mman.h>. */
- #undef HAVE_MAP_ANONYMOUS
- /* Define to 1 if you have the `memmem' function. */
- #undef HAVE_MEMMEM
- /* Define to 1 if you have the <memory.h> header file. */
- #undef HAVE_MEMORY_H
- /* Define to 1 if you have the `mprotect' function. */
- #undef HAVE_MPROTECT
- /* Define to 1 if memmem is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_MEMMEM
- /* Define to 1 if mempcpy is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_MEMPCPY
- /* Define to 1 if memrchr is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_MEMRCHR
- /* Define to 1 if rawmemchr is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_RAWMEMCHR
- /* Define to 1 if sigaction is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_SIGACTION
- /* Define to 1 if sigaddset is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_SIGADDSET
- /* Define to 1 if sigdelset is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_SIGDELSET
- /* Define to 1 if sigemptyset is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_SIGEMPTYSET
- /* Define to 1 if sigfillset is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_SIGFILLSET
- /* Define to 1 if sigpending is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_SIGPENDING
- /* Define to 1 if sigprocmask is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_SIGPROCMASK
- /* Define to 1 if stpcpy is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_STPCPY
- /* Define to 1 if stpncpy is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_STPNCPY
- /* Define to 1 if strcasestr is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_STRCASESTR
- /* Define to 1 if strchrnul is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_STRCHRNUL
- /* Define to 1 if strncat is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_STRNCAT
- /* Define to 1 if strndup is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_STRNDUP
- /* Define to 1 if strnlen is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_STRNLEN
- /* Define to 1 if strpbrk is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_STRPBRK
- /* Define to 1 if strsep is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_STRSEP
- /* Define to 1 if strsignal is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_STRSIGNAL
- /* Define to 1 if strtok_r is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_STRTOK_R
- /* Define to 1 if strverscmp is declared even after
undefining macros. */
- #undef HAVE_RAW_DECL_STRVERSCMP
- /* Define to 1 if you have the `sigaction' function. */
- #undef HAVE_SIGACTION
- /* Define to 1 if you have the `sigaltstack' function. */
- #undef HAVE_SIGALTSTACK
- /* Define to 1 if the system has the type `siginfo_t'. */
- #undef HAVE_SIGINFO_T
- /* Define to 1 if you have the `siginterrupt' function. */
- #undef HAVE_SIGINTERRUPT
- /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
- #undef HAVE_SIGNED_SIG_ATOMIC_T
- /* Define to 1 if 'wchar_t' is a signed integer type. */
- #undef HAVE_SIGNED_WCHAR_T
- /* Define to 1 if 'wint_t' is a signed integer type. */
- #undef HAVE_SIGNED_WINT_T
- /* Define to 1 if the system has the type `sigset_t'. */
- #undef HAVE_SIGSET_T
- /* Define to 1 if you have the <stdint.h> header file. */
- #undef HAVE_STDINT_H
- /* Define to 1 if you have the <stdlib.h> header file. */
- #undef HAVE_STDLIB_H
- /* Define to 1 if you have the <strings.h> header file. */
- #undef HAVE_STRINGS_H
- /* Define to 1 if you have the <string.h> header file. */
- #undef HAVE_STRING_H
- /* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
- #undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
- /* Define to 1 if you have the <syslog.h> header file. */
- #undef HAVE_SYSLOG_H
- /* Define to 1 if you have the <sys/bitypes.h> header file. */
- #undef HAVE_SYS_BITYPES_H
- /* Define to 1 if you have the <sys/inttypes.h> header file. */
- #undef HAVE_SYS_INTTYPES_H
- /* Define to 1 if you have the <sys/mman.h> header file. */
- #undef HAVE_SYS_MMAN_H
- /* Define to 1 if you have the <sys/stat.h> header file. */
- #undef HAVE_SYS_STAT_H
- /* Define to 1 if you have the <sys/types.h> header file. */
- #undef HAVE_SYS_TYPES_H
- /* Define to 1 if you have the <unistd.h> header file. */
- #undef HAVE_UNISTD_H
- /* Define to 1 if the system has the type `unsigned long long int'. */
- #undef HAVE_UNSIGNED_LONG_LONG_INT
- /* Define if __attribute__((warn_unused_result)) */
- #undef HAVE_WARN_UNUSED_RESULT
- /* Define to 1 if you have the <wchar.h> header file. */
- #undef HAVE_WCHAR_H
- /* Define if you have the 'wchar_t' type. */
- #undef HAVE_WCHAR_T
- /* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
- #undef LT_OBJDIR
- /* Define to a substitute value for mmap()'s MAP_ANONYMOUS flag. */
- #undef MAP_ANONYMOUS
- /* Define to 1 if your C compiler doesn't accept -c and -o together. */
- #undef NO_MINUS_C_MINUS_O
- /* Name of package */
- #undef PACKAGE
- /* Define to the address where bug reports for this package should be sent. */
- #undef PACKAGE_BUGREPORT
- /* Define to the full name of this package. */
- #undef PACKAGE_NAME
- /* Define to the full name and version of this package. */
- #undef PACKAGE_STRING
- /* Define to the one symbol short name of this package. */
- #undef PACKAGE_TARNAME
- /* Define to the home page for this package. */
- #undef PACKAGE_URL
- /* Define to the version of this package. */
- #undef PACKAGE_VERSION
- /* Define to l, ll, u, ul, ull, etc., as suitable for
constants of type
- 'ptrdiff_t'. */
- #undef PTRDIFF_T_SUFFIX
- /* Define to l, ll, u, ul, ull, etc., as suitable for
constants of type
- 'sig_atomic_t'. */
- #undef SIG_ATOMIC_T_SUFFIX
- /* Define to l, ll, u, ul, ull, etc., as suitable for
constants of type
- 'size_t'. */
- #undef SIZE_T_SUFFIX
- /* If using the C implementation of alloca, define if you know the
- direction of stack growth for your system; otherwise it will be
- automatically deduced at runtime.
- STACK_DIRECTION > 0 => grows toward higher addresses
- STACK_DIRECTION < 0 => grows toward lower addresses
- STACK_DIRECTION = 0 => direction of growth unknown */
- #undef STACK_DIRECTION
- /* Define to 1 if you have the ANSI C header files. */
- #undef STDC_HEADERS
- /* Defined to 1 if Antminer S1 Bitmain support is wanted */
- #undef USE_ANT_S1
- /* Defined to 1 if Antminer S2 Bitmain support is wanted */
- #undef USE_ANT_S2
- /* Defined to 1 if Avalon support is wanted */
- #undef USE_AVALON
- /* Defined to 1 if Avalon2 support is wanted */
- #undef USE_AVALON2
- /* Defined to 1 if BlackArrow Bitfury support is wanted */
- #undef USE_BAB
- /* Defined to 1 if BFL ASIC support is wanted */
- #undef USE_BFLSC
- /* Defined to 1 if BitForce support is wanted */
- #undef USE_BITFORCE
- /* Defined to 1 if BitFury ASIC support is wanted */
- #undef USE_BITFURY
- /* Defined to 1 if Bitmine A1 support is wanted */
- #undef USE_BITMINE_A1
- /* Defined to 1 if Cointerra support is wanted */
- #undef USE_COINTERRA
- /* Defined to 1 if Drillbit BitFury support is wanted */
- #undef USE_DRILLBIT
- /* Defined to 1 if serial support required */
- #undef USE_FPGA_SERIAL
- /* Defined to 1 if GridSeed support is wanted */
- #undef USE_GRIDSEED
- /* Defined to 1 if Hashfast support is wanted */
- #undef USE_HASHFAST
- /* Defined to 1 if Icarus support is wanted */
- #undef USE_ICARUS
- /* Defined to 1 if Klondike support is wanted */
- #undef USE_KLONDIKE
- /* Defined to 1 if KnC miner support is wanted */
- #undef USE_KNC
- /* Defined to 1 if Lketc support is wanted */
- #undef USE_LKETC
- /* Defined to 1 if Minion BlackArrow ASIC support is wanted */
- #undef USE_MINION
- /* Defined to 1 if ModMiner support is wanted */
- #undef USE_MODMINER
- /* Defined to 1 if scrypt support is wanted */
- #undef USE_SCRYPT
- /* Defined to 1 if Spondoolies support is wanted */
- #undef USE_SPONDOOLIES
- /* Defined to 1 if usbutils support required */
- #undef USE_USBUTILS
- /* Defined to 1 if Zeus support is wanted */
- #undef USE_ZEUS
- /* Version number of package */
- #undef VERSION
- /* Define to l, ll, u, ul, ull, etc., as suitable for
constants of type
- 'wchar_t'. */
- #undef WCHAR_T_SUFFIX
- /* Define to l, ll, u, ul, ull, etc., as suitable for
constants of type
- 'wint_t'. */
- #undef WINT_T_SUFFIX
- /* Define to 1 if on MINIX. */
- #undef _MINIX
- /* Define to 2 if the system does not provide POSIX.1 features
except with
- this defined. */
- #undef _POSIX_1_SOURCE
- /* Define to 1 if you need to in order for `stat' and other
things to work.
- */
- #undef _POSIX_SOURCE
- /* "WinNT version for XP+ support" */
- #undef _WIN32_WINNT
- /* Define to 500 only on HP-UX. */
- #undef _XOPEN_SOURCE
- /* Enable extensions on AIX 3, Interix. */
- #ifndef _ALL_SOURCE
- # undef _ALL_SOURCE
- #endif
- /* Enable GNU extensions on systems that have them. */
- #ifndef _GNU_SOURCE
- # undef _GNU_SOURCE
- #endif
- /* Enable threading extensions on Solaris. */
- #ifndef _POSIX_PTHREAD_SEMANTICS
- # undef _POSIX_PTHREAD_SEMANTICS
- #endif
- /* Enable extensions on HP NonStop. */
- #ifndef _TANDEM_SOURCE
- # undef _TANDEM_SOURCE
- #endif
- /* Enable general extensions on Solaris. */
- #ifndef __EXTENSIONS__
- # undef __EXTENSIONS__
- #endif
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef gid_t
- /* Define to `__inline__' or `__inline' if that's what the C compiler
- calls it, or to nothing if 'inline' is not supported under any name. */
- #ifndef __cplusplus
- #undef inline
- #endif
- /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
- the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
- earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
- __APPLE__ && __MACH__ test for MacOS X.
- __APPLE_CC__ tests for the Apple compiler and its version.
- __STDC_VERSION__ tests for the C99 mode. */
- #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
- # define __GNUC_STDC_INLINE__ 1
- #endif
- /* Define to the equivalent of the C99 'restrict' keyword, or to
- nothing if this is not supported. Do not define if restrict is
- supported directly. */
- #undef restrict
- /* Work around a bug in Sun C++: it does not support _Restrict or
- __restrict__, even though the corresponding Sun C compiler ends up with
- "#define restrict _Restrict" or "#define restrict __restrict__" in the
- previous line. Perhaps some future version of Sun C++ will work with
- restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
- #if defined __SUNPRO_CC && !defined __RESTRICT
- # define _Restrict
- # define __restrict__
- #endif
- /* Define to `unsigned int' if <sys/types.h> does not define. */
- #undef size_t
- /* Define to `int' if <sys/types.h> doesn't define. */
- #undef uid_t
- /* Define as a marker that can be attached to declarations that might not
- be used. This helps to reduce warnings, such as from
- GCC -Wunused-parameter. */
- #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
- # define _GL_UNUSED __attribute__ ((__unused__))
- #else
- # define _GL_UNUSED
- #endif
- /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
- is a misnomer outside of parameter lists. */
- #define _UNUSED_PARAMETER_ _GL_UNUSED
- /* The __pure__ attribute was added in gcc 2.96. */
- #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
- # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
- #else
- # define _GL_ATTRIBUTE_PURE /* empty */
- #endif
- /* The __const__ attribute was added in gcc 2.95. */
- #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
- # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
- #else
- # define _GL_ATTRIBUTE_CONST /* empty */
- #endif
|