Blob Blame History Raw
/* config.h.in.  Generated from configure.in by autoheader.  */

/* Define if building universal (internal helper macro) */
#cmakedefine AC_APPLE_UNIVERSAL_BUILD

/* Define to 1 if you have the <dlfcn.h> header file. */
#cmakedefine HAVE_DLFCN_H 1

/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H 1

/* define if you want JPEG support */
#cmakedefine HAVE_LIBJPEG 1

/* define if you want lcms v1 support */
#cmakedefine HAVE_LIBLCMS1 1

/* define if you want lcms v2 support */
#cmakedefine HAVE_LIBLCMS2 1

/* Define to 1 if you have the `z' library (-lz). */
#cmakedefine HAVE_LIBZ 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/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 the sub-directory in which libtool stores uninstalled libraries.
   */
#cmakedefine LT_OBJDIR

/* define if you want chunk access support */
#cmakedefine MNG_ACCESS_CHUNKS 1

/* enable building standard shared object */
#cmakedefine MNG_BUILD_SO 1

/* enable verbose error text */
#cmakedefine MNG_ERROR_TELLTALE 1

/* define if you want full lcms support */
#cmakedefine MNG_FULL_CMS 1

/* enable support for accessing chunks */
#cmakedefine MNG_STORE_CHUNKS 1

/* define if you want display support */
#cmakedefine MNG_SUPPORT_DISPLAY 1

/* define if you want dynamic support */
#cmakedefine MNG_SUPPORT_DYNAMICMNG 1

/* define if you want full mng support */
#cmakedefine MNG_SUPPORT_FULL 1

/* define if you want read support */
#cmakedefine MNG_SUPPORT_READ 1

/* enable support for debug tracing */
#cmakedefine MNG_SUPPORT_TRACE 1

/* define if you want write support */
#cmakedefine MNG_SUPPORT_WRITE 1

/* enable support for debug messages */
#cmakedefine MNG_TRACE_TELLTALE 1

/* MAJOR number of version */
#define MNG_VERSION_MAJOR @MNG_VERSION_MAJOR@

/* MINOR number of version */
#define MNG_VERSION_MINOR @MNG_VERSION_MINOR@

/* PATCH number of version */
#define MNG_VERSION_RELEASE @MNG_VERSION_PATCH@

/* but: libmng.dll (!) */
#define MNG_VERSION_DLL @MNG_VERSION_MAJOR@

/* eg. libmng.so.1 */
#define MNG_VERSION_SO @MNG_VERSION_MAJOR@

/* Name of package */
#cmakedefine PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#cmakedefine PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#cmakedefine PACKAGE_NAME

/* Define to the full name and version of this package. */
#cmakedefine PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#cmakedefine PACKAGE_TARNAME

/* Define to the home page for this package. */
#cmakedefine PACKAGE_URL

/* Define to the version of this package. */
#define PACKAGE_VERSION "@PACKAGE_VERSION@"

/* Version number of package */
#define VERSION "@PACKAGE_VERSION@"

/* Define to 1 if the C compiler supports function prototypes. */
#cmakedefine PROTOTYPES 1

/* Define to 1 if you have the ANSI C header files. */
#cmakedefine STDC_HEADERS 1

/* Number of bits in a file offset, on hosts where this is settable. */
#cmakedefine _FILE_OFFSET_BITS 1

/* Define for large files, on AIX-style hosts. */
#cmakedefine _LARGE_FILES 1

/* Define like PROTOTYPES; this can be used by system headers. */
#cmakedefine __PROTOTYPES 1

/* Define to empty if `const' does not conform to ANSI C. */
#cmakedefine const

/*--------------------------------------------------------*/
@WORDS_BIGENDIAN_S@

/* 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
#cmakedefine WORDS_BIGENDIAN
#endif
#endif

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
#ifndef inline
#define inline __inline
#endif
#endif