/* common/config.h. Generated by configure. */ /* common/config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the header file, and it defines `DIR'. */ #define HAVE_DIRENT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the `getpagesize' function. */ #define HAVE_GETPAGESIZE 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the `c' library (-lc). */ #define HAVE_LIBC 1 /* Define to 1 if you have the `m' library (-lm). */ #define HAVE_LIBM 1 /* Define to 1 if you have the `stdc' library (-lstdc). */ /* #undef HAVE_LIBSTDC */ /* Define to 1 if you have the `stdcx' library (-lstdcx). */ /* #undef HAVE_LIBSTDCX */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have a working `mmap' system call. */ #define HAVE_MMAP 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_NDIR_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_DIR_H */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_NDIR_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Name of package */ #define PACKAGE "paintlib" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ #define PACKAGE_NAME "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Version number of package */ #define VERSION "2.6.2" /* 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 */ // Byte order in a 32 bit word #ifdef WORDS_BIGENDIAN #define MSB_FIRST // Motorola et al. #else #define LSB_FIRST // Intel et al. #endif #define PL_SUPPORT_TGA 1 #define PL_SUPPORT_BMP 1 #define PL_SUPPORT_TIFF 1 #define PL_SUPPORT_PICT 1 #ifdef _WIN32 #define PL_SUPPORT_WEMF #endif #define PL_SUPPORT_PCX 1 #define PL_SUPPORT_PGM 1 #define PL_SUPPORT_PPM 1 #define PL_SUPPORT_PSD 1 #define PL_SUPPORT_SGI 1 #define PL_SUPPORT_IFF85 1 #define PL_SUPPORT_JPEG 1 #define PL_SUPPORT_PNG 1 #define PL_SUPPORT_GIF 1 #define PL_SUPPORT_CURL 1 /* #undef PL_SUPPORT_SDL */ /* #undef PL_SUPPORT_DFB */