Path: blob/linux/compat/bionic/cpuminer-config.h
1201 views
/* cpuminer-config.h.in. Adapted for arm bionic (Android 5.1.1 Tegra K1) */12/* Define to 1 if using `alloca.c'. */3/* #undef C_ALLOCA */45/* Define to 1 if you have `alloca', as a function or macro. */6#define HAVE_ALLOCA 178/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).9*/10#define HAVE_ALLOCA_H 11112/* Define to 1 if you have the declaration of `be32dec', and to 0 if you13don't. */14#define HAVE_DECL_BE32DEC 01516/* Define to 1 if you have the declaration of `be32enc', and to 0 if you17don't. */18#define HAVE_DECL_BE32ENC 01920/* Define to 1 if you have the declaration of `le16dec', and to 0 if you21don't. */22#define HAVE_DECL_LE16DEC 02324/* Define to 1 if you have the declaration of `le16enc', and to 0 if you25don't. */26#define HAVE_DECL_LE16ENC 02728/* Define to 1 if you have the declaration of `le32dec', and to 0 if you29don't. */30#define HAVE_DECL_LE32DEC 03132/* Define to 1 if you have the declaration of `le32enc', and to 0 if you33don't. */34#define HAVE_DECL_LE32ENC 03536/* Define to 1 if you have the `getopt_long' function. */37#define HAVE_GETOPT_LONG 13839/* Define to 1 if you have the <inttypes.h> header file. */40#define HAVE_INTTYPES_H 14142/* Define to 1 if you have the <memory.h> header file. */43#define HAVE_MEMORY_H 14445/* Define to 1 if you have the <stdint.h> header file. */46#define HAVE_STDINT_H 14748/* Define to 1 if you have the <stdlib.h> header file. */49#define HAVE_STDLIB_H 15051/* Define to 1 if you have the <strings.h> header file. */52#define HAVE_STRINGS_H 15354/* Define to 1 if you have the <string.h> header file. */55#define HAVE_STRING_H 15657/* Define to 1 if you have the <syslog.h> header file. */58#define HAVE_SYSLOG_H 15960/* Define to 1 if you have the <sys/endian.h> header file. */61/* #undef HAVE_SYS_ENDIAN_H */6263/* Define to 1 if you have the <sys/param.h> header file. */64#define HAVE_SYS_PARAM_H 16566/* Define to 1 if you have the <sys/stat.h> header file. */67#define HAVE_SYS_STAT_H 16869/* Define to 1 if you have the <sys/sysctl.h> header file. */70#undef HAVE_SYS_SYSCTL_H7172/* Define to 1 if you have the <sys/types.h> header file. */73#define HAVE_SYS_TYPES_H 17475/* Define to 1 if you have the <unistd.h> header file. */76#define HAVE_UNISTD_H 17778/* Name of package */79#define PACKAGE "cpuminer-multi"8081/* Define to the address where bug reports for this package should be sent. */82#define PACKAGE_BUGREPORT ""8384/* Define to the full name of this package. */85#define PACKAGE_NAME "cpuminer-multi"8687/* Define to the full name and version of this package. */88#define PACKAGE_STRING "cpuminer-multi " VERSION8990/* Define to the one symbol short name of this package. */91#define PACKAGE_TARNAME "cpuminer-multi"9293/* Define to the home page for this package. */94#define PACKAGE_URL "http://github.com/tpruvot/cpuminer-multi"9596/* Define to the version of this package. */97#define PACKAGE_VERSION VERSION9899/* If using the C implementation of alloca, define if you know the100direction of stack growth for your system; otherwise it will be101automatically deduced at runtime.102STACK_DIRECTION > 0 => grows toward higher addresses103STACK_DIRECTION < 0 => grows toward lower addresses104STACK_DIRECTION = 0 => direction of growth unknown */105/* #undef STACK_DIRECTION */106107/* Define to 1 if you have the ANSI C header files. */108#define STDC_HEADERS 1109110/* Define to 1 if assembly routines are wanted. */111#define USE_ASM 1112113/* Define to 1 if AVX assembly is available. */114#define USE_AVX 1115116/* Define to 1 if AVX2 assembly is available. */117#define USE_AVX2 1118119/* Define if __uint128_t is available */120#undef USE_INT128121122/* Define to 1 if XOP assembly is available. */123#define USE_XOP 1124125/* Define to `unsigned int' if <sys/types.h> does not define. */126#undef size_t127128129130