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