tesseract 5.2.0
Loading...
Searching...
No Matches
config_auto.h
Go to the documentation of this file.
1/* include/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/* Disable legacy OCR engine */
11/* #undef DISABLED_LEGACY_ENGINE */
12
13/* Enable float for LSTM */
14#define FAST_FLOAT 1
15
16/* Disable graphics */
17/* #undef GRAPHICS_DISABLED */
18
19/* Define to 1 if you have the `android_getCpuFamily' function. */
20/* #undef HAVE_ANDROID_GETCPUFAMILY */
21
22/* Enable AVX instructions */
23#define HAVE_AVX 1
24
25/* Enable AVX2 instructions */
26#define HAVE_AVX2 1
27
28/* Enable AVX512F instructions */
29#define HAVE_AVX512F 1
30
31/* Define to 1 if you have the <CL/cl.h> header file. */
32/* #undef HAVE_CL_CL_H */
33
34/* Define to 1 if you have the <dlfcn.h> header file. */
35#define HAVE_DLFCN_H 1
36
37/* Define to 1 if you have the `elf_aux_info' function. */
38/* #undef HAVE_ELF_AUX_INFO */
39
40/* Define to 1 if you have the `feenableexcept' function. */
41#define HAVE_FEENABLEEXCEPT 1
42
43/* Enable FMA instructions */
44#define HAVE_FMA 1
45
46/* Define if you have the Accelerate framework */
47/* #undef HAVE_FRAMEWORK_ACCELERATE */
48
49/* Define if you have the OpenCL framework */
50/* #undef HAVE_FRAMEWORK_OPENCL */
51
52/* Define to 1 if you have the `getauxval' function. */
53/* #undef HAVE_GETAUXVAL */
54
55/* Define to 1 if you have the <inttypes.h> header file. */
56#define HAVE_INTTYPES_H 1
57
58/* Enable libarchive */
59#define HAVE_LIBARCHIVE 1
60
61/* Enable libcurl */
62#define HAVE_LIBCURL 1
63
64/* Define to 1 if the system has the type `long long int'. */
65#define HAVE_LONG_LONG_INT 1
66
67/* Enable NEON instructions */
68/* #undef HAVE_NEON */
69
70/* Define to 1 if you have the <OpenCL/cl.h> header file. */
71/* #undef HAVE_OPENCL_CL_H */
72
73/* Enable SSE 4.1 instructions */
74#define HAVE_SSE4_1 1
75
76/* Define to 1 if you have the <stdint.h> header file. */
77#define HAVE_STDINT_H 1
78
79/* Define to 1 if you have the <stdio.h> header file. */
80#define HAVE_STDIO_H 1
81
82/* Define to 1 if you have the <stdlib.h> header file. */
83#define HAVE_STDLIB_H 1
84
85/* Define to 1 if you have the <strings.h> header file. */
86#define HAVE_STRINGS_H 1
87
88/* Define to 1 if you have the <string.h> header file. */
89#define HAVE_STRING_H 1
90
91/* Define to 1 if you have the <sys/stat.h> header file. */
92#define HAVE_SYS_STAT_H 1
93
94/* Define to 1 if you have the <sys/types.h> header file. */
95#define HAVE_SYS_TYPES_H 1
96
97/* Define to 1 if you have the <tensorflow/core/framework/graph.pb.h> header
98 file. */
99/* #undef HAVE_TENSORFLOW_CORE_FRAMEWORK_GRAPH_PB_H */
100
101/* Define to 1 if you have the <tiffio.h> header file. */
102#define HAVE_TIFFIO_H 1
103
104/* Define to 1 if you have the <unistd.h> header file. */
105#define HAVE_UNISTD_H 1
106
107/* Define to 1 if the system has the type `wchar_t'. */
108#define HAVE_WCHAR_T 1
109
110/* Define to the sub-directory where libtool stores uninstalled libraries. */
111#define LT_OBJDIR ".libs/"
112
113/* Name of package */
114#define PACKAGE "tesseract"
115
116/* Define to the address where bug reports for this package should be sent. */
117#define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
118
119/* Official date of release */
120#define PACKAGE_DATE "07/06"
121
122/* Name of package */
123#define PACKAGE_NAME "tesseract"
124
125/* Define to the full name and version of this package. */
126#define PACKAGE_STRING "tesseract 5.2.0"
127
128/* Define to the one symbol short name of this package. */
129#define PACKAGE_TARNAME "tesseract"
130
131/* Define to the home page for this package. */
132#define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
133
134/* Version number */
135#define PACKAGE_VERSION "5.2.0"
136
137/* Official year for this release */
138#define PACKAGE_YEAR "2022"
139
140/* Define to 1 if all of the C90 standard headers exist (not just the ones
141 required in a freestanding environment). This macro is provided for
142 backward compatibility; new code need not use it. */
143#define STDC_HEADERS 1
144
145/* Version number of package */
146#define VERSION "5.2.0"
147
148
149
150/* Miscellaneous defines */
151#define AUTOCONF 1
152
153/* Not used yet
154#ifndef NO_GETTEXT
155#define USING_GETTEXT
156#endif
157*/
158
159/* config_auto.h: end */
160#endif
161