You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
3.1 KiB
114 lines
3.1 KiB
/* config.h Generated from config.h.cmake by CMake */
|
|
|
|
#ifndef LIBWV2_CONFIG_H
|
|
#define LIBWV2_CONFIG_H
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
#cmakedefine HAVE_DLFCN_H 1
|
|
|
|
/* Define to 1 if you have the <errno.h> header file. */
|
|
#cmakedefine HAVE_ERRNO_H
|
|
|
|
/* Define to 1 if you have the <float.h> header file. */
|
|
#cmakedefine HAVE_FLOAT_H 1
|
|
|
|
/* Define if you have finite */
|
|
#cmakedefine HAVE_FUNC_FINITE
|
|
|
|
/* Define if you have isinf */
|
|
#cmakedefine HAVE_FUNC_ISINF
|
|
|
|
/* Define if you have isnan */
|
|
#cmakedefine HAVE_FUNC_ISNAN
|
|
|
|
/* Define if you have _finite */
|
|
#cmakedefine HAVE_FUNC__FINITE
|
|
|
|
/* Define to 1 if you have the <iconv.h> header file. */
|
|
#cmakedefine HAVE_ICONV_H 1
|
|
|
|
/* Define to 1 if you have the <ieeefp.h> header file. */
|
|
#cmakedefine HAVE_IEEEFP_H 1
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#cmakedefine HAVE_INTTYPES_H 1
|
|
|
|
/* Define to 1 if you have the <math.h> header file. */
|
|
#cmakedefine HAVE_MATH_H 1
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#cmakedefine HAVE_MEMORY_H 1
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
#cmakedefine HAVE_STDINT_H 1
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
#cmakedefine HAVE_STDLIB_H 1
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
#cmakedefine HAVE_STRINGS_H 1
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
#cmakedefine HAVE_STRING_H 1
|
|
|
|
/* Define to 1 if you have the <sys/iconv.h> header file. */
|
|
#cmakedefine HAVE_SYS_ICONV_H 1
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
#cmakedefine HAVE_SYS_STAT_H 1
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
#cmakedefine HAVE_SYS_TYPES_H 1
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
#cmakedefine HAVE_UNISTD_H 1
|
|
|
|
/* Define to 1 if iconv requires const var in argument 2 */
|
|
#cmakedefine ICONV_REQUIRES_CONST 1
|
|
|
|
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
|
*/
|
|
#undef LT_OBJDIR
|
|
|
|
/* Define to the address where bug reports for this package should be sent. */
|
|
#undef PACKAGE_BUGREPORT
|
|
|
|
/* Define to the full name of this 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
|
|
|
|
/* Define to the version of this package. */
|
|
#undef 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 `short', as computed by sizeof. */
|
|
#cmakedefine SIZEOF_SHORT @SIZEOF_SHORT@
|
|
|
|
/* The size of `void *', as computed by sizeof. */
|
|
#cmakedefine SIZEOF_VOID_P @SIZEOF_VOID_P@
|
|
|
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
|
#cmakedefine WORDS_BIGENDIAN 1
|
|
|
|
#ifdef ICONV_REQUIRES_CONST
|
|
#define ICONV_CONST const
|
|
#else
|
|
#define ICONV_CONST
|
|
#endif
|
|
|
|
#endif /* ! LIBWV2_CONFIG_H */
|