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