source: src/config.h.in @ 96fb8ad

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 96fb8ad was 96fb8ad, checked in by Paul Brossier <piem@altern.org>, 19 years ago

import 0.1.7.1

  • Property mode set to 100644
File size: 2.4 KB
Line 
1/* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to enable alsa support */
4#undef ALSA_SUPPORT
5
6/* Define to enable debug */
7#undef DEBUG
8
9/* Define to enable fftw3f support */
10#undef FFTW3F_SUPPORT
11
12/* Define to enable fftw3 support */
13#undef FFTW3_SUPPORT
14
15/* Define to 1 if you have the <complex.h> header file. */
16#undef HAVE_COMPLEX_H
17
18/* Define to 1 if you have the <dlfcn.h> header file. */
19#undef HAVE_DLFCN_H
20
21/* Define to 1 if you have the <errno.h> header file. */
22#undef HAVE_ERRNO_H
23
24/* Define to 1 if you have the <fftw3.h> header file. */
25#undef HAVE_FFTW3_H
26
27/* Define to 1 if you have the <inttypes.h> header file. */
28#undef HAVE_INTTYPES_H
29
30/* Define to 1 if you have the `pthread' library (-lpthread). */
31#undef HAVE_LIBPTHREAD
32
33/* Define to 1 if you have the <math.h> header file. */
34#undef HAVE_MATH_H
35
36/* Define to 1 if you have the <memory.h> header file. */
37#undef HAVE_MEMORY_H
38
39/* Define to 1 if you have the <signal.h> header file. */
40#undef HAVE_SIGNAL_H
41
42/* Define to 1 if you have the <stdarg.h> header file. */
43#undef HAVE_STDARG_H
44
45/* Define to 1 if you have the <stdint.h> header file. */
46#undef HAVE_STDINT_H
47
48/* Define to 1 if you have the <stdio.h> header file. */
49#undef HAVE_STDIO_H
50
51/* Define to 1 if you have the <stdlib.h> header file. */
52#undef HAVE_STDLIB_H
53
54/* Define to 1 if you have the <strings.h> header file. */
55#undef HAVE_STRINGS_H
56
57/* Define to 1 if you have the <string.h> header file. */
58#undef HAVE_STRING_H
59
60/* Define to 1 if you have the <sys/stat.h> header file. */
61#undef HAVE_SYS_STAT_H
62
63/* Define to 1 if you have the <sys/types.h> header file. */
64#undef HAVE_SYS_TYPES_H
65
66/* Define to 1 if you have the <unistd.h> header file. */
67#undef HAVE_UNISTD_H
68
69/* Define to enable jack support */
70#undef JACK_SUPPORT
71
72/* Define to enable ladcca support */
73#undef LADCCA_SUPPORT
74
75/* Name of package */
76#undef PACKAGE
77
78/* Define to the address where bug reports for this package should be sent. */
79#undef PACKAGE_BUGREPORT
80
81/* Define to the full name of this package. */
82#undef PACKAGE_NAME
83
84/* Define to the full name and version of this package. */
85#undef PACKAGE_STRING
86
87/* Define to the one symbol short name of this package. */
88#undef PACKAGE_TARNAME
89
90/* Define to the version of this package. */
91#undef PACKAGE_VERSION
92
93/* Define to enable libsndfile support */
94#undef SNDLIB_SUPPORT
95
96/* Define to 1 if you have the ANSI C header files. */
97#undef STDC_HEADERS
98
99/* Version number of package */
100#undef VERSION
Note: See TracBrowser for help on using the repository browser.