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.

150 lines
4.0KB

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