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