SphinxBase  5prealpha
config.h
1 /* include/config.h. Generated from config.h.in by configure. */
2 /* include/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Default radix point for fixed-point */
8 /* #undef DEFAULT_RADIX */
9 
10 /* Enable thread safety */
11 #define ENABLE_THREADS
12 
13 /* Use fixed-point computation */
14 /* #undef FIXED_POINT */
15 
16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #define HAVE_DLFCN_H 1
18 
19 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
20 #define HAVE_FSEEKO 1
21 
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #define HAVE_INTTYPES_H 1
24 
25 /* Define to 1 if you have the `asound' library (-lasound). */
26 /* #undef HAVE_LIBASOUND */
27 
28 /* Define to 1 if you have the `blas' library (-lblas). */
29 #define HAVE_LIBBLAS 1
30 
31 /* Define to 1 if you have the `jack' library (-ljack). */
32 /* #undef HAVE_LIBJACK */
33 
34 /* Define to 1 if you have the `lapack' library (-llapack). */
35 #define HAVE_LIBLAPACK 1
36 
37 /* Define to 1 if you have the `m' library (-lm). */
38 #define HAVE_LIBM 1
39 
40 /* Define to 1 if you have the `pthread' library (-lpthread). */
41 #define HAVE_LIBPTHREAD 1
42 
43 /* Define to 1 if you have the `pulse' library (-lpulse). */
44 #define HAVE_LIBPULSE 1
45 
46 /* Define to 1 if you have the `pulse-simple' library (-lpulse-simple). */
47 #define HAVE_LIBPULSE_SIMPLE 1
48 
49 /* Define to 1 if the system has the type `long long'. */
50 #define HAVE_LONG_LONG 1
51 
52 /* Define to 1 if you have the <memory.h> header file. */
53 #define HAVE_MEMORY_H 1
54 
55 /* Define to 1 if you have the `perror' function. */
56 #define HAVE_PERROR 1
57 
58 /* Define to 1 if you have the `popen' function. */
59 #define HAVE_POPEN 1
60 
61 /* Define to 1 if you have the <pthread.h> header file. */
62 #define HAVE_PTHREAD_H 1
63 
64 /* If available, contains the Python version number currently in use. */
65 #define HAVE_PYTHON "2.7"
66 
67 /* Define to 1 if you have the `snprintf' function. */
68 #define HAVE_SNPRINTF 1
69 
70 /* Define to 1 if you have the <stdint.h> header file. */
71 #define HAVE_STDINT_H 1
72 
73 /* Define to 1 if you have the <stdlib.h> header file. */
74 #define HAVE_STDLIB_H 1
75 
76 /* Define to 1 if you have the <strings.h> header file. */
77 #define HAVE_STRINGS_H 1
78 
79 /* Define to 1 if you have the <string.h> header file. */
80 #define HAVE_STRING_H 1
81 
82 /* Define to 1 if you have the <sys/stat.h> header file. */
83 #define HAVE_SYS_STAT_H 1
84 
85 /* Define to 1 if you have the <sys/types.h> header file. */
86 #define HAVE_SYS_TYPES_H 1
87 
88 /* Define to 1 if you have the <unistd.h> header file. */
89 #define HAVE_UNISTD_H 1
90 
91 /* Define to the sub-directory where libtool stores uninstalled libraries. */
92 #define LT_OBJDIR ".libs/"
93 
94 /* Define to the address where bug reports for this package should be sent. */
95 #define PACKAGE_BUGREPORT ""
96 
97 /* Define to the full name of this package. */
98 #define PACKAGE_NAME "sphinxbase"
99 
100 /* Define to the full name and version of this package. */
101 #define PACKAGE_STRING "sphinxbase 5prealpha"
102 
103 /* Define to the one symbol short name of this package. */
104 #define PACKAGE_TARNAME "sphinxbase"
105 
106 /* Define to the home page for this package. */
107 #define PACKAGE_URL ""
108 
109 /* Define to the version of this package. */
110 #define PACKAGE_VERSION "5prealpha"
111 
112 /* Define as the return type of signal handlers (`int' or `void'). */
113 #define RETSIGTYPE void
114 
115 /* The size of `int', as computed by sizeof. */
116 #define SIZEOF_INT 4
117 
118 /* The size of `long', as computed by sizeof. */
119 #define SIZEOF_LONG 8
120 
121 /* The size of `long long', as computed by sizeof. */
122 #define SIZEOF_LONG_LONG 8
123 
124 /* The size of `off_t', as computed by sizeof. */
125 #define SIZEOF_OFF_T 8
126 
127 /* Enable debugging output */
128 /* #undef SPHINX_DEBUG */
129 
130 /* Define to 1 if you have the ANSI C header files. */
131 #define STDC_HEADERS 1
132 
133 /* Enable matrix algebra with LAPACK */
134 #define 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
147 
148 /* Enable large inode numbers on Mac OS X 10.5. */
149 #ifndef _DARWIN_USE_64_BIT_INODE
150 # define _DARWIN_USE_64_BIT_INODE 1
151 #endif
152 
153 /* Number of bits in a file offset, on hosts where this is settable. */
154 /* #undef _FILE_OFFSET_BITS */
155 
156 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
157 /* #undef _LARGEFILE_SOURCE */
158 
159 /* Define for large files, on AIX-style hosts. */
160 /* #undef _LARGE_FILES */
161 
162 /* Define to `long int' if <sys/types.h> does not define. */
163 /* #undef off_t */