hpdf_config.h.cmake 2.1 KB

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