/* config.h. Generated by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* Define to 1 if the `closedir' function returns void instead of `int'. */ #define CLOSEDIR_VOID 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_DIRENT_H */ /* Define to 1 if you have the `floor' function. */ #define HAVE_FLOOR 1 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ #define HAVE_FSEEKO 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the `GL' library (-lGL). */ #define HAVE_LIBGL 1 /* Define to 1 if you have the `GLEW' library (-lGLEW). */ /* #undef HAVE_LIBGLEW */ /* Define to 1 if you have the `GLU' library (-lGLU). */ #define HAVE_LIBGLU 1 /* Define to 1 if you have the `glut' library (-lglut). */ /* #undef HAVE_LIBGLUT */ /* Define to 1 if you have the `lcms' library (-llcms). */ #define HAVE_LIBLCMS 1 /* Define to 1 if you have the `tiff' library (-ltiff). */ #define HAVE_LIBTIFF 1 /* Define to 1 if you have the `xmi' library (-lxmi). */ /* #undef HAVE_LIBXMI */ /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have C99's lrint function. */ /* #undef HAVE_LRINT */ /* Define if you have C99's lrintf function. */ /* #undef HAVE_LRINTF */ /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #define HAVE_MALLOC 0 /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the `memset' function. */ #define HAVE_MEMSET 1 /* Define to 1 if you have the `mkstemp' function. */ #define HAVE_MKSTEMP 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 `pow' function. */ #define HAVE_POW 1 /* Define to 1 if the system has the type `ptrdiff_t'. */ /* #undef HAVE_PTRDIFF_T */ /* Define to 1 if you have the `rint' function. */ #define HAVE_RINT 1 /* Define to 1 if you have the `sqrt' function. */ #define HAVE_SQRT 1 /* Define to 1 if stdbool.h conforms to C99. */ /* #undef HAVE_STDBOOL_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 `strchr' function. */ #define HAVE_STRCHR 1 /* Define to 1 if you have the `strerror' function. */ #define HAVE_STRERROR 1 /* 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 `strrchr' function. */ #define HAVE_STRRCHR 1 /* 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 */ /* Define to 1 if the system has the type `_Bool'. */ /* #undef HAVE__BOOL */ /* Name of package */ #define PACKAGE "enblend" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "acmihal@users.sourceforge.net" /* Define to the full name of this package. */ #define PACKAGE_NAME "enblend" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "enblend 3.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "enblend" /* Define to the version of this package. */ #define PACKAGE_VERSION "3.0" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE int /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Version number of package */ #define VERSION "3.0" /* 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 */ /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ /* #undef _LARGEFILE_SOURCE */ /* Define to empty if `const' does not conform to ANSI C. */ #define const /* 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 #define inline #endif /* Define to rpl_malloc if the replacement function should be used. */ #define malloc rpl_malloc /* Define to `long' if does not define. */ #define off_t long /* Define to `unsigned' if does not define. */ #define size_t unsigned