'LibPst'
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
5  systems. This function is required for `alloca.c' support on those systems.
6  */
7 /* #undef CRAY_STACKSEG_END */
8 
9 /* Define to 1 if using `alloca.c'. */
10 /* #undef C_ALLOCA */
11 
12 /* Define to 1 to force debug dump file creation */
13 /* #undef DEBUG_ALL */
14 
15 /* Define to 1 if translation of program messages to the user's native
16  language is requested. */
17 #define ENABLE_NLS 1
18 
19 /* Define to 1 if you have the `alarm' function. */
20 #define HAVE_ALARM 1
21 
22 /* Define to 1 if you have `alloca', as a function or macro. */
23 #define HAVE_ALLOCA 1
24 
25 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
26  */
27 #define HAVE_ALLOCA_H 1
28 
29 /* Define to 1 if you have the `argz_count' function. */
30 #define HAVE_ARGZ_COUNT 1
31 
32 /* Define to 1 if you have the <argz.h> header file. */
33 #define HAVE_ARGZ_H 1
34 
35 /* Define to 1 if you have the `argz_next' function. */
36 #define HAVE_ARGZ_NEXT 1
37 
38 /* Define to 1 if you have the `argz_stringify' function. */
39 #define HAVE_ARGZ_STRINGIFY 1
40 
41 /* Define to 1 if you have the `asprintf' function. */
42 #define HAVE_ASPRINTF 1
43 
44 /* define if the Boost library is available */
45 #define HAVE_BOOST
46 
47 /* define if the Boost::Python library is available */
48 #define HAVE_BOOST_PYTHON
49 
50 /* Define to 1 if the compiler understands __builtin_expect. */
51 #define HAVE_BUILTIN_EXPECT 1
52 
53 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
54  CoreFoundation framework. */
55 /* #undef HAVE_CFLOCALECOPYCURRENT */
56 
57 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
58  the CoreFoundation framework. */
59 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
60 
61 /* Define to 1 if you have the `chdir' function. */
62 #define HAVE_CHDIR 1
63 
64 /* Define to 1 if you have the <ctype.h> header file. */
65 #define HAVE_CTYPE_H 1
66 
67 /* Define if the GNU dcgettext() function is already present or preinstalled.
68  */
69 #define HAVE_DCGETTEXT 1
70 
71 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
72  don't. */
73 #define HAVE_DECL_FEOF_UNLOCKED 1
74 
75 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
76  you don't. */
77 #define HAVE_DECL_FGETS_UNLOCKED 1
78 
79 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
80  don't. */
81 #define HAVE_DECL_GETC_UNLOCKED 1
82 
83 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
84  don't. */
85 #define HAVE_DECL__SNPRINTF 0
86 
87 /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
88  don't. */
89 #define HAVE_DECL__SNWPRINTF 0
90 
91 /* Define to 1 if you have the <dirent.h> header file. */
92 #define HAVE_DIRENT_H 1
93 
94 /* Define to 1 if you have the <dlfcn.h> header file. */
95 #define HAVE_DLFCN_H 1
96 
97 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
98 /* #undef HAVE_DOPRNT */
99 
100 /* Define to 1 if you have the <errno.h> header file. */
101 #define HAVE_ERRNO_H 1
102 
103 /* Define to 1 if you have the <fcntl.h> header file. */
104 #define HAVE_FCNTL_H 1
105 
106 /* Define to 1 if you have the `fork' function. */
107 #define HAVE_FORK 1
108 
109 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
110 #define HAVE_FSEEKO 1
111 
112 /* Define to 1 if you have the `fwprintf' function. */
113 #define HAVE_FWPRINTF 1
114 
115 /* Define to 1 if you have the <gd.h> header file. */
116 #define HAVE_GD_H 1
117 
118 /* Define to 1 if you have the `getcwd' function. */
119 #define HAVE_GETCWD 1
120 
121 /* Define to 1 if you have the `getegid' function. */
122 #define HAVE_GETEGID 1
123 
124 /* Define to 1 if you have the `geteuid' function. */
125 #define HAVE_GETEUID 1
126 
127 /* Define to 1 if you have the `getgid' function. */
128 #define HAVE_GETGID 1
129 
130 /* Define to 1 if you have the `getpagesize' function. */
131 #define HAVE_GETPAGESIZE 1
132 
133 /* Define if the GNU gettext() function is already present or preinstalled. */
134 #define HAVE_GETTEXT 1
135 
136 /* Define to 1 if you have the `getuid' function. */
137 #define HAVE_GETUID 1
138 
139 /* Define to 1 if you have the `get_current_dir_name' function. */
140 #define HAVE_GET_CURRENT_DIR_NAME 1
141 
142 /* Define if you have the iconv() function and it works. */
143 #define HAVE_ICONV 1
144 
145 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
146 #define HAVE_INTMAX_T 1
147 
148 /* Define to 1 if you have the <inttypes.h> header file. */
149 #define HAVE_INTTYPES_H 1
150 
151 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
152  declares uintmax_t. */
153 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
154 
155 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
156 #define HAVE_LANGINFO_CODESET 1
157 
158 /* Define if your <locale.h> file defines LC_MESSAGES. */
159 #define HAVE_LC_MESSAGES 1
160 
161 /* Define to 1 if you have the <limits.h> header file. */
162 #define HAVE_LIMITS_H 1
163 
164 /* Define to 1 if the system has the type `long long int'. */
165 #define HAVE_LONG_LONG_INT 1
166 
167 /* Define to 1 if `lstat' has the bug that it succeeds when given the
168  zero-length file name argument. */
169 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
170 
171 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
172  to 0 otherwise. */
173 #define HAVE_MALLOC 1
174 
175 /* Define to 1 if you have the `memchr' function. */
176 #define HAVE_MEMCHR 1
177 
178 /* Define to 1 if you have the `memmove' function. */
179 #define HAVE_MEMMOVE 1
180 
181 /* Define to 1 if you have the <memory.h> header file. */
182 #define HAVE_MEMORY_H 1
183 
184 /* Define to 1 if you have the `mempcpy' function. */
185 #define HAVE_MEMPCPY 1
186 
187 /* Define to 1 if you have the `memset' function. */
188 #define HAVE_MEMSET 1
189 
190 /* Define to 1 if you have a working `mmap' system call. */
191 #define HAVE_MMAP 1
192 
193 /* Define to 1 if you have the `munmap' function. */
194 #define HAVE_MUNMAP 1
195 
196 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
197 /* #undef HAVE_NDIR_H */
198 
199 /* Define if you have <langinfo.h> and it defines the NL_LOCALE_NAME macro if
200  _GNU_SOURCE is defined. */
201 #define HAVE_NL_LOCALE_NAME 1
202 
203 /* Define if your printf() function supports format strings with positions. */
204 #define HAVE_POSIX_PRINTF 1
205 
206 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
207 #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
208 
209 /* Define if the POSIX multithreading library has read/write locks. */
210 #define HAVE_PTHREAD_RWLOCK 1
211 
212 /* Define to 1 if you have the `putenv' function. */
213 #define HAVE_PUTENV 1
214 
215 /* If available, contains the Python version number currently in use. */
216 #define HAVE_PYTHON "3.6"
217 
218 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
219  and to 0 otherwise. */
220 #define HAVE_REALLOC 1
221 
222 /* Define to 1 if you have the `regcomp' function. */
223 #define HAVE_REGCOMP 1
224 
225 /* Define to 1 if you have the regexec function. */
226 #define HAVE_REGEXEC 1
227 
228 /* Define to 1 if you have the <regex.h> header file. */
229 #define HAVE_REGEX_H 1
230 
231 /* Define to 1 if you have the <semaphore.h> header file. */
232 #define HAVE_SEMAPHORE_H 1
233 
234 /* Define to 1 if you have the `setenv' function. */
235 #define HAVE_SETENV 1
236 
237 /* Define to 1 if you have the `setlocale' function. */
238 #define HAVE_SETLOCALE 1
239 
240 /* Define to 1 if you have the <signal.h> header file. */
241 #define HAVE_SIGNAL_H 1
242 
243 /* Define to 1 if you have the `snprintf' function. */
244 #define HAVE_SNPRINTF 1
245 
246 /* Define to 1 if `stat' has the bug that it succeeds when given the
247  zero-length file name argument. */
248 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
249 
250 /* Define to 1 if you have the <stdarg.h> header file. */
251 #define HAVE_STDARG_H 1
252 
253 /* Define to 1 if stdbool.h conforms to C99. */
254 #define HAVE_STDBOOL_H 1
255 
256 /* Define to 1 if you have the <stddef.h> header file. */
257 #define HAVE_STDDEF_H 1
258 
259 /* Define to 1 if you have the <stdint.h> header file. */
260 #define HAVE_STDINT_H 1
261 
262 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
263  uintmax_t. */
264 #define HAVE_STDINT_H_WITH_UINTMAX 1
265 
266 /* Define to 1 if you have the <stdio.h> header file. */
267 #define HAVE_STDIO_H 1
268 
269 /* Define to 1 if you have the <stdlib.h> header file. */
270 #define HAVE_STDLIB_H 1
271 
272 /* Define to 1 if you have the `stpcpy' function. */
273 #define HAVE_STPCPY 1
274 
275 /* Define to 1 if you have the `strcasecmp' function. */
276 #define HAVE_STRCASECMP 1
277 
278 /* Define to 1 if you have the `strchr' function. */
279 #define HAVE_STRCHR 1
280 
281 /* Define to 1 if you have the `strdup' function. */
282 #define HAVE_STRDUP 1
283 
284 /* Define to 1 if you have the `strerror' function. */
285 #define HAVE_STRERROR 1
286 
287 /* Define to 1 if you have the `strftime' function. */
288 #define HAVE_STRFTIME 1
289 
290 /* Define to 1 if you have the <strings.h> header file. */
291 #define HAVE_STRINGS_H 1
292 
293 /* Define to 1 if you have the <string.h> header file. */
294 #define HAVE_STRING_H 1
295 
296 /* Define to 1 if you have the `strncasecmp' function. */
297 #define HAVE_STRNCASECMP 1
298 
299 /* Define to 1 if you have the `strpbrk' function. */
300 #define HAVE_STRPBRK 1
301 
302 /* Define to 1 if you have the `strrchr' function. */
303 #define HAVE_STRRCHR 1
304 
305 /* Define to 1 if you have the `strstr' function. */
306 #define HAVE_STRSTR 1
307 
308 /* Define to 1 if you have the `strtol' function. */
309 #define HAVE_STRTOL 1
310 
311 /* Define to 1 if you have the `strtoul' function. */
312 #define HAVE_STRTOUL 1
313 
314 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
315  */
316 /* #undef HAVE_SYS_DIR_H */
317 
318 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
319  */
320 /* #undef HAVE_SYS_NDIR_H */
321 
322 /* Define to 1 if you have the <sys/param.h> header file. */
323 #define HAVE_SYS_PARAM_H 1
324 
325 /* Define to 1 if you have the <sys/shm.h> header file. */
326 #define HAVE_SYS_SHM_H 1
327 
328 /* Define to 1 if you have the <sys/stat.h> header file. */
329 #define HAVE_SYS_STAT_H 1
330 
331 /* Define to 1 if you have the <sys/time.h> header file. */
332 #define HAVE_SYS_TIME_H 1
333 
334 /* Define to 1 if you have the <sys/types.h> header file. */
335 #define HAVE_SYS_TYPES_H 1
336 
337 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
338 #define HAVE_SYS_WAIT_H 1
339 
340 /* Define to 1 if you have the <time.h> header file. */
341 #define HAVE_TIME_H 1
342 
343 /* Define to 1 if you have the `tsearch' function. */
344 #define HAVE_TSEARCH 1
345 
346 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
347 #define HAVE_UINTMAX_T 1
348 
349 /* Define to 1 if you have the <unistd.h> header file. */
350 #define HAVE_UNISTD_H 1
351 
352 /* Define to 1 if the system has the type `unsigned long long int'. */
353 #define HAVE_UNSIGNED_LONG_LONG_INT 1
354 
355 /* Define to 1 if you have the `vfork' function. */
356 #define HAVE_VFORK 1
357 
358 /* Define to 1 if you have the <vfork.h> header file. */
359 /* #undef HAVE_VFORK_H */
360 
361 /* Define to 1 or 0, depending whether the compiler supports simple visibility
362  declarations. */
363 #define HAVE_VISIBILITY 1
364 
365 /* Define to 1 if you have the `vprintf' function. */
366 #define HAVE_VPRINTF 1
367 
368 /* Define to 1 if you have the <wchar.h> header file. */
369 #define HAVE_WCHAR_H 1
370 
371 /* Define if you have the 'wchar_t' type. */
372 #define HAVE_WCHAR_T 1
373 
374 /* Define to 1 if you have the `wcslen' function. */
375 #define HAVE_WCSLEN 1
376 
377 /* Define if you have the 'wint_t' type. */
378 #define HAVE_WINT_T 1
379 
380 /* Define to 1 if `fork' works. */
381 #define HAVE_WORKING_FORK 1
382 
383 /* Define to 1 if `vfork' works. */
384 #define HAVE_WORKING_VFORK 1
385 
386 /* Define to 1 if the system has the type `_Bool'. */
387 #define HAVE__BOOL 1
388 
389 /* Define to 1 if you have the `__fsetlocking' function. */
390 #define HAVE___FSETLOCKING 1
391 
392 /* Define as const if the declaration of iconv() needs const. */
393 #define ICONV_CONST
394 
395 /* Define if integer division by zero raises signal SIGFPE. */
396 #define INTDIV0_RAISES_SIGFPE 1
397 
398 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
399  slash. */
400 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
401 
402 /* Define to the sub-directory where libtool stores uninstalled libraries. */
403 #define LT_OBJDIR ".libs/"
404 
405 /* Name of package */
406 #define PACKAGE "libpst"
407 
408 /* Define to the address where bug reports for this package should be sent. */
409 #define PACKAGE_BUGREPORT "carl@five-ten-sg.com"
410 
411 /* Define to the full name of this package. */
412 #define PACKAGE_NAME "libpst"
413 
414 /* Define to the full name and version of this package. */
415 #define PACKAGE_STRING "libpst 0.6.75"
416 
417 /* Define to the one symbol short name of this package. */
418 #define PACKAGE_TARNAME "libpst"
419 
420 /* Define to the home page for this package. */
421 #define PACKAGE_URL ""
422 
423 /* Define to the version of this package. */
424 #define PACKAGE_VERSION "0.6.75"
425 
426 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
427 /* #undef PRI_MACROS_BROKEN */
428 
429 /* Define if the pthread_in_use() detection is hard. */
430 /* #undef PTHREAD_IN_USE_DETECTION_HARD */
431 
432 /* The size of `off_t', as computed by sizeof. */
433 #define SIZEOF_OFF_T 8
434 
435 /* Define as the maximum value of type 'size_t', if the system doesn't define
436  it. */
437 /* #undef SIZE_MAX */
438 
439 /* If using the C implementation of alloca, define if you know the
440  direction of stack growth for your system; otherwise it will be
441  automatically deduced at runtime.
442  STACK_DIRECTION > 0 => grows toward higher addresses
443  STACK_DIRECTION < 0 => grows toward lower addresses
444  STACK_DIRECTION = 0 => direction of growth unknown */
445 /* #undef STACK_DIRECTION */
446 
447 /* Define to 1 if you have the ANSI C header files. */
448 #define STDC_HEADERS 1
449 
450 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
451 #define TIME_WITH_SYS_TIME 1
452 
453 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
454 /* #undef TM_IN_SYS_TIME */
455 
456 /* Define if the POSIX multithreading library can be used. */
457 #define USE_POSIX_THREADS 1
458 
459 /* Define if references to the POSIX multithreading library should be made
460  weak. */
461 #define USE_POSIX_THREADS_WEAK 1
462 
463 /* Define if the GNU Pth multithreading library can be used. */
464 /* #undef USE_PTH_THREADS */
465 
466 /* Define if references to the GNU Pth multithreading library should be made
467  weak. */
468 /* #undef USE_PTH_THREADS_WEAK */
469 
470 /* Define if the old Solaris multithreading library can be used. */
471 /* #undef USE_SOLARIS_THREADS */
472 
473 /* Define if references to the old Solaris multithreading library should be
474  made weak. */
475 /* #undef USE_SOLARIS_THREADS_WEAK */
476 
477 /* Enable extensions on AIX 3, Interix. */
478 #ifndef _ALL_SOURCE
479 # define _ALL_SOURCE 1
480 #endif
481 /* Enable GNU extensions on systems that have them. */
482 #ifndef _GNU_SOURCE
483 # define _GNU_SOURCE 1
484 #endif
485 /* Enable threading extensions on Solaris. */
486 #ifndef _POSIX_PTHREAD_SEMANTICS
487 # define _POSIX_PTHREAD_SEMANTICS 1
488 #endif
489 /* Enable extensions on HP NonStop. */
490 #ifndef _TANDEM_SOURCE
491 # define _TANDEM_SOURCE 1
492 #endif
493 /* Enable general extensions on Solaris. */
494 #ifndef __EXTENSIONS__
495 # define __EXTENSIONS__ 1
496 #endif
497 
498 
499 /* Define if the Win32 multithreading API can be used. */
500 /* #undef USE_WIN32_THREADS */
501 
502 /* Version number of package */
503 #define VERSION "0.6.75"
504 
505 /* Enable large inode numbers on Mac OS X 10.5. */
506 #ifndef _DARWIN_USE_64_BIT_INODE
507 # define _DARWIN_USE_64_BIT_INODE 1
508 #endif
509 
510 /* Number of bits in a file offset, on hosts where this is settable. */
511 /* #undef _FILE_OFFSET_BITS */
512 
513 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
514 /* #undef _LARGEFILE_SOURCE */
515 
516 /* Define for large files, on AIX-style hosts. */
517 /* #undef _LARGE_FILES */
518 
519 /* Define to 1 if on MINIX. */
520 /* #undef _MINIX */
521 
522 /* Define to 2 if the system does not provide POSIX.1 features except with
523  this defined. */
524 /* #undef _POSIX_1_SOURCE */
525 
526 /* Define to 1 if you need to in order for `stat' and other things to work. */
527 /* #undef _POSIX_SOURCE */
528 
529 /* Define to empty if `const' does not conform to ANSI C. */
530 /* #undef const */
531 
532 /* Define to `__inline__' or `__inline' if that's what the C compiler
533  calls it, or to nothing if 'inline' is not supported under any name. */
534 #ifndef __cplusplus
535 /* #undef inline */
536 #endif
537 
538 /* Define to rpl_malloc if the replacement function should be used. */
539 /* #undef malloc */
540 
541 /* Define to `long int' if <sys/types.h> does not define. */
542 /* #undef off_t */
543 
544 /* Define to `int' if <sys/types.h> does not define. */
545 /* #undef pid_t */
546 
547 /* Define as the type of the result of subtracting two pointers, if the system
548  doesn't define it. */
549 /* #undef ptrdiff_t */
550 
551 /* Define to rpl_realloc if the replacement function should be used. */
552 /* #undef realloc */
553 
554 /* Define to `unsigned int' if <sys/types.h> does not define. */
555 /* #undef size_t */
556 
557 /* Define to unsigned long or unsigned long long if <stdint.h> and
558  <inttypes.h> don't define. */
559 /* #undef uintmax_t */
560 
561 /* Define as `fork' if `vfork' does not work. */
562 /* #undef vfork */
563 
564 
565 #define __libc_lock_t gl_lock_t
566 #define __libc_lock_define gl_lock_define
567 #define __libc_lock_define_initialized gl_lock_define_initialized
568 #define __libc_lock_init gl_lock_init
569 #define __libc_lock_lock gl_lock_lock
570 #define __libc_lock_unlock gl_lock_unlock
571 #define __libc_lock_recursive_t gl_recursive_lock_t
572 #define __libc_lock_define_recursive gl_recursive_lock_define
573 #define __libc_lock_define_initialized_recursive gl_recursive_lock_define_initialized
574 #define __libc_lock_init_recursive gl_recursive_lock_init
575 #define __libc_lock_lock_recursive gl_recursive_lock_lock
576 #define __libc_lock_unlock_recursive gl_recursive_lock_unlock
577 #define glthread_in_use libintl_thread_in_use
578 #define glthread_lock_init libintl_lock_init
579 #define glthread_lock_lock libintl_lock_lock
580 #define glthread_lock_unlock libintl_lock_unlock
581 #define glthread_lock_destroy libintl_lock_destroy
582 #define glthread_rwlock_init libintl_rwlock_init
583 #define glthread_rwlock_rdlock libintl_rwlock_rdlock
584 #define glthread_rwlock_wrlock libintl_rwlock_wrlock
585 #define glthread_rwlock_unlock libintl_rwlock_unlock
586 #define glthread_rwlock_destroy libintl_rwlock_destroy
587 #define glthread_recursive_lock_init libintl_recursive_lock_init
588 #define glthread_recursive_lock_lock libintl_recursive_lock_lock
589 #define glthread_recursive_lock_unlock libintl_recursive_lock_unlock
590 #define glthread_recursive_lock_destroy libintl_recursive_lock_destroy
591 #define glthread_once libintl_once
592 #define glthread_once_call libintl_once_call
593 #define glthread_once_singlethreaded libintl_once_singlethreaded
594