summaryrefslogtreecommitdiff
path: root/audio_codec/libmad/config.h (plain)
blob: c17238ca1da43592408d9c589d23501bd23df16d
1/* config.h. Generated by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4#define FPM_DEFAULT
5#define HAVE_CONFIG_H
6
7/* Define to enable diagnostic debugging support. */
8/* #undef DEBUG */
9
10/* Define to enable experimental code. */
11/* #undef EXPERIMENTAL */
12
13/* Define to 1 if you have the <assert.h> header file. */
14#define HAVE_ASSERT_H 1
15
16/* Define to 1 if you have the <dlfcn.h> header file. */
17/* #undef HAVE_DLFCN_H */
18
19/* Define to 1 if you have the <errno.h> header file. */
20#define HAVE_ERRNO_H 1
21
22/* Define to 1 if you have the `fcntl' function. */
23/* #undef HAVE_FCNTL */
24
25/* Define to 1 if you have the <fcntl.h> header file. */
26#define HAVE_FCNTL_H 1
27
28/* Define to 1 if you have the `fork' function. */
29/* #undef HAVE_FORK */
30
31/* Define to 1 if you have the <inttypes.h> header file. */
32#define HAVE_INTTYPES_H 1
33
34/* Define to 1 if you have the <limits.h> header file. */
35#define HAVE_LIMITS_H 1
36
37/* Define if your MIPS CPU supports a 2-operand MADD16 instruction. */
38/* #undef HAVE_MADD16_ASM */
39
40/* Define if your MIPS CPU supports a 2-operand MADD instruction. */
41/* #undef HAVE_MADD_ASM */
42
43/* Define to 1 if you have the <memory.h> header file. */
44#define HAVE_MEMORY_H 1
45
46/* Define to 1 if you have the `pipe' function. */
47/* #undef HAVE_PIPE */
48
49/* Define to 1 if you have the <stdint.h> header file. */
50#define HAVE_STDINT_H 1
51
52/* Define to 1 if you have the <stdlib.h> header file. */
53#define HAVE_STDLIB_H 1
54
55/* Define to 1 if you have the <strings.h> header file. */
56#define HAVE_STRINGS_H 1
57
58/* Define to 1 if you have the <string.h> header file. */
59#define HAVE_STRING_H 1
60
61/* Define to 1 if you have the <sys/stat.h> header file. */
62#define HAVE_SYS_STAT_H 1
63
64/* Define to 1 if you have the <sys/types.h> header file. */
65#define HAVE_SYS_TYPES_H 1
66
67/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
68/* #undef HAVE_SYS_WAIT_H */
69
70/* Define to 1 if you have the <unistd.h> header file. */
71/* #undef HAVE_UNISTD_H */
72
73/* Define to 1 if you have the `waitpid' function. */
74/* #undef HAVE_WAITPID */
75
76/* Define to disable debugging assertions. */
77/* #undef NDEBUG */
78
79/* Define to optimize for accuracy over speed. */
80/* #undef OPT_ACCURACY */
81
82/* Define to optimize for speed over accuracy. */
83/* #undef OPT_SPEED */
84
85/* Define to enable a fast subband synthesis approximation optimization. */
86/* #undef OPT_SSO */
87
88/* Define to influence a strict interpretation of the ISO/IEC standards, even
89 if this is in opposition with best accepted practices. */
90/* #undef OPT_STRICT */
91
92/* Name of package */
93#define PACKAGE "libmad"
94
95/* Define to the address where bug reports for this package should be sent. */
96#define PACKAGE_BUGREPORT "support@underbit.com"
97
98/* Define to the full name of this package. */
99#define PACKAGE_NAME "MPEG Audio Decoder"
100
101/* Define to the full name and version of this package. */
102#define PACKAGE_STRING "MPEG Audio Decoder 0.15.1b"
103
104/* Define to the one symbol short name of this package. */
105#define PACKAGE_TARNAME "libmad"
106
107/* Define to the version of this package. */
108#define PACKAGE_VERSION "0.15.1b"
109
110/* The size of a `int', as computed by sizeof. */
111#define SIZEOF_INT 4
112
113/* The size of a `long', as computed by sizeof. */
114#define SIZEOF_LONG 4
115
116/* The size of a `long long', as computed by sizeof. */
117#define SIZEOF_LONG_LONG 8
118
119/* Define to 1 if you have the ANSI C header files. */
120#define STDC_HEADERS 1
121
122/* Version number of package */
123#define VERSION "0.15.1b"
124
125/* Define to empty if `const' does not conform to ANSI C. */
126/* #undef const */
127
128/* Define as `__inline' if that's what the C compiler calls it, or to nothing
129 if it is not supported. */
130#define inline __inline
131
132/* Define to `int' if <sys/types.h> does not define. */
133/* #undef pid_t */
134