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