Blame config.h.cmake.in

Packit 93f41a
/* config.h.in.  Generated from configure.in by autoheader.  */
Packit 93f41a
Packit 93f41a
/* Define if building universal (internal helper macro) */
Packit 93f41a
#cmakedefine AC_APPLE_UNIVERSAL_BUILD
Packit 93f41a
Packit 93f41a
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 93f41a
#cmakedefine HAVE_DLFCN_H 1
Packit 93f41a
Packit 93f41a
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 93f41a
#cmakedefine HAVE_INTTYPES_H 1
Packit 93f41a
Packit 93f41a
/* define if you want JPEG support */
Packit 93f41a
#cmakedefine HAVE_LIBJPEG 1
Packit 93f41a
Packit 93f41a
/* define if you want lcms v1 support */
Packit 93f41a
#cmakedefine HAVE_LIBLCMS1 1
Packit 93f41a
Packit 93f41a
/* define if you want lcms v2 support */
Packit 93f41a
#cmakedefine HAVE_LIBLCMS2 1
Packit 93f41a
Packit 93f41a
/* Define to 1 if you have the `z' library (-lz). */
Packit 93f41a
#cmakedefine HAVE_LIBZ 1
Packit 93f41a
Packit 93f41a
/* Define to 1 if you have the <memory.h> header file. */
Packit 93f41a
#cmakedefine HAVE_MEMORY_H 1
Packit 93f41a
Packit 93f41a
/* Define to 1 if you have the <stdint.h> header file. */
Packit 93f41a
#cmakedefine HAVE_STDINT_H 1
Packit 93f41a
Packit 93f41a
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 93f41a
#cmakedefine HAVE_STDLIB_H 1
Packit 93f41a
Packit 93f41a
/* Define to 1 if you have the <strings.h> header file. */
Packit 93f41a
#cmakedefine HAVE_STRINGS_H 1
Packit 93f41a
Packit 93f41a
/* Define to 1 if you have the <string.h> header file. */
Packit 93f41a
#cmakedefine HAVE_STRING_H 1
Packit 93f41a
Packit 93f41a
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 93f41a
#cmakedefine HAVE_SYS_STAT_H 1
Packit 93f41a
Packit 93f41a
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 93f41a
#cmakedefine HAVE_SYS_TYPES_H 1
Packit 93f41a
Packit 93f41a
/* Define to 1 if you have the <unistd.h> header file. */
Packit 93f41a
#cmakedefine HAVE_UNISTD_H 1
Packit 93f41a
Packit 93f41a
/* Define to the sub-directory in which libtool stores uninstalled libraries.
Packit 93f41a
   */
Packit 93f41a
#cmakedefine LT_OBJDIR
Packit 93f41a
Packit 93f41a
/* define if you want chunk access support */
Packit 93f41a
#cmakedefine MNG_ACCESS_CHUNKS 1
Packit 93f41a
Packit 93f41a
/* enable building standard shared object */
Packit 93f41a
#cmakedefine MNG_BUILD_SO 1
Packit 93f41a
Packit 93f41a
/* enable verbose error text */
Packit 93f41a
#cmakedefine MNG_ERROR_TELLTALE 1
Packit 93f41a
Packit 93f41a
/* define if you want full lcms support */
Packit 93f41a
#cmakedefine MNG_FULL_CMS 1
Packit 93f41a
Packit 93f41a
/* enable support for accessing chunks */
Packit 93f41a
#cmakedefine MNG_STORE_CHUNKS 1
Packit 93f41a
Packit 93f41a
/* define if you want display support */
Packit 93f41a
#cmakedefine MNG_SUPPORT_DISPLAY 1
Packit 93f41a
Packit 93f41a
/* define if you want dynamic support */
Packit 93f41a
#cmakedefine MNG_SUPPORT_DYNAMICMNG 1
Packit 93f41a
Packit 93f41a
/* define if you want full mng support */
Packit 93f41a
#cmakedefine MNG_SUPPORT_FULL 1
Packit 93f41a
Packit 93f41a
/* define if you want read support */
Packit 93f41a
#cmakedefine MNG_SUPPORT_READ 1
Packit 93f41a
Packit 93f41a
/* enable support for debug tracing */
Packit 93f41a
#cmakedefine MNG_SUPPORT_TRACE 1
Packit 93f41a
Packit 93f41a
/* define if you want write support */
Packit 93f41a
#cmakedefine MNG_SUPPORT_WRITE 1
Packit 93f41a
Packit 93f41a
/* enable support for debug messages */
Packit 93f41a
#cmakedefine MNG_TRACE_TELLTALE 1
Packit 93f41a
Packit 93f41a
/* MAJOR number of version */
Packit 93f41a
#define MNG_VERSION_MAJOR @MNG_VERSION_MAJOR@
Packit 93f41a
Packit 93f41a
/* MINOR number of version */
Packit 93f41a
#define MNG_VERSION_MINOR @MNG_VERSION_MINOR@
Packit 93f41a
Packit 93f41a
/* PATCH number of version */
Packit 93f41a
#define MNG_VERSION_RELEASE @MNG_VERSION_PATCH@
Packit 93f41a
Packit 93f41a
/* but: libmng.dll (!) */
Packit 93f41a
#define MNG_VERSION_DLL @MNG_VERSION_MAJOR@
Packit 93f41a
Packit 93f41a
/* eg. libmng.so.1 */
Packit 93f41a
#define MNG_VERSION_SO @MNG_VERSION_MAJOR@
Packit 93f41a
Packit 93f41a
/* Name of package */
Packit 93f41a
#cmakedefine PACKAGE
Packit 93f41a
Packit 93f41a
/* Define to the address where bug reports for this package should be sent. */
Packit 93f41a
#cmakedefine PACKAGE_BUGREPORT
Packit 93f41a
Packit 93f41a
/* Define to the full name of this package. */
Packit 93f41a
#cmakedefine PACKAGE_NAME
Packit 93f41a
Packit 93f41a
/* Define to the full name and version of this package. */
Packit 93f41a
#cmakedefine PACKAGE_STRING
Packit 93f41a
Packit 93f41a
/* Define to the one symbol short name of this package. */
Packit 93f41a
#cmakedefine PACKAGE_TARNAME
Packit 93f41a
Packit 93f41a
/* Define to the home page for this package. */
Packit 93f41a
#cmakedefine PACKAGE_URL
Packit 93f41a
Packit 93f41a
/* Define to the version of this package. */
Packit 93f41a
#define PACKAGE_VERSION "@PACKAGE_VERSION@"
Packit 93f41a
Packit 93f41a
/* Version number of package */
Packit 93f41a
#define VERSION "@PACKAGE_VERSION@"
Packit 93f41a
Packit 93f41a
/* Define to 1 if the C compiler supports function prototypes. */
Packit 93f41a
#cmakedefine PROTOTYPES 1
Packit 93f41a
Packit 93f41a
/* Define to 1 if you have the ANSI C header files. */
Packit 93f41a
#cmakedefine STDC_HEADERS 1
Packit 93f41a
Packit 93f41a
/* Number of bits in a file offset, on hosts where this is settable. */
Packit 93f41a
#cmakedefine _FILE_OFFSET_BITS 1
Packit 93f41a
Packit 93f41a
/* Define for large files, on AIX-style hosts. */
Packit 93f41a
#cmakedefine _LARGE_FILES 1
Packit 93f41a
Packit 93f41a
/* Define like PROTOTYPES; this can be used by system headers. */
Packit 93f41a
#cmakedefine __PROTOTYPES 1
Packit 93f41a
Packit 93f41a
/* Define to empty if `const' does not conform to ANSI C. */
Packit 93f41a
#cmakedefine const
Packit 93f41a
Packit 93f41a
/*--------------------------------------------------------*/
Packit 93f41a
@WORDS_BIGENDIAN_S@
Packit 93f41a
Packit 93f41a
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit 93f41a
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit 93f41a
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit 93f41a
#if defined __BIG_ENDIAN__
Packit 93f41a
#define WORDS_BIGENDIAN 1
Packit 93f41a
#endif
Packit 93f41a
#else
Packit 93f41a
#ifndef WORDS_BIGENDIAN
Packit 93f41a
#cmakedefine WORDS_BIGENDIAN
Packit 93f41a
#endif
Packit 93f41a
#endif
Packit 93f41a
Packit 93f41a
/* Define to `__inline__' or `__inline' if that's what the C compiler
Packit 93f41a
   calls it, or to nothing if 'inline' is not supported under any name.  */
Packit 93f41a
#ifndef __cplusplus
Packit 93f41a
#ifndef inline
Packit 93f41a
#define inline __inline
Packit 93f41a
#endif
Packit 93f41a
#endif
Packit 93f41a