Tesseract  3.02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
config_auto.h
Go to the documentation of this file.
1 /* config_auto.h. Generated from config.h.in by configure. */
2 /* config/config.h.in. Generated from configure.ac by autoheader. */
3 
4 
5 #ifndef CONFIG_AUTO_H
6 #define CONFIG_AUTO_H
7 /* config_auto.h: begin */
8 
9 
10 /* Define if building universal (internal helper macro) */
11 /* #undef AC_APPLE_UNIVERSAL_BUILD */
12 
13 /* Disable graphics */
14 /* #undef GRAPHICS_DISABLED */
15 
16 /* Define to 1 if you have the `acos' function. */
17 #define HAVE_ACOS 1
18 
19 /* Define to 1 if you have the <allheaders.h> header file. */
20 /* #undef HAVE_ALLHEADERS_H */
21 
22 /* Define to 1 if you have the `asin' function. */
23 #define HAVE_ASIN 1
24 
25 /* Define to 1 if you have the <dlfcn.h> header file. */
26 #define HAVE_DLFCN_H 1
27 
28 /* Define to 1 if you have the `fork' function. */
29 #define HAVE_FORK 1
30 
31 /* Define to 1 if you have the `gethostname' function. */
32 #define HAVE_GETHOSTNAME 1
33 
34 /* Define to 1 if you have the `getpagesize' function. */
35 #define HAVE_GETPAGESIZE 1
36 
37 /* Define to 1 if you have the <inttypes.h> header file. */
38 #define HAVE_INTTYPES_H 1
39 
40 /* Define to 1 if you have the `lept' library (-llept). */
41 #define HAVE_LIBLEPT 1
42 
43 /* Define to 1 if you have the <limits.h> header file. */
44 #define HAVE_LIMITS_H 1
45 
46 /* Define to 1 if the system has the type `long long int'. */
47 #define HAVE_LONG_LONG_INT 1
48 
49 /* Define to 1 if you have the <malloc.h> header file. */
50 #define HAVE_MALLOC_H 1
51 
52 /* Define to 1 if the system has the type `mbstate_t'. */
53 #define HAVE_MBSTATE_T 1
54 
55 /* Define to 1 if you have the `memcpy' function. */
56 #define HAVE_MEMCPY 1
57 
58 /* Define to 1 if you have the <memory.h> header file. */
59 #define HAVE_MEMORY_H 1
60 
61 /* Define to 1 if you have a working `mmap' system call. */
62 #define HAVE_MMAP 1
63 
64 /* Define to 1 if stdbool.h conforms to C99. */
65 #define HAVE_STDBOOL_H 1
66 
67 /* Define to 1 if you have the <stdint.h> header file. */
68 #define HAVE_STDINT_H 1
69 
70 /* Define to 1 if you have the <stdlib.h> header file. */
71 #define HAVE_STDLIB_H 1
72 
73 /* Define to 1 if you have the `strchr' function. */
74 #define HAVE_STRCHR 1
75 
76 /* Define to 1 if you have the `strerror' function. */
77 #define HAVE_STRERROR 1
78 
79 /* Define to 1 if you have the <strings.h> header file. */
80 #define HAVE_STRINGS_H 1
81 
82 /* Define to 1 if you have the <string.h> header file. */
83 #define HAVE_STRING_H 1
84 
85 /* Define to 1 if you have the <sys/ipc.h> header file. */
86 #define HAVE_SYS_IPC_H 1
87 
88 /* Define to 1 if you have the <sys/param.h> header file. */
89 #define HAVE_SYS_PARAM_H 1
90 
91 /* Define to 1 if you have the <sys/shm.h> header file. */
92 #define HAVE_SYS_SHM_H 1
93 
94 /* Define to 1 if you have the <sys/stat.h> header file. */
95 #define HAVE_SYS_STAT_H 1
96 
97 /* Define to 1 if you have the <sys/types.h> header file. */
98 #define HAVE_SYS_TYPES_H 1
99 
100 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
101 #define HAVE_SYS_WAIT_H 1
102 
103 /* Define to 1 if you have the <unistd.h> header file. */
104 #define HAVE_UNISTD_H 1
105 
106 /* Define to 1 if you have the `vfork' function. */
107 #define HAVE_VFORK 1
108 
109 /* Define to 1 if you have the <vfork.h> header file. */
110 /* #undef HAVE_VFORK_H */
111 
112 /* Define to 1 if you have the `vsnprintf' function. */
113 #define HAVE_VSNPRINTF 1
114 
115 /* Define to 1 if the system has the type `wchar_t'. */
116 #define HAVE_WCHAR_T 1
117 
118 /* Define to 1 if `fork' works. */
119 #define HAVE_WORKING_FORK 1
120 
121 /* Define to 1 if `vfork' works. */
122 #define HAVE_WORKING_VFORK 1
123 
124 /* Define to 1 if the system has the type `_Bool'. */
125 /* #undef HAVE__BOOL */
126 
127 /* Define to the sub-directory in which libtool stores uninstalled libraries.
128  */
129 #define LT_OBJDIR ".libs/"
130 
131 /* This is a MinGW system */
132 /* #undef MINGW */
133 
134 /* Name of package */
135 #define PACKAGE "tesseract"
136 
137 /* Define to the address where bug reports for this package should be sent. */
138 #define PACKAGE_BUGREPORT "http://code.google.com/p/tesseract-ocr/issues/list"
139 
140 /* Official date of release */
141 #define PACKAGE_DATE "10/23"
142 
143 /* Name of package */
144 #define PACKAGE_NAME "tesseract"
145 
146 /* Define to the full name and version of this package. */
147 #define PACKAGE_STRING "tesseract 3.02.02"
148 
149 /* Define to the one symbol short name of this package. */
150 #define PACKAGE_TARNAME "tesseract"
151 
152 /* Define to the home page for this package. */
153 #define PACKAGE_URL ""
154 
155 /* Version number */
156 #define PACKAGE_VERSION "3.02.02"
157 
158 /* Official year for this release */
159 #define PACKAGE_YEAR "2012"
160 
161 /* Define to 1 if you have the ANSI C header files. */
162 #define STDC_HEADERS 1
163 
164 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
165 #define TIME_WITH_SYS_TIME 1
166 
167 /* Version number of package */
168 #define VERSION "3.02.02"
169 
170 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
171  significant byte first (like Motorola and SPARC, unlike Intel). */
172 #if defined AC_APPLE_UNIVERSAL_BUILD
173 # if defined __BIG_ENDIAN__
174 # define WORDS_BIGENDIAN 1
175 # endif
176 #else
177 # ifndef WORDS_BIGENDIAN
178 /* # undef WORDS_BIGENDIAN */
179 # endif
180 #endif
181 
182 /* Enable large inode numbers on Mac OS X 10.5. */
183 #ifndef _DARWIN_USE_64_BIT_INODE
184 # define _DARWIN_USE_64_BIT_INODE 1
185 #endif
186 
187 /* Number of bits in a file offset, on hosts where this is settable. */
188 /* #undef _FILE_OFFSET_BITS */
189 
190 /* Define for large files, on AIX-style hosts. */
191 /* #undef _LARGE_FILES */
192 
193 /* Define to `int' if <sys/types.h> does not define. */
194 /* #undef pid_t */
195 
196 /* Define to `unsigned int' if <sys/types.h> does not define. */
197 /* #undef size_t */
198 
199 /* Define as `fork' if `vfork' does not work. */
200 /* #undef vfork */
201 
202 
203 
204 /* Miscellaneous defines */
205 #define AUTOCONF 1
206 
207 /* Not used yet
208 #ifndef NO_GETTEXT
209 #define USING_GETTEXT
210 #endif
211 */
212 
213 /* config_auto.h: end */
214 #endif
215