Path: blob/master/3rdparty/libjasper/jasper/jas_config.h
16337 views
/* src/libjasper/include/jasper/jas_config.h. Generated by configure. */1/* src/libjasper/include/jasper/jas_config.h.in. Generated from configure.ac by autoheader. */234/* Avoid problems due to multiple inclusion. */5#ifndef JAS_CONFIG_H6#define JAS_CONFIG_H78/* This preprocessor symbol identifies the version of JasPer. */9#define JAS_VERSION "1.900.1"10/* If configure is being used, this symbol will be defined automatically11at this point in the configuration header file. */1213/* The preprocessor symbol JAS_WIN_MSVC_BUILD should not be defined14unless the JasPer software is being built under Microsoft Windows15using Microsoft Visual C. */16#if !defined(JAS_WIN_MSVC_BUILD)17/* A configure-based build is being used. */18192021/* Extra debugging support */22/* #undef DEBUG */2324/* Debugging memory allocator */25/* #undef DEBUG_MEMALLOC */2627/* Debugging overflow detection */28/* #undef DEBUG_OVERFLOW */2930/* Define to 1 if you have the <dlfcn.h> header file. */31#define HAVE_DLFCN_H 13233/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */34/* #undef HAVE_DOPRNT */3536/* Define to 1 if you have the <fcntl.h> header file. */37#define HAVE_FCNTL_H 13839/* Define to 1 if you have the `getrusage' function. */40#define HAVE_GETRUSAGE 14142/* Define to 1 if you have the `gettimeofday' function. */43#define HAVE_GETTIMEOFDAY 14445/* Define to 1 if you have the <inttypes.h> header file. */46#define HAVE_INTTYPES_H 14748/* Define to 1 if you have the <io.h> header file. */49/* #undef HAVE_IO_H */5051/* Define to 1 if you have the `m' library (-lm). */52#define HAVE_LIBM 15354/* Define to 1 if you have the <limits.h> header file. */55#define HAVE_LIMITS_H 15657/* Define to 1 if you have the <memory.h> header file. */58#define HAVE_MEMORY_H 15960/* Define to 1 if you have the <stdbool.h> header file. */61#define HAVE_STDBOOL_H 16263/* Define to 1 if you have the <stddef.h> header file. */64#define HAVE_STDDEF_H 16566/* Define to 1 if you have the <stdint.h> header file. */67#define HAVE_STDINT_H 16869/* Define to 1 if you have the <stdlib.h> header file. */70#define HAVE_STDLIB_H 17172/* Define to 1 if you have the <strings.h> header file. */73#define HAVE_STRINGS_H 17475/* Define to 1 if you have the <string.h> header file. */76#define HAVE_STRING_H 17778/* Define to 1 if you have the <sys/stat.h> header file. */79#define HAVE_SYS_STAT_H 18081/* Define to 1 if you have the <sys/time.h> header file. */82#define HAVE_SYS_TIME_H 18384/* Define to 1 if you have the <sys/types.h> header file. */85#define HAVE_SYS_TYPES_H 18687/* Define to 1 if you have the <unistd.h> header file. */88#define HAVE_UNISTD_H 18990/* Have variable length arrays */91#define HAVE_VLA 19293/* Define to 1 if you have the `vprintf' function. */94#define HAVE_VPRINTF 19596/* Define to 1 if you have the <windows.h> header file. */97/* #undef HAVE_WINDOWS_H */9899/* JasPer configure */100#define JAS_CONFIGURE 1101102/* JasPer version */103#define JAS_VERSION "1.900.1"104105/* Name of package */106#define PACKAGE "jasper"107108/* Define to the address where bug reports for this package should be sent. */109#define PACKAGE_BUGREPORT ""110111/* Define to the full name of this package. */112#define PACKAGE_NAME "jasper"113114/* Define to the full name and version of this package. */115#define PACKAGE_STRING "jasper 1.900.1"116117/* Define to the one symbol short name of this package. */118#define PACKAGE_TARNAME "jasper"119120/* Define to the version of this package. */121#define PACKAGE_VERSION "1.900.1"122123/* Define to 1 if you have the ANSI C header files. */124#define STDC_HEADERS 1125126/* Version number of package */127#define VERSION "1.900.1"128129/* Define to 1 if the X Window System is missing or not being used. */130/* #undef X_DISPLAY_MISSING */131132/* Define to empty if `const' does not conform to ANSI C. */133/* #undef const */134135/* Define to `__inline__' or `__inline' if that's what the C compiler136calls it, or to nothing if 'inline' is not supported under any name. */137#ifndef __cplusplus138/* #undef inline */139#endif140141/* Define to `long long' if <sys/types.h> does not define. */142#define longlong long long143144/* Define to `unsigned' if <sys/types.h> does not define. */145/* #undef size_t */146147/* Define to `int' if <sys/types.h> does not define. */148/* #undef ssize_t */149150/* Define to `unsigned char' if <sys/types.h> does not define. */151#define uchar unsigned char152153/* Define to `unsigned int' if <sys/types.h> does not define. */154/* #undef uint */155156/* Define to `unsigned long' if <sys/types.h> does not define. */157/* #undef ulong */158159/* Define to `unsigned long long' if <sys/types.h> does not define. */160#define ulonglong unsigned long long161162/* Define to `unsigned short' if <sys/types.h> does not define. */163/* #undef ushort */164165166#else167/* A configure-based build is not being used. */168#include <jasper/jas_config2.h>169#endif170171#endif172173174175