tesseract
3.03
|
00001 /* config_auto.h. Generated from config.h.in by configure. */ 00002 /* config/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 00005 #ifndef CONFIG_AUTO_H 00006 #define CONFIG_AUTO_H 00007 /* config_auto.h: begin */ 00008 00009 00010 /* Define if building universal (internal helper macro) */ 00011 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 00012 00013 /* Disable graphics */ 00014 /* #undef GRAPHICS_DISABLED */ 00015 00016 /* Define to 1 if you have the <cairo/cairo-version.h> header file. */ 00017 #define HAVE_CAIRO_CAIRO_VERSION_H 1 00018 00019 /* Define to 1 if you have the <dlfcn.h> header file. */ 00020 #define HAVE_DLFCN_H 1 00021 00022 /* Define to 1 if you have the <inttypes.h> header file. */ 00023 #define HAVE_INTTYPES_H 1 00024 00025 /* Define to 1 if you have the `lept' library (-llept). */ 00026 #define HAVE_LIBLEPT 1 00027 00028 /* Define to 1 if you have the <limits.h> header file. */ 00029 #define HAVE_LIMITS_H 1 00030 00031 /* Define to 1 if the system has the type `long long int'. */ 00032 #define HAVE_LONG_LONG_INT 1 00033 00034 /* Define to 1 if you have the <malloc.h> header file. */ 00035 #define HAVE_MALLOC_H 1 00036 00037 /* Define to 1 if the system has the type `mbstate_t'. */ 00038 #define HAVE_MBSTATE_T 1 00039 00040 /* Define to 1 if you have the <memory.h> header file. */ 00041 #define HAVE_MEMORY_H 1 00042 00043 /* Define to 1 if you have the <pango-1.0/pango/pango-features.h> header file. 00044 */ 00045 #define HAVE_PANGO_1_0_PANGO_PANGO_FEATURES_H 1 00046 00047 /* Define to 1 if stdbool.h conforms to C99. */ 00048 #define HAVE_STDBOOL_H 1 00049 00050 /* Define to 1 if you have the <stdint.h> header file. */ 00051 #define HAVE_STDINT_H 1 00052 00053 /* Define to 1 if you have the <stdlib.h> header file. */ 00054 #define HAVE_STDLIB_H 1 00055 00056 /* Define to 1 if you have the <strings.h> header file. */ 00057 #define HAVE_STRINGS_H 1 00058 00059 /* Define to 1 if you have the <string.h> header file. */ 00060 #define HAVE_STRING_H 1 00061 00062 /* Define to 1 if you have the <sys/ipc.h> header file. */ 00063 #define HAVE_SYS_IPC_H 1 00064 00065 /* Define to 1 if you have the <sys/shm.h> header file. */ 00066 #define HAVE_SYS_SHM_H 1 00067 00068 /* Define to 1 if you have the <sys/stat.h> header file. */ 00069 #define HAVE_SYS_STAT_H 1 00070 00071 /* Define to 1 if you have the <sys/types.h> header file. */ 00072 #define HAVE_SYS_TYPES_H 1 00073 00074 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 00075 #define HAVE_SYS_WAIT_H 1 00076 00077 /* Define to 1 if you have the <unicode/uchar.h> header file. */ 00078 /* #undef HAVE_UNICODE_UCHAR_H */ 00079 00080 /* Define to 1 if you have the <unistd.h> header file. */ 00081 #define HAVE_UNISTD_H 1 00082 00083 /* Define to 1 if the system has the type `wchar_t'. */ 00084 #define HAVE_WCHAR_T 1 00085 00086 /* Define to 1 if the system has the type `_Bool'. */ 00087 /* #undef HAVE__BOOL */ 00088 00089 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00090 */ 00091 #define LT_OBJDIR ".libs/" 00092 00093 /* This is a MinGW system */ 00094 /* #undef MINGW */ 00095 00096 /* Name of package */ 00097 #define PACKAGE "tesseract" 00098 00099 /* Define to the address where bug reports for this package should be sent. */ 00100 #define PACKAGE_BUGREPORT "http://code.google.com/p/tesseract-ocr/issues/list" 00101 00102 /* Official date of release */ 00103 #define PACKAGE_DATE "01/14" 00104 00105 /* Name of package */ 00106 #define PACKAGE_NAME "tesseract" 00107 00108 /* Define to the full name and version of this package. */ 00109 #define PACKAGE_STRING "tesseract 3.03" 00110 00111 /* Define to the one symbol short name of this package. */ 00112 #define PACKAGE_TARNAME "tesseract" 00113 00114 /* Define to the home page for this package. */ 00115 #define PACKAGE_URL "" 00116 00117 /* Version number */ 00118 #define PACKAGE_VERSION "3.03" 00119 00120 /* Official year for this release */ 00121 #define PACKAGE_YEAR "2014" 00122 00123 /* Define to 1 if you have the ANSI C header files. */ 00124 #define STDC_HEADERS 1 00125 00126 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00127 #define TIME_WITH_SYS_TIME 1 00128 00129 /* Version number of package */ 00130 #define VERSION "3.03" 00131 00132 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 00133 significant byte first (like Motorola and SPARC, unlike Intel). */ 00134 #if defined AC_APPLE_UNIVERSAL_BUILD 00135 # if defined __BIG_ENDIAN__ 00136 # define WORDS_BIGENDIAN 1 00137 # endif 00138 #else 00139 # ifndef WORDS_BIGENDIAN 00140 /* # undef WORDS_BIGENDIAN */ 00141 # endif 00142 #endif 00143 00144 /* Number of bits in a file offset, on hosts where this is settable. */ 00145 /* #undef _FILE_OFFSET_BITS */ 00146 00147 /* Define for large files, on AIX-style hosts. */ 00148 /* #undef _LARGE_FILES */ 00149 00150 00151 00152 /* Miscellaneous defines */ 00153 #define AUTOCONF 1 00154 00155 /* Not used yet 00156 #ifndef NO_GETTEXT 00157 #define USING_GETTEXT 00158 #endif 00159 */ 00160 00161 /* config_auto.h: end */ 00162 #endif 00163