Tesseract  3.02
tesseract-ocr/config_auto.h
Go to the documentation of this file.
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 `acos' function. */
00017 #define HAVE_ACOS 1
00018 
00019 /* Define to 1 if you have the <allheaders.h> header file. */
00020 /* #undef HAVE_ALLHEADERS_H */
00021 
00022 /* Define to 1 if you have the `asin' function. */
00023 #define HAVE_ASIN 1
00024 
00025 /* Define to 1 if you have the <dlfcn.h> header file. */
00026 #define HAVE_DLFCN_H 1
00027 
00028 /* Define to 1 if you have the `fork' function. */
00029 #define HAVE_FORK 1
00030 
00031 /* Define to 1 if you have the `gethostname' function. */
00032 #define HAVE_GETHOSTNAME 1
00033 
00034 /* Define to 1 if you have the `getpagesize' function. */
00035 #define HAVE_GETPAGESIZE 1
00036 
00037 /* Define to 1 if you have the <inttypes.h> header file. */
00038 #define HAVE_INTTYPES_H 1
00039 
00040 /* Define to 1 if you have the `lept' library (-llept). */
00041 #define HAVE_LIBLEPT 1
00042 
00043 /* Define to 1 if you have the `pthread' library (-lpthread). */
00044 #define HAVE_LIBPTHREAD 1
00045 
00046 /* Define to 1 if you have the <limits.h> header file. */
00047 #define HAVE_LIMITS_H 1
00048 
00049 /* Define to 1 if the system has the type `long long int'. */
00050 #define HAVE_LONG_LONG_INT 1
00051 
00052 /* Define to 1 if you have the <malloc.h> header file. */
00053 #define HAVE_MALLOC_H 1
00054 
00055 /* Define to 1 if the system has the type `mbstate_t'. */
00056 #define HAVE_MBSTATE_T 1
00057 
00058 /* Define to 1 if you have the `memcpy' function. */
00059 #define HAVE_MEMCPY 1
00060 
00061 /* Define to 1 if you have the <memory.h> header file. */
00062 #define HAVE_MEMORY_H 1
00063 
00064 /* Define to 1 if you have a working `mmap' system call. */
00065 #define HAVE_MMAP 1
00066 
00067 /* Define to 1 if stdbool.h conforms to C99. */
00068 #define HAVE_STDBOOL_H 1
00069 
00070 /* Define to 1 if you have the <stdint.h> header file. */
00071 #define HAVE_STDINT_H 1
00072 
00073 /* Define to 1 if you have the <stdlib.h> header file. */
00074 #define HAVE_STDLIB_H 1
00075 
00076 /* Define to 1 if you have the `strchr' function. */
00077 #define HAVE_STRCHR 1
00078 
00079 /* Define to 1 if you have the `strerror' function. */
00080 #define HAVE_STRERROR 1
00081 
00082 /* Define to 1 if you have the <strings.h> header file. */
00083 #define HAVE_STRINGS_H 1
00084 
00085 /* Define to 1 if you have the <string.h> header file. */
00086 #define HAVE_STRING_H 1
00087 
00088 /* Define to 1 if you have the <sys/ipc.h> header file. */
00089 #define HAVE_SYS_IPC_H 1
00090 
00091 /* Define to 1 if you have the <sys/param.h> header file. */
00092 #define HAVE_SYS_PARAM_H 1
00093 
00094 /* Define to 1 if you have the <sys/shm.h> header file. */
00095 #define HAVE_SYS_SHM_H 1
00096 
00097 /* Define to 1 if you have the <sys/stat.h> header file. */
00098 #define HAVE_SYS_STAT_H 1
00099 
00100 /* Define to 1 if you have the <sys/types.h> header file. */
00101 #define HAVE_SYS_TYPES_H 1
00102 
00103 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
00104 #define HAVE_SYS_WAIT_H 1
00105 
00106 /* Define to 1 if you have the <unistd.h> header file. */
00107 #define HAVE_UNISTD_H 1
00108 
00109 /* Define to 1 if you have the `vfork' function. */
00110 #define HAVE_VFORK 1
00111 
00112 /* Define to 1 if you have the <vfork.h> header file. */
00113 /* #undef HAVE_VFORK_H */
00114 
00115 /* Define to 1 if you have the `vsnprintf' function. */
00116 #define HAVE_VSNPRINTF 1
00117 
00118 /* Define to 1 if the system has the type `wchar_t'. */
00119 #define HAVE_WCHAR_T 1
00120 
00121 /* Define to 1 if `fork' works. */
00122 #define HAVE_WORKING_FORK 1
00123 
00124 /* Define to 1 if `vfork' works. */
00125 #define HAVE_WORKING_VFORK 1
00126 
00127 /* Define to 1 if the system has the type `_Bool'. */
00128 /* #undef HAVE__BOOL */
00129 
00130 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00131    */
00132 #define LT_OBJDIR ".libs/"
00133 
00134 /* This is a MinGW system */
00135 /* #undef MINGW */
00136 
00137 /* Name of package */
00138 #define PACKAGE "tesseract"
00139 
00140 /* Define to the address where bug reports for this package should be sent. */
00141 #define PACKAGE_BUGREPORT "http://code.google.com/p/tesseract-ocr/issues/list"
00142 
00143 /* Official date of release */
00144 #define PACKAGE_DATE "02/01"
00145 
00146 /* Name of package */
00147 #define PACKAGE_NAME "tesseract"
00148 
00149 /* Define to the full name and version of this package. */
00150 #define PACKAGE_STRING "tesseract 3.02"
00151 
00152 /* Define to the one symbol short name of this package. */
00153 #define PACKAGE_TARNAME "tesseract"
00154 
00155 /* Define to the home page for this package. */
00156 #define PACKAGE_URL ""
00157 
00158 /* Version number */
00159 #define PACKAGE_VERSION "3.02"
00160 
00161 /* Official year for this release */
00162 #define PACKAGE_YEAR "2012"
00163 
00164 /* Define to 1 if you have the ANSI C header files. */
00165 #define STDC_HEADERS 1
00166 
00167 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00168 #define TIME_WITH_SYS_TIME 1
00169 
00170 /* Version number of package */
00171 #define VERSION "3.02"
00172 
00173 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
00174    significant byte first (like Motorola and SPARC, unlike Intel). */
00175 #if defined AC_APPLE_UNIVERSAL_BUILD
00176 # if defined __BIG_ENDIAN__
00177 #  define WORDS_BIGENDIAN 1
00178 # endif
00179 #else
00180 # ifndef WORDS_BIGENDIAN
00181 /* #  undef WORDS_BIGENDIAN */
00182 # endif
00183 #endif
00184 
00185 /* Number of bits in a file offset, on hosts where this is settable. */
00186 /* #undef _FILE_OFFSET_BITS */
00187 
00188 /* Define for large files, on AIX-style hosts. */
00189 /* #undef _LARGE_FILES */
00190 
00191 /* Define to `int' if <sys/types.h> does not define. */
00192 /* #undef pid_t */
00193 
00194 /* Define to `unsigned int' if <sys/types.h> does not define. */
00195 /* #undef size_t */
00196 
00197 /* Define as `fork' if `vfork' does not work. */
00198 /* #undef vfork */
00199 
00200 
00201 
00202 /* Miscellaneous defines */
00203 #define AUTOCONF 1
00204 
00205 /* Not used yet
00206 #ifndef NO_GETTEXT
00207 #define USING_GETTEXT
00208 #endif
00209 */
00210 
00211 /* config_auto.h: end */
00212 #endif
00213