libmobi
C library for handling MOBI format ebook documents
config.h
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 if you have the `alarm' function. */
5 #define HAVE_ALARM 1
6 
7 /* Define to 1 if compiler supports __attribute__((noreturn)) */
8 #define HAVE_ATTRIBUTE_NORETURN 1
9 
10 /* Define to 1 if you have the <dlfcn.h> header file. */
11 #define HAVE_DLFCN_H 1
12 
13 /* Define whether getopt() function is available */
14 #define HAVE_GETOPT 1
15 
16 /* Define to 1 if you have the `getrandom' function. */
17 #define HAVE_GETRANDOM 1
18 
19 /* Define to 1 if you have the <inttypes.h> header file. */
20 #define HAVE_INTTYPES_H 1
21 
22 /* Define to 1 if you have the `memmove' function. */
23 #define HAVE_MEMMOVE 1
24 
25 /* Define to 1 if you have the <memory.h> header file. */
26 #define HAVE_MEMORY_H 1
27 
28 /* Define to 1 if you have the `memset' function. */
29 #define HAVE_MEMSET 1
30 
31 /* Define to 1 if you have the `mkdir' function. */
32 #define HAVE_MKDIR 1
33 
34 /* Define to 1 if stdbool.h conforms to C99. */
35 #define HAVE_STDBOOL_H 1
36 
37 /* Define to 1 if you have the <stdint.h> header file. */
38 #define HAVE_STDINT_H 1
39 
40 /* Define to 1 if you have the <stdlib.h> header file. */
41 #define HAVE_STDLIB_H 1
42 
43 /* Define to 1 if you have the `strdup' function. */
44 #define HAVE_STRDUP 1
45 
46 /* Define to 1 if you have the <strings.h> header file. */
47 #define HAVE_STRINGS_H 1
48 
49 /* Define to 1 if you have the <string.h> header file. */
50 #define HAVE_STRING_H 1
51 
52 /* Define to 1 if you have the `strpbrk' function. */
53 #define HAVE_STRPBRK 1
54 
55 /* Define to 1 if you have the `strrchr' function. */
56 #define HAVE_STRRCHR 1
57 
58 /* Define to 1 if you have the `strstr' function. */
59 #define HAVE_STRSTR 1
60 
61 /* Define to 1 if you have the `strtoul' function. */
62 #define HAVE_STRTOUL 1
63 
64 /* Define to 1 if you have the <sys/random.h> header file. */
65 #define HAVE_SYS_RANDOM_H 1
66 
67 /* Define to 1 if you have the <sys/resource.h> header file. */
68 #define HAVE_SYS_RESOURCE_H 1
69 
70 /* Define to 1 if you have the <sys/stat.h> header file. */
71 #define HAVE_SYS_STAT_H 1
72 
73 /* Define to 1 if you have the <sys/time.h> header file. */
74 #define HAVE_SYS_TIME_H 1
75 
76 /* Define to 1 if you have the <sys/types.h> header file. */
77 #define HAVE_SYS_TYPES_H 1
78 
79 /* Define to 1 if you have the <unistd.h> header file. */
80 #define HAVE_UNISTD_H 1
81 
82 /* Define to 1 if you have the `utime' function. */
83 #define HAVE_UTIME 1
84 
85 /* Define to 1 if you have the <utime.h> header file. */
86 #define HAVE_UTIME_H 1
87 
88 /* Define to 1 if the system has the type `_Bool'. */
89 #define HAVE__BOOL 1
90 
91 /* Define to the sub-directory where libtool stores uninstalled libraries. */
92 #define LT_OBJDIR ".libs/"
93 
94 /* Enable debugging */
95 /* #undef MOBI_DEBUG */
96 
97 /* Enable alloc debugging */
98 /* #undef MOBI_DEBUG_ALLOC */
99 
100 /* How to obtain function inlining. */
101 #define MOBI_INLINE inline
102 
103 /* Name of package */
104 #define PACKAGE "libmobi"
105 
106 /* Define to the address where bug reports for this package should be sent. */
107 #define PACKAGE_BUGREPORT ""
108 
109 /* Define to the full name of this package. */
110 #define PACKAGE_NAME "libmobi"
111 
112 /* Define to the full name and version of this package. */
113 #define PACKAGE_STRING "libmobi 0.10"
114 
115 /* Define to the one symbol short name of this package. */
116 #define PACKAGE_TARNAME "libmobi"
117 
118 /* Define to the home page for this package. */
119 #define PACKAGE_URL ""
120 
121 /* Define to the version of this package. */
122 #define PACKAGE_VERSION "0.10"
123 
124 /* Define to 1 if you have the ANSI C header files. */
125 #define STDC_HEADERS 1
126 
127 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
128 #define TIME_WITH_SYS_TIME 1
129 
130 /* Enable encryption */
131 #define USE_ENCRYPTION 1
132 
133 /* Define if you want to use libxml2 library */
134 #define USE_LIBXML2 1
135 
136 /* Define if you want to use included miniz library */
137 /* #undef USE_MINIZ */
138 
139 /* Define whether enable xmlwriter (for opf support) */
140 #define USE_XMLWRITER 1
141 
142 /* Define if you want to use system zlib library */
143 #define USE_ZLIB 1
144 
145 /* Version number of package */
146 #define VERSION "0.10"
147 
148 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
149  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
150  #define below would cause a syntax error. */
151 /* #undef _UINT32_T */
152 
153 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
154  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
155  #define below would cause a syntax error. */
156 /* #undef _UINT64_T */
157 
158 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
159  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
160  #define below would cause a syntax error. */
161 /* #undef _UINT8_T */
162 
163 /* Define to the type of a signed integer type of width exactly 32 bits if
164  such a type exists and the standard includes do not define it. */
165 /* #undef int32_t */
166 
167 /* Define to the type of a signed integer type of width exactly 64 bits if
168  such a type exists and the standard includes do not define it. */
169 /* #undef int64_t */
170 
171 /* Define to the type of a signed integer type of width exactly 8 bits if such
172  a type exists and the standard includes do not define it. */
173 /* #undef int8_t */
174 
175 /* Define to `unsigned int' if <sys/types.h> does not define. */
176 /* #undef size_t */
177 
178 /* Define to the type of an unsigned integer type of width exactly 16 bits if
179  such a type exists and the standard includes do not define it. */
180 /* #undef uint16_t */
181 
182 /* Define to the type of an unsigned integer type of width exactly 32 bits if
183  such a type exists and the standard includes do not define it. */
184 /* #undef uint32_t */
185 
186 /* Define to the type of an unsigned integer type of width exactly 64 bits if
187  such a type exists and the standard includes do not define it. */
188 /* #undef uint64_t */
189 
190 /* Define to the type of an unsigned integer type of width exactly 8 bits if
191  such a type exists and the standard includes do not define it. */
192 /* #undef uint8_t */