244 lines
6.7 KiB
C
244 lines
6.7 KiB
C
/* config.h. Generated by configure. */
|
|
/* config.h.in. Generated from configure.in by autoheader. */
|
|
|
|
/* define to open non-text files in binary mode */
|
|
#define BINARY_OPEN 1
|
|
|
|
/* Define to 1 if you have the <direct.h> header file. */
|
|
#define HAVE_DIRECT_H 1
|
|
|
|
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
|
*/
|
|
#define HAVE_DIRENT_H 1
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
/* #undef HAVE_DLFCN_H */
|
|
|
|
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
|
|
/* #undef HAVE_DOPRNT */
|
|
|
|
/* Define to 1 if you have the <errno.h> header file. */
|
|
#define HAVE_ERRNO_H 1
|
|
|
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
|
#define HAVE_FCNTL_H 1
|
|
|
|
/* Define if you have fftw libraries and header files. */
|
|
//#define HAVE_FFTW 1
|
|
|
|
/* Define to 1 if you have the `getcwd' function. */
|
|
#define HAVE_GETCWD 1
|
|
|
|
/* Define to 1 if you have the `getpagesize' function. */
|
|
#define HAVE_GETPAGESIZE 1
|
|
|
|
/* Define to 1 if you have the `gettimeofday' function. */
|
|
/* #undef HAVE_GETTIMEOFDAY */
|
|
|
|
/* Define to 1 if you have the `getwd' function. */
|
|
/* #undef HAVE_GETWD */
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#define HAVE_INTTYPES_H 1
|
|
|
|
/* Define to 1 if you have the <io.h> header file. */
|
|
#define HAVE_IO_H 1
|
|
|
|
/* Define if you have jpeg libraries and header files. */
|
|
#define HAVE_JPEG 1
|
|
|
|
/* Define if you have lcms libraries and header files. */
|
|
//#define HAVE_LCMS 1
|
|
|
|
/* Define to 1 if you have the <limits.h> header file. */
|
|
#define HAVE_LIMITS_H 1
|
|
|
|
/* define if you have the libMagick libraries and header files. */
|
|
/* #undef HAVE_MAGICK */
|
|
|
|
/* Define to 1 if you have the <math.h> header file. */
|
|
#define HAVE_MATH_H 1
|
|
|
|
/* Define to 1 if you have the <memory.h> header file. */
|
|
#define HAVE_MEMORY_H 1
|
|
|
|
/* Define to 1 if you have the `memset' function. */
|
|
#define HAVE_MEMSET 1
|
|
|
|
/* Define to 1 if you have the `mkstemp' function. */
|
|
/* #undef HAVE_MKSTEMP */
|
|
|
|
/* Define to 1 if you have the `mktemp' function. */
|
|
#define HAVE_MKTEMP 1
|
|
|
|
/* Define to 1 if you have a working `mmap' system call. */
|
|
/* #undef HAVE_MMAP */
|
|
|
|
/* Define to 1 if you have the `munmap' function. */
|
|
/* #undef HAVE_MUNMAP */
|
|
|
|
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
|
/* #undef HAVE_NDIR_H */
|
|
|
|
/* Define if you have png libraries and header files. */
|
|
#define HAVE_PNG 1
|
|
|
|
/* Define if you have POSIX threads libraries and header files. */
|
|
//#define HAVE_PTHREAD 1
|
|
|
|
/* have pthread_setconcurrency() */
|
|
//#define HAVE_PTHREAD_SETCONCURRENCY 1
|
|
|
|
/* Define to 1 if you have the `putenv' function. */
|
|
#define HAVE_PUTENV 1
|
|
|
|
/* Define to 1 if you have the `rand' function. */
|
|
#define HAVE_RAND 1
|
|
|
|
/* Define to 1 if you have the `random' function. */
|
|
/* #undef HAVE_RANDOM */
|
|
|
|
/* Define to 1 if you have the `realpath' function. */
|
|
/* #undef HAVE_REALPATH */
|
|
|
|
/* Define to 1 if you have the <stdint.h> header file. */
|
|
#define HAVE_STDINT_H 1
|
|
|
|
/* Define to 1 if you have the <stdlib.h> header file. */
|
|
#define HAVE_STDLIB_H 1
|
|
|
|
/* Define to 1 if you have the `strcasecmp' function. */
|
|
#define HAVE_STRCASECMP 1
|
|
|
|
/* Define to 1 if you have the `strchr' function. */
|
|
#define HAVE_STRCHR 1
|
|
|
|
/* Define to 1 if you have the `strcspn' function. */
|
|
#define HAVE_STRCSPN 1
|
|
|
|
/* Define to 1 if you have the `strdup' function. */
|
|
#define HAVE_STRDUP 1
|
|
|
|
/* Define to 1 if you have the `strerror' function. */
|
|
#define HAVE_STRERROR 1
|
|
|
|
/* Define to 1 if you have the <strings.h> header file. */
|
|
#define HAVE_STRINGS_H 1
|
|
|
|
/* Define to 1 if you have the <string.h> header file. */
|
|
#define HAVE_STRING_H 1
|
|
|
|
/* Define to 1 if you have the `strrchr' function. */
|
|
#define HAVE_STRRCHR 1
|
|
|
|
/* Define to 1 if you have the `strspn' function. */
|
|
#define HAVE_STRSPN 1
|
|
|
|
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
|
*/
|
|
/* #undef HAVE_SYS_DIR_H */
|
|
|
|
/* Define to 1 if you have the <sys/file.h> header file. */
|
|
//#define HAVE_SYS_FILE_H 1
|
|
|
|
/* Define to 1 if you have the <sys/ioctl.h> header file. */
|
|
/* #undef HAVE_SYS_IOCTL_H */
|
|
|
|
/* Define to 1 if you have the <sys/mman.h> header file. */
|
|
/* #undef HAVE_SYS_MMAN_H */
|
|
|
|
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
|
*/
|
|
/* #undef HAVE_SYS_NDIR_H */
|
|
|
|
/* Define to 1 if you have the <sys/param.h> header file. */
|
|
//#define HAVE_SYS_PARAM_H 1
|
|
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */
|
|
#define HAVE_SYS_STAT_H 1
|
|
|
|
/* Define to 1 if you have the <sys/time.h> header file. */
|
|
//#define HAVE_SYS_TIME_H 1
|
|
|
|
/* Define to 1 if you have the <sys/types.h> header file. */
|
|
#define HAVE_SYS_TYPES_H 1
|
|
|
|
/* Define if you have tiff libraries and header files. */
|
|
#define HAVE_TIFF 1
|
|
|
|
/* Define to 1 if you have the <unistd.h> header file. */
|
|
//#define HAVE_UNISTD_H 1
|
|
|
|
/* have video4linux 1 */
|
|
/* #undef HAVE_VIDEODEV */
|
|
|
|
/* Define to 1 if you have the `vprintf' function. */
|
|
#define HAVE_VPRINTF 1
|
|
|
|
/* Define to 1 if you have the `vsnprintf' function. */
|
|
#define HAVE_VSNPRINTF 1
|
|
#define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <windows.h> header file. */
|
|
#define HAVE_WINDOWS_H 1
|
|
|
|
/* Define if you have libz libraries and header files. */
|
|
#define HAVE_ZIP 1
|
|
|
|
/* Name of package */
|
|
#define PACKAGE "vips"
|
|
|
|
/* 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 the necessary symbol if this constant uses a non-standard name on
|
|
your system. */
|
|
/* #undef PTHREAD_CREATE_JOINABLE */
|
|
|
|
/* Define to 1 if you have the ANSI C header files. */
|
|
#define STDC_HEADERS 1
|
|
|
|
/* Version number of package */
|
|
#define VERSION "7.8.7"
|
|
|
|
/* Define if using the dmalloc debugging malloc package */
|
|
/* #undef WITH_DMALLOC */
|
|
|
|
/* Define to 1 if the X Window System is missing or not being used. */
|
|
#define X_DISPLAY_MISSING 1
|
|
|
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
/* #undef _FILE_OFFSET_BITS */
|
|
|
|
/* Define for large files, on AIX-style hosts. */
|
|
/* #undef _LARGE_FILES */
|
|
|
|
/* Define to empty if `const' does not conform to ANSI C. */
|
|
/* #undef const */
|
|
|
|
/* Define to `int' if <sys/types.h> does not define. */
|
|
#define mode_t int
|
|
|
|
/* Define to `long' if <sys/types.h> does not define. */
|
|
/* #undef off_t */
|
|
|
|
/* Define to `unsigned' if <sys/types.h> does not define. */
|
|
/* #undef size_t */
|
|
|
|
#define PATH_MAX 512
|
|
#define R_OK 4
|