config.h.in
来自「一OCR的相关资料。.希望对研究OCR的朋友有所帮助.」· IN 代码 · 共 204 行
IN
204 行
/* config/config.h.in. Generated from configure.ac by autoheader. */#ifndef CONFIG_AUTO_H#define CONFIG_AUTO_H/* config_auto.h: begin *//* Define when compiling in debug mode */#undef DEBUG_MODE/* directory "bindir" */#undef DIR_BINDIR/* directory "datadir" */#undef DIR_DATADIR/* directory "exec_prefix" */#undef DIR_EXEC_PREFIX/* directory "libdir" */#undef DIR_LIBDIR/* directory "mandir" */#undef DIR_MANDIR/* directory "prefix" */#undef DIR_PREFIX/* Define to 1 if you have the `acos' function. */#undef HAVE_ACOS/* Define to 1 if you have the `asin' function. */#undef HAVE_ASIN/* define if bool is a built-in type */#undef HAVE_BOOL/* Define to 1 if you have the `fork' function. */#undef HAVE_FORK/* Define to 1 if you have the `gethostname' function. */#undef HAVE_GETHOSTNAME/* Define to 1 if you have the `getpagesize' function. */#undef HAVE_GETPAGESIZE/* Define to 1 if you have the <inttypes.h> header file. */#undef HAVE_INTTYPES_H/* Define if you have the www.libtiff.org LIBTIFF library. */#undef HAVE_LIBTIFF/* Define to 1 if you have the <limits.h> header file. */#undef HAVE_LIMITS_H/* Define to 1 if the system has the type `long long int'. */#undef HAVE_LONG_LONG_INT/* Define to 1 if you have the <malloc.h> header file. */#undef HAVE_MALLOC_H/* Define to 1 if the system has the type `mbstate_t'. */#undef HAVE_MBSTATE_T/* Define to 1 if you have the `memcpy' function. */#undef HAVE_MEMCPY/* Define to 1 if you have the <memory.h> header file. */#undef HAVE_MEMORY_H/* Define to 1 if you have a working `mmap' system call. */#undef HAVE_MMAP/* Define to 1 if stdbool.h conforms to C99. */#undef HAVE_STDBOOL_H/* define if the compiler comes with standard includes */#undef HAVE_STDINCLUDES/* Define to 1 if you have the <stdint.h> header file. */#undef HAVE_STDINT_H/* Define to 1 if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define to 1 if you have the `strchr' function. */#undef HAVE_STRCHR/* Define to 1 if you have the `strerror' function. */#undef HAVE_STRERROR/* Define to 1 if you have the <strings.h> header file. */#undef HAVE_STRINGS_H/* Define to 1 if you have the <string.h> header file. */#undef HAVE_STRING_H/* Define to 1 if you have the <sys/ipc.h> header file. */#undef HAVE_SYS_IPC_H/* Define to 1 if you have the <sys/shm.h> header file. */#undef HAVE_SYS_SHM_H/* Define to 1 if you have the <sys/stat.h> header file. */#undef HAVE_SYS_STAT_H/* Define to 1 if you have the <sys/types.h> header file. */#undef HAVE_SYS_TYPES_H/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */#undef HAVE_SYS_WAIT_H/* define if the compiler recognizes typename */#undef HAVE_TYPENAME/* Define to 1 if you have the <unistd.h> header file. */#undef HAVE_UNISTD_H/* Define to 1 if you have the `vfork' function. */#undef HAVE_VFORK/* Define to 1 if you have the <vfork.h> header file. */#undef HAVE_VFORK_H/* Define to 1 if you have the `vsnprintf' function. */#undef HAVE_VSNPRINTF/* Define to 1 if the system has the type `wchar_t'. */#undef HAVE_WCHAR_T/* Define to 1 if `fork' works. */#undef HAVE_WORKING_FORK/* Define to 1 if `vfork' works. */#undef HAVE_WORKING_VFORK/* Define to 1 if the system has the type `_Bool'. */#undef HAVE__BOOL/* Define to 1 if your C compiler doesn't accept -c and -o together. */#undef NO_MINUS_C_MINUS_O/* Name of package */#undef PACKAGE/* Define to the address where bug reports for this package should be sent. */#undef PACKAGE_BUGREPORT/* Official date of release */#undef PACKAGE_DATE/* Name of package */#undef PACKAGE_NAME/* Define to the full name and version of this package. */#undef PACKAGE_STRING/* Define to the one symbol short name of this package. */#undef PACKAGE_TARNAME/* Version number */#undef PACKAGE_VERSION/* Official year for this release */#undef PACKAGE_YEAR/* Define to 1 if you have the ANSI C header files. */#undef STDC_HEADERS/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */#undef TIME_WITH_SYS_TIME/* Version number of package */#undef VERSION/* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */#undef WORDS_BIGENDIAN/* Number of bits in a file offset, on hosts where this is settable. */#undef _FILE_OFFSET_BITS/* Define for large files, on AIX-style hosts. */#undef _LARGE_FILES/* Define to `int' if <sys/types.h> does not define. */#undef pid_t/* Define to `unsigned' if <sys/types.h> does not define. */#undef size_t/* Define as `fork' if `vfork' does not work. */#undef vfork/* Miscellaneous defines */#define AUTOCONF 1/* config_auto.h: end */#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?