/* mecab/config.h.in. Generated from configure.ac by autoheader. */ /* Define if building universal (internal helper macro) */ #cmakedefine AC_APPLE_UNIVERSAL_BUILD @AC_APPLE_UNIVERSAL_BUILD@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_CTYPE_H @HAVE_CTYPE_H@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_DIRENT_H @HAVE_DIRENT_H@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_FCNTL_H @HAVE_FCNTL_H@ /* Define to 1 if you have the `getenv' function. */ #cmakedefine HAVE_GETENV @HAVE_GETENV@ /* Define to 1 if you have the `getpagesize' function. */ #cmakedefine HAVE_GETPAGESIZE @HAVE_GETPAGESIZE@ /* Define to 1 if you have the `iconv_open' library(-liconv). */ #cmakedefine HAVE_ICONV @HAVE_ICONV@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_INTTYPES_H @HAVE_INTTYPES_H@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_IO_H @HAVE_IO_H@ /* Define to 1 if you have the `m' library (-lm). */ #cmakedefine HAVE_LIBM @HAVE_LIBM@ /* Define to 1 if you have the `winmm' library (-lwinmm). */ #cmakedefine HAVE_LIBWINMM @HAVE_LIBWINMM@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_MEMORY_H @HAVE_MEMORY_H@ /* Define to 1 if you have a working `mmap' system call. */ #cmakedefine HAVE_MMAP @HAVE_MMAP@ /* Define to 1 if you have the `opendir' function. */ #cmakedefine HAVE_OPENDIR @HAVE_OPENDIR@ /* Define to 1 if you have the `setjmp' function. */ #cmakedefine HAVE_SETJMP @HAVE_SETJMP@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SETJMP_H @HAVE_SETJMP_H@ /* Define to 1 if you have the `sqrt' function. */ #cmakedefine HAVE_SQRT @HAVE_SQRT@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_STDINT_H @HAVE_STDINT_H@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_STDLIB_H @HAVE_STDLIB_H@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_STRINGS_H @HAVE_STRINGS_H@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_STRING_H @HAVE_STRING_H@ /* Define to 1 if you have the `strstr' function. */ #cmakedefine HAVE_STRSTR @HAVE_STRSTR@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_MMAN_H @HAVE_SYS_MMAN_H@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_PARAM_H @HAVE_SYS_PARAM_H@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_STAT_H @HAVE_SYS_STAT_H@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_TIMES_H @HAVE_SYS_TIMES_H@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_TYPES_H @HAVE_SYS_TYPES_H@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_UNISTD_H @HAVE_UNISTD_H@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_WINDOWS_H @HAVE_WINDOWS_H@ /* Define to 1 if you have the `iconv_open' library(-liconv). */ #cmakedefine ICONV_CONST @ICONV_CONST@ /* Name of package */ #cmakedefine PACKAGE "@PACKAGE@" /* Define to the address where bug reports for this package should be sent. */ #cmakedefine PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@" /* Define to the full name of this package. */ #cmakedefine PACKAGE_NAME "@PACKAGE_NAME@" /* Define to the full name and version of this package. */ #cmakedefine PACKAGE_STRING "@PACKAGE_STRING@" /* Define to the one symbol short name of this package. */ #cmakedefine PACKAGE_TARNAME "@PACKAGE_TARNAME@" /* Define to the home page for this package. */ #cmakedefine PACKAGE_URL "@PACKAGE_URL@" /* Define to the version of this package. */ #cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@" /* The size of `char', as computed by sizeof. */ #cmakedefine SIZEOF_CHAR @SIZEOF_CHAR@ /* The size of `int', as computed by sizeof. */ #cmakedefine SIZEOF_INT @SIZEOF_INT@ /* The size of `long', as computed by sizeof. */ #cmakedefine SIZEOF_LONG @SIZEOF_LONG@ /* The size of `long long', as computed by sizeof. */ #cmakedefine SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@ /* The size of `short', as computed by sizeof. */ #cmakedefine SIZEOF_SHORT @SIZEOF_SHORT@ /* The size of `size_t', as computed by sizeof. */ #cmakedefine SIZEOF_SIZE_T @SIZEOF_SIZE_T@ /* Define to 1 if you have the ANSI C header files. */ #cmakedefine STDC_HEADERS @STDC_HEADERS@ /* Version number of package */ #cmakedefine VERSION @VERSION@ /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # endif #else # ifndef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN # endif #endif /* Define to empty if `const' does not conform to ANSI C. */ #cmakedefine const @const@ /* Define to `long int' if does not define. */ #cmakedefine off_t @off_t@ /* Define to `unsigned int' if does not define. */ #cmakedefine size_t @size_t@