1 /* include/hpdf_config.h.in. Generated from configure.in by autoheader. */ 2 3 /* Define to 1 if you have the <dlfcn.h> header file. */ 4 #define LIBHPDF_HAVE_DLFCN_H 5 6 /* Define to 1 if you have the <inttypes.h> header file. */ 7 #define LIBHPDF_HAVE_INTTYPES_H 8 9 /* Define to 1 if you have the `png' library (-lpng). */ 10 #define LIBHPDF_HAVE_LIBPNG */ 11 12 /* Define to 1 if you have the `z' library (-lz). */ 13 #define LIBHPDF_HAVE_LIBZ 14 15 /* Define to 1 if you have the <memory.h> header file. */ 16 #define LIBHPDF_HAVE_MEMORY_H 17 18 /* Define to 1 if you have the <stdint.h> header file. */ 19 #define LIBHPDF_HAVE_STDINT_H 20 21 /* Define to 1 if you have the <stdlib.h> header file. */ 22 #define LIBHPDF_HAVE_STDLIB_H 23 24 /* Define to 1 if you have the <strings.h> header file. */ 25 #define LIBHPDF_HAVE_STRINGS_H 26 27 /* Define to 1 if you have the <string.h> header file. */ 28 #define LIBHPDF_HAVE_STRING_H 29 30 /* Define to 1 if you have the <sys/stat.h> header file. */ 31 #define LIBHPDF_HAVE_SYS_STAT_H 32 33 /* Define to 1 if you have the <sys/types.h> header file. */ 34 #define LIBHPDF_HAVE_SYS_TYPES_H 35 36 /* Define to 1 if you have the <unistd.h> header file. */ 37 #define LIBHPDF_HAVE_UNISTD_H 38 39 /* debug build */ 40 /* #undef LIBHPDF_DEBUG */ 41 42 /* debug trace enabled */ 43 /* #undef LIBHPDF_DEBUG_TRACE */ 44 45 /* libpng is not available */ 46 /* #define LIBHPDF_HAVE_NOPNGLIB */ 47 /* #define HPDF_NOPNGLIB */ 48 49 /* zlib is not available */ 50 /* #undef LIBHPDF_HAVE_NOZLIB */ 51 52 /* Define to the address where bug reports for this package should be sent. */ 53 #define LIBHPDF_PACKAGE_BUGREPORT "TODO" 54 55 /* Define to the full name of this package. */ 56 #define LIBHPDF_PACKAGE_NAME "libHaru-2.3.0-gcc" 57 58 /* Define to the full name and version of this package. */ 59 #define LIBHPDF_PACKAGE_STRING "libHaru-2.3.0-gcc" 60 61 /* Define to the one symbol short name of this package. */ 62 #define LIBHPDF_PACKAGE_TARNAME "TODO" 63 64 /* Define to the version of this package. */ 65 #define LIBHPDF_PACKAGE_VERSION "2.3.0" 66 67 /* Define to 1 if you have the ANSI C header files. */ 68 #define LIBHPDF_STDC_HEADERS 69 70 /* Define to `unsigned int' if <sys/types.h> does not define. */ 71 /* #undef LIBHPDF_size_t */