You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

149 lines
3.6KB

  1. /* src/config.h.in. Generated from configure.ac by autoheader. */
  2. /* Set to 1 if the compile is GNU GCC. */
  3. #undef COMPILER_IS_GCC
  4. /* Target processor clips on negative float to int conversion. */
  5. #undef CPU_CLIPS_NEGATIVE
  6. /* Target processor clips on positive float to int conversion. */
  7. #undef CPU_CLIPS_POSITIVE
  8. /* Target processor is big endian. */
  9. #undef CPU_IS_BIG_ENDIAN
  10. /* Target processor is little endian. */
  11. #undef CPU_IS_LITTLE_ENDIAN
  12. /* Major version of GCC or 3 otherwise. */
  13. #undef GCC_MAJOR_VERSION
  14. /* Define to 1 if you have the `alarm' function. */
  15. #undef HAVE_ALARM
  16. /* Define to 1 if you have the <alsa/asoundlib.h> header file. */
  17. #undef HAVE_ALSA_ASOUNDLIB_H
  18. /* Define to 1 if you have the `calloc' function. */
  19. #undef HAVE_CALLOC
  20. /* Define to 1 if you have the `ceil' function. */
  21. #undef HAVE_CEIL
  22. /* Define to 1 if you have the <dlfcn.h> header file. */
  23. #undef HAVE_DLFCN_H
  24. /* Set to 1 if you have libfftw3. */
  25. #undef HAVE_FFTW3
  26. /* Define to 1 if you have the `floor' function. */
  27. #undef HAVE_FLOOR
  28. /* Define to 1 if you have the `fmod' function. */
  29. #undef HAVE_FMOD
  30. /* Define to 1 if you have the `free' function. */
  31. #undef HAVE_FREE
  32. /* Define to 1 if you have the <inttypes.h> header file. */
  33. #undef HAVE_INTTYPES_H
  34. /* Define to 1 if you have the `m' library (-lm). */
  35. #undef HAVE_LIBM
  36. /* Define if you have C99's lrint function. */
  37. #undef HAVE_LRINT
  38. /* Define if you have C99's lrintf function. */
  39. #undef HAVE_LRINTF
  40. /* Define to 1 if you have the `malloc' function. */
  41. #undef HAVE_MALLOC
  42. /* Define to 1 if you have the `memcpy' function. */
  43. #undef HAVE_MEMCPY
  44. /* Define to 1 if you have the `memmove' function. */
  45. #undef HAVE_MEMMOVE
  46. /* Define to 1 if you have the <memory.h> header file. */
  47. #undef HAVE_MEMORY_H
  48. /* Define if you have signal SIGALRM. */
  49. #undef HAVE_SIGALRM
  50. /* Define to 1 if you have the `signal' function. */
  51. #undef HAVE_SIGNAL
  52. /* Set to 1 if you have libsndfile. */
  53. #undef HAVE_SNDFILE
  54. /* Define to 1 if you have the <stdint.h> header file. */
  55. #undef HAVE_STDINT_H
  56. /* Define to 1 if you have the <stdlib.h> header file. */
  57. #undef HAVE_STDLIB_H
  58. /* Define to 1 if you have the <strings.h> header file. */
  59. #undef HAVE_STRINGS_H
  60. /* Define to 1 if you have the <string.h> header file. */
  61. #undef HAVE_STRING_H
  62. /* Define to 1 if you have the <sys/stat.h> header file. */
  63. #undef HAVE_SYS_STAT_H
  64. /* Define to 1 if you have the <sys/times.h> header file. */
  65. #undef HAVE_SYS_TIMES_H
  66. /* Define to 1 if you have the <sys/types.h> header file. */
  67. #undef HAVE_SYS_TYPES_H
  68. /* Define to 1 if you have the <unistd.h> header file. */
  69. #undef HAVE_UNISTD_H
  70. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  71. #undef LT_OBJDIR
  72. /* Set to 1 if compiling for Win32 */
  73. #undef OS_IS_WIN32
  74. /* Name of package */
  75. #undef PACKAGE
  76. /* Define to the address where bug reports for this package should be sent. */
  77. #undef PACKAGE_BUGREPORT
  78. /* Define to the full name of this package. */
  79. #undef PACKAGE_NAME
  80. /* Define to the full name and version of this package. */
  81. #undef PACKAGE_STRING
  82. /* Define to the one symbol short name of this package. */
  83. #undef PACKAGE_TARNAME
  84. /* Define to the home page for this package. */
  85. #undef PACKAGE_URL
  86. /* Define to the version of this package. */
  87. #undef PACKAGE_VERSION
  88. /* The size of `double', as computed by sizeof. */
  89. #undef SIZEOF_DOUBLE
  90. /* The size of `float', as computed by sizeof. */
  91. #undef SIZEOF_FLOAT
  92. /* The size of `int', as computed by sizeof. */
  93. #undef SIZEOF_INT
  94. /* The size of `long', as computed by sizeof. */
  95. #undef SIZEOF_LONG
  96. /* Define to 1 if you have the ANSI C header files. */
  97. #undef STDC_HEADERS
  98. /* Version number of package */
  99. #undef VERSION