cpuminer-config.h.in 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. /* cpuminer-config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if using 'alloca.c'. */
  3. #undef C_ALLOCA
  4. /* Define to 1 if you have 'alloca', as a function or macro. */
  5. #undef HAVE_ALLOCA
  6. /* Define to 1 if <alloca.h> works. */
  7. #undef HAVE_ALLOCA_H
  8. /* Define to 1 if you have the declaration of `be32dec', and to 0 if you
  9. don't. */
  10. #undef HAVE_DECL_BE32DEC
  11. /* Define to 1 if you have the declaration of `be32enc', and to 0 if you
  12. don't. */
  13. #undef HAVE_DECL_BE32ENC
  14. /* Define to 1 if you have the declaration of `le16dec', and to 0 if you
  15. don't. */
  16. #undef HAVE_DECL_LE16DEC
  17. /* Define to 1 if you have the declaration of `le16enc', and to 0 if you
  18. don't. */
  19. #undef HAVE_DECL_LE16ENC
  20. /* Define to 1 if you have the declaration of `le32dec', and to 0 if you
  21. don't. */
  22. #undef HAVE_DECL_LE32DEC
  23. /* Define to 1 if you have the declaration of `le32enc', and to 0 if you
  24. don't. */
  25. #undef HAVE_DECL_LE32ENC
  26. /* Define to 1 if you have the `getopt_long' function. */
  27. #undef HAVE_GETOPT_LONG
  28. /* Define to 1 if you have the <inttypes.h> header file. */
  29. #undef HAVE_INTTYPES_H
  30. /* Define to 1 if you have the `z' library (-lz). */
  31. #undef HAVE_LIBZ
  32. /* Define to 1 if you have the <stdint.h> header file. */
  33. #undef HAVE_STDINT_H
  34. /* Define to 1 if you have the <stdio.h> header file. */
  35. #undef HAVE_STDIO_H
  36. /* Define to 1 if you have the <stdlib.h> header file. */
  37. #undef HAVE_STDLIB_H
  38. /* Define to 1 if you have the <strings.h> header file. */
  39. #undef HAVE_STRINGS_H
  40. /* Define to 1 if you have the <string.h> header file. */
  41. #undef HAVE_STRING_H
  42. /* Define to 1 if you have the <syslog.h> header file. */
  43. #undef HAVE_SYSLOG_H
  44. /* Define to 1 if you have the <sys/endian.h> header file. */
  45. #undef HAVE_SYS_ENDIAN_H
  46. /* Define to 1 if you have the <sys/param.h> header file. */
  47. #undef HAVE_SYS_PARAM_H
  48. /* Define to 1 if you have the <sys/stat.h> header file. */
  49. #undef HAVE_SYS_STAT_H
  50. /* Define to 1 if you have the <sys/sysctl.h> header file. */
  51. #undef HAVE_SYS_SYSCTL_H
  52. /* Define to 1 if you have the <sys/types.h> header file. */
  53. #undef HAVE_SYS_TYPES_H
  54. /* Define to 1 if you have the <unistd.h> header file. */
  55. #undef HAVE_UNISTD_H
  56. /* Name of package */
  57. #undef PACKAGE
  58. /* Define to the address where bug reports for this package should be sent. */
  59. #undef PACKAGE_BUGREPORT
  60. /* Define to the full name of this package. */
  61. #undef PACKAGE_NAME
  62. /* Define to the full name and version of this package. */
  63. #undef PACKAGE_STRING
  64. /* Define to the one symbol short name of this package. */
  65. #undef PACKAGE_TARNAME
  66. /* Define to the home page for this package. */
  67. #undef PACKAGE_URL
  68. /* Define to the version of this package. */
  69. #undef PACKAGE_VERSION
  70. /* If using the C implementation of alloca, define if you know the
  71. direction of stack growth for your system; otherwise it will be
  72. automatically deduced at runtime.
  73. STACK_DIRECTION > 0 => grows toward higher addresses
  74. STACK_DIRECTION < 0 => grows toward lower addresses
  75. STACK_DIRECTION = 0 => direction of growth unknown */
  76. #undef STACK_DIRECTION
  77. /* Define to 1 if all of the C90 standard headers exist (not just the ones
  78. required in a freestanding environment). This macro is provided for
  79. backward compatibility; new code need not use it. */
  80. #undef STDC_HEADERS
  81. /* Define to 1 if assembly routines are wanted. */
  82. #undef USE_ASM
  83. /* Define to 1 if AVX assembly is available. */
  84. #undef USE_AVX
  85. /* Define to 1 if AVX2 assembly is available. */
  86. #undef USE_AVX2
  87. /* Define if __uint128_t is available */
  88. #undef USE_INT128
  89. /* Define to 1 if XOP assembly is available. */
  90. #undef USE_XOP
  91. /* Version number of package */
  92. #undef VERSION
  93. /* Define to `unsigned int' if <sys/types.h> does not define. */
  94. #undef size_t