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