tesseract  4.00.00dev
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 /* Define to be the git revision */
14 #define GIT_REV "4.00.00alpha-462-g0ad5305"
15 
16 /* Disable graphics */
17 /* #undef GRAPHICS_DISABLED */
18 
19 /* Define to 1 if you have the <CL/cl.h> header file. */
20 #define HAVE_CL_CL_H 1
21 
22 /* Define to 1 if you have the <dlfcn.h> header file. */
23 #define HAVE_DLFCN_H 1
24 
25 /* Define if you have the OpenCL framework */
26 /* #undef HAVE_FRAMEWORK_OPENCL */
27 
28 /* Define to 1 if you have the `getline' function. */
29 #define HAVE_GETLINE 1
30 
31 /* Define to 1 if you have the <inttypes.h> header file. */
32 #define HAVE_INTTYPES_H 1
33 
34 /* Define to 1 if you have the <limits.h> header file. */
35 #define HAVE_LIMITS_H 1
36 
37 /* Define to 1 if the system has the type `long long int'. */
38 #define HAVE_LONG_LONG_INT 1
39 
40 /* Define to 1 if you have the <malloc.h> header file. */
41 #define HAVE_MALLOC_H 1
42 
43 /* Define to 1 if the system has the type `mbstate_t'. */
44 #define HAVE_MBSTATE_T 1
45 
46 /* Define to 1 if you have the <memory.h> header file. */
47 #define HAVE_MEMORY_H 1
48 
49 /* Define to 1 if the system has the type `off_t'. */
50 #define HAVE_OFF_T 1
51 
52 /* Define to 1 if you have the <OpenCL/cl.h> header file. */
53 /* #undef HAVE_OPENCL_CL_H */
54 
55 /* Define to 1 if you have the `snprintf' function. */
56 #define HAVE_SNPRINTF 1
57 
58 /* Define to 1 if stdbool.h conforms to C99. */
59 /* #undef HAVE_STDBOOL_H */
60 
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #define HAVE_STDINT_H 1
63 
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #define HAVE_STDLIB_H 1
66 
67 /* Define to 1 if you have the <strings.h> header file. */
68 #define HAVE_STRINGS_H 1
69 
70 /* Define to 1 if you have the <string.h> header file. */
71 #define HAVE_STRING_H 1
72 
73 /* Define to 1 if you have the <sys/ipc.h> header file. */
74 #define HAVE_SYS_IPC_H 1
75 
76 /* Define to 1 if you have the <sys/shm.h> header file. */
77 #define HAVE_SYS_SHM_H 1
78 
79 /* Define to 1 if you have the <sys/stat.h> header file. */
80 #define HAVE_SYS_STAT_H 1
81 
82 /* Define to 1 if you have the <sys/types.h> header file. */
83 #define HAVE_SYS_TYPES_H 1
84 
85 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
86 #define HAVE_SYS_WAIT_H 1
87 
88 /* Define to 1 if you have the <tiffio.h> header file. */
89 #define HAVE_TIFFIO_H 1
90 
91 /* Define to 1 if you have the <unicode/uchar.h> header file. */
92 /* #undef HAVE_UNICODE_UCHAR_H */
93 
94 /* Define to 1 if you have the <unistd.h> header file. */
95 #define HAVE_UNISTD_H 1
96 
97 /* Define to 1 if the system has the type `wchar_t'. */
98 #define HAVE_WCHAR_T 1
99 
100 /* Define to 1 if the system has the type `_Bool'. */
101 /* #undef HAVE__BOOL */
102 
103 /* Define to the sub-directory in which libtool stores uninstalled libraries.
104  */
105 #define LT_OBJDIR ".libs/"
106 
107 /* This is a MinGW system */
108 /* #undef MINGW */
109 
110 /* Name of package */
111 #define PACKAGE "tesseract"
112 
113 /* Define to the address where bug reports for this package should be sent. */
114 #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
115 
116 /* Official date of release */
117 #define PACKAGE_DATE "11/11"
118 
119 /* Name of package */
120 #define PACKAGE_NAME "tesseract"
121 
122 /* Define to the full name and version of this package. */
123 #define PACKAGE_STRING "tesseract 4.00.00dev"
124 
125 /* Define to the one symbol short name of this package. */
126 #define PACKAGE_TARNAME "tesseract"
127 
128 /* Define to the home page for this package. */
129 #define PACKAGE_URL ""
130 
131 /* Version number */
132 #define PACKAGE_VERSION "4.00.00dev"
133 
134 /* Official year for this release */
135 #define PACKAGE_YEAR "2016"
136 
137 /* Define to 1 if you have the ANSI C header files. */
138 #define STDC_HEADERS 1
139 
140 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
141 #define TIME_WITH_SYS_TIME 1
142 
143 /* Version number of package */
144 #define VERSION "4.00.00dev"
145 
146 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
147  significant byte first (like Motorola and SPARC, unlike Intel). */
148 #if defined AC_APPLE_UNIVERSAL_BUILD
149 # if defined __BIG_ENDIAN__
150 # define WORDS_BIGENDIAN 1
151 # endif
152 #else
153 # ifndef WORDS_BIGENDIAN
154 /* # undef WORDS_BIGENDIAN */
155 # endif
156 #endif
157 
158 /* Enable large inode numbers on Mac OS X 10.5. */
159 #ifndef _DARWIN_USE_64_BIT_INODE
160 # define _DARWIN_USE_64_BIT_INODE 1
161 #endif
162 
163 /* Number of bits in a file offset, on hosts where this is settable. */
164 /* #undef _FILE_OFFSET_BITS */
165 
166 /* Define for large files, on AIX-style hosts. */
167 /* #undef _LARGE_FILES */
168 
169 
170 
171 /* Miscellaneous defines */
172 #define AUTOCONF 1
173 
174 /* Not used yet
175 #ifndef NO_GETTEXT
176 #define USING_GETTEXT
177 #endif
178 */
179 
180 /* config_auto.h: end */
181 #endif
182