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