2.0 init
[external/opencore-amr.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <dlfcn.h> header file. */
4 #undef HAVE_DLFCN_H
5
6 /* Define to 1 if you have the <inttypes.h> header file. */
7 #undef HAVE_INTTYPES_H
8
9 /* Define to 1 if you have the `m' library (-lm). */
10 #undef HAVE_LIBM
11
12 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
13    to 0 otherwise. */
14 #undef HAVE_MALLOC
15
16 /* Define to 1 if you have the <memory.h> header file. */
17 #undef HAVE_MEMORY_H
18
19 /* Define to 1 if you have the `memset' function. */
20 #undef HAVE_MEMSET
21
22 /* Define to 1 if stdbool.h conforms to C99. */
23 #undef HAVE_STDBOOL_H
24
25 /* Define to 1 if you have the <stdint.h> header file. */
26 #undef HAVE_STDINT_H
27
28 /* Define to 1 if you have the <stdlib.h> header file. */
29 #undef HAVE_STDLIB_H
30
31 /* Define to 1 if you have the <strings.h> header file. */
32 #undef HAVE_STRINGS_H
33
34 /* Define to 1 if you have the <string.h> header file. */
35 #undef HAVE_STRING_H
36
37 /* Define to 1 if you have the <sys/stat.h> header file. */
38 #undef HAVE_SYS_STAT_H
39
40 /* Define to 1 if you have the <sys/types.h> header file. */
41 #undef HAVE_SYS_TYPES_H
42
43 /* Define to 1 if you have the <unistd.h> header file. */
44 #undef HAVE_UNISTD_H
45
46 /* Define to 1 if the system has the type `_Bool'. */
47 #undef HAVE__BOOL
48
49 /* Define to the sub-directory in which libtool stores uninstalled libraries.
50    */
51 #undef LT_OBJDIR
52
53 /* Name of package */
54 #undef PACKAGE
55
56 /* Define to the address where bug reports for this package should be sent. */
57 #undef PACKAGE_BUGREPORT
58
59 /* Define to the full name of this package. */
60 #undef PACKAGE_NAME
61
62 /* Define to the full name and version of this package. */
63 #undef PACKAGE_STRING
64
65 /* Define to the one symbol short name of this package. */
66 #undef PACKAGE_TARNAME
67
68 /* Define to the home page for this package. */
69 #undef PACKAGE_URL
70
71 /* Define to the version of this package. */
72 #undef PACKAGE_VERSION
73
74 /* Define to 1 if you have the ANSI C header files. */
75 #undef STDC_HEADERS
76
77 /* Version number of package */
78 #undef VERSION
79
80 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
81    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
82    #define below would cause a syntax error. */
83 #undef _UINT32_T
84
85 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
86    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
87    #define below would cause a syntax error. */
88 #undef _UINT64_T
89
90 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
91    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
92    #define below would cause a syntax error. */
93 #undef _UINT8_T
94
95 /* Define to `__inline__' or `__inline' if that's what the C compiler
96    calls it, or to nothing if 'inline' is not supported under any name.  */
97 #ifndef __cplusplus
98 #undef inline
99 #endif
100
101 /* Define to the type of a signed integer type of width exactly 16 bits if
102    such a type exists and the standard includes do not define it. */
103 #undef int16_t
104
105 /* Define to the type of a signed integer type of width exactly 32 bits if
106    such a type exists and the standard includes do not define it. */
107 #undef int32_t
108
109 /* Define to the type of a signed integer type of width exactly 64 bits if
110    such a type exists and the standard includes do not define it. */
111 #undef int64_t
112
113 /* Define to the type of a signed integer type of width exactly 8 bits if such
114    a type exists and the standard includes do not define it. */
115 #undef int8_t
116
117 /* Define to rpl_malloc if the replacement function should be used. */
118 #undef malloc
119
120 /* Define to the type of an unsigned integer type of width exactly 16 bits if
121    such a type exists and the standard includes do not define it. */
122 #undef uint16_t
123
124 /* Define to the type of an unsigned integer type of width exactly 32 bits if
125    such a type exists and the standard includes do not define it. */
126 #undef uint32_t
127
128 /* Define to the type of an unsigned integer type of width exactly 64 bits if
129    such a type exists and the standard includes do not define it. */
130 #undef uint64_t
131
132 /* Define to the type of an unsigned integer type of width exactly 8 bits if
133    such a type exists and the standard includes do not define it. */
134 #undef uint8_t