Initial import to Tizen
[profile/ivi/sphinxbase.git] / include / config.h.in
1 /* include/config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Use ALSA library for sound I/O */
7 #undef AD_BACKEND_ALSA
8
9 /* No interface for sound I/O */
10 #undef AD_BACKEND_NONE
11
12 /* Use OSS for sound I/O */
13 #undef AD_BACKEND_OSS
14
15 /* Use WinMM interface for sound I/O */
16 #undef AD_BACKEND_WIN32
17
18 /* Default radix point for fixed-point */
19 #undef DEFAULT_RADIX
20
21 /* Enable thread safety */
22 #undef ENABLE_THREADS
23
24 /* Use Q15 fixed-point computation */
25 #undef FIXED16
26
27 /* Use fixed-point computation */
28 #undef FIXED_POINT
29
30 /* Define to 1 if you have the <dlfcn.h> header file. */
31 #undef HAVE_DLFCN_H
32
33 /* Define if you have the iconv() function. */
34 #undef HAVE_ICONV
35
36 /* Define to 1 if you have the <inttypes.h> header file. */
37 #undef HAVE_INTTYPES_H
38
39 /* Define to 1 if you have the `asound' library (-lasound). */
40 #undef HAVE_LIBASOUND
41
42 /* Define to 1 if you have the `blas' library (-lblas). */
43 #undef HAVE_LIBBLAS
44
45 /* Define to 1 if you have the `lapack' library (-llapack). */
46 #undef HAVE_LIBLAPACK
47
48 /* Define to 1 if you have the `m' library (-lm). */
49 #undef HAVE_LIBM
50
51 /* Define to 1 if you have the `pthread' library (-lpthread). */
52 #undef HAVE_LIBPTHREAD
53
54 /* Define to 1 if the system has the type `long long'. */
55 #undef HAVE_LONG_LONG
56
57 /* Define to 1 if you have the <memory.h> header file. */
58 #undef HAVE_MEMORY_H
59
60 /* Define to 1 if you have the `perror' function. */
61 #undef HAVE_PERROR
62
63 /* Define to 1 if you have the `popen' function. */
64 #undef HAVE_POPEN
65
66 /* Define to 1 if you have the <pthread.h> header file. */
67 #undef HAVE_PTHREAD_H
68
69 /* Define to 1 if you have the <sndfile.h> header file. */
70 #undef HAVE_SNDFILE_H
71
72 /* Define to 1 if you have the `snprintf' function. */
73 #undef HAVE_SNPRINTF
74
75 /* Define to 1 if you have the <stdint.h> header file. */
76 #undef HAVE_STDINT_H
77
78 /* Define to 1 if you have the <stdlib.h> header file. */
79 #undef HAVE_STDLIB_H
80
81 /* Define to 1 if you have the <strings.h> header file. */
82 #undef HAVE_STRINGS_H
83
84 /* Define to 1 if you have the <string.h> header file. */
85 #undef HAVE_STRING_H
86
87 /* Define to 1 if you have the <sys/stat.h> header file. */
88 #undef HAVE_SYS_STAT_H
89
90 /* Define to 1 if you have the <sys/types.h> header file. */
91 #undef HAVE_SYS_TYPES_H
92
93 /* Define to 1 if you have the <unistd.h> header file. */
94 #undef HAVE_UNISTD_H
95
96 /* Define as const if the declaration of iconv() needs const. */
97 #undef ICONV_CONST
98
99 /* Define to the sub-directory in which libtool stores uninstalled libraries.
100    */
101 #undef LT_OBJDIR
102
103 /* Define to the address where bug reports for this package should be sent. */
104 #undef PACKAGE_BUGREPORT
105
106 /* Define to the full name of this package. */
107 #undef PACKAGE_NAME
108
109 /* Define to the full name and version of this package. */
110 #undef PACKAGE_STRING
111
112 /* Define to the one symbol short name of this package. */
113 #undef PACKAGE_TARNAME
114
115 /* Define to the version of this package. */
116 #undef PACKAGE_VERSION
117
118 /* Define as the return type of signal handlers (`int' or `void'). */
119 #undef RETSIGTYPE
120
121 /* The size of `long', as computed by sizeof. */
122 #undef SIZEOF_LONG
123
124 /* The size of `long long', as computed by sizeof. */
125 #undef SIZEOF_LONG_LONG
126
127 /* Enable debugging output */
128 #undef SPHINX_DEBUG
129
130 /* Define to 1 if you have the ANSI C header files. */
131 #undef STDC_HEADERS
132
133 /* Enable matrix algebra with LAPACK */
134 #undef WITH_LAPACK
135
136 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
137    significant byte first (like Motorola and SPARC, unlike Intel). */
138 #if defined AC_APPLE_UNIVERSAL_BUILD
139 # if defined __BIG_ENDIAN__
140 #  define WORDS_BIGENDIAN 1
141 # endif
142 #else
143 # ifndef WORDS_BIGENDIAN
144 #  undef WORDS_BIGENDIAN
145 # endif
146 #endif