blob: 383523ff3f1fe11c5652aae08cf76f54b6654900 [file] [log] [blame]
Lev Walkine7c4b962010-11-09 03:10:36 -08001/* config.h.in. Generated from configure.ac by autoheader. */
Lev Walkinf15320b2004-06-03 03:38:44 +00002
Lev Walkinb3751942012-09-02 19:36:47 -07003/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
Lev Walkin4efbfb72005-02-25 14:20:30 +00006/* Define to 1 if you have the <dlfcn.h> header file. */
7#undef HAVE_DLFCN_H
Lev Walkinf15320b2004-06-03 03:38:44 +00008
9/* Define to 1 if you have the <inttypes.h> header file. */
10#undef HAVE_INTTYPES_H
11
12/* Define to 1 if you have the <memory.h> header file. */
13#undef HAVE_MEMORY_H
14
Lev Walkin4efbfb72005-02-25 14:20:30 +000015/* Define to 1 if you have the `mergesort' function. */
16#undef HAVE_MERGESORT
17
Lev Walkin27fd0b62007-08-27 23:57:45 +000018/* Define to 1 if you have the `mkstemps' function. */
19#undef HAVE_MKSTEMPS
20
Lev Walkinf15320b2004-06-03 03:38:44 +000021/* Define to 1 if you have the <stdint.h> header file. */
22#undef HAVE_STDINT_H
23
24/* Define to 1 if you have the <stdlib.h> header file. */
25#undef HAVE_STDLIB_H
26
27/* Define to 1 if you have the <strings.h> header file. */
28#undef HAVE_STRINGS_H
29
30/* Define to 1 if you have the <string.h> header file. */
31#undef HAVE_STRING_H
32
33/* Define to 1 if you have the `strtoimax' function. */
34#undef HAVE_STRTOIMAX
35
36/* Define to 1 if you have the `strtoll' function. */
37#undef HAVE_STRTOLL
38
Lev Walkin4efbfb72005-02-25 14:20:30 +000039/* Define to 1 if you have the <sys/param.h> header file. */
40#undef HAVE_SYS_PARAM_H
41
Lev Walkinf15320b2004-06-03 03:38:44 +000042/* Define to 1 if you have the <sys/stat.h> header file. */
43#undef HAVE_SYS_STAT_H
44
45/* Define to 1 if you have the <sys/types.h> header file. */
46#undef HAVE_SYS_TYPES_H
47
48/* Define to 1 if you have the <unistd.h> header file. */
49#undef HAVE_UNISTD_H
50
Lev Walkin4da95cf2010-10-16 02:46:32 -070051/* Define to the sub-directory in which libtool stores uninstalled libraries.
52 */
53#undef LT_OBJDIR
54
Lev Walkinf15320b2004-06-03 03:38:44 +000055/* Name of package */
56#undef PACKAGE
57
58/* Define to the address where bug reports for this package should be sent. */
59#undef PACKAGE_BUGREPORT
60
61/* Define to the full name of this package. */
62#undef PACKAGE_NAME
63
64/* Define to the full name and version of this package. */
65#undef PACKAGE_STRING
66
67/* Define to the one symbol short name of this package. */
68#undef PACKAGE_TARNAME
69
Lev Walkinaef10c32014-01-14 01:47:25 -080070/* Define to the home page for this package. */
71#undef PACKAGE_URL
72
Lev Walkinf15320b2004-06-03 03:38:44 +000073/* Define to the version of this package. */
74#undef PACKAGE_VERSION
75
76/* Define to 1 if you have the ANSI C header files. */
77#undef STDC_HEADERS
78
79/* Define to 1 if your <sys/time.h> declares `struct tm'. */
80#undef TM_IN_SYS_TIME
81
82/* Version number of package */
83#undef VERSION
84
Lev Walkinb3751942012-09-02 19:36:47 -070085/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
86 significant byte first (like Motorola and SPARC, unlike Intel). */
87#if defined AC_APPLE_UNIVERSAL_BUILD
88# if defined __BIG_ENDIAN__
89# define WORDS_BIGENDIAN 1
90# endif
91#else
92# ifndef WORDS_BIGENDIAN
93# undef WORDS_BIGENDIAN
94# endif
95#endif
Lev Walkinf15320b2004-06-03 03:38:44 +000096
97/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
98 `char[]'. */
99#undef YYTEXT_POINTER
100
101/* Define to `int64_t' if <sys/types.h> does not define. */
102#undef intmax_t
103
Lev Walkin27fd0b62007-08-27 23:57:45 +0000104/* Define to `long int' if <sys/types.h> does not define. */
Lev Walkinf15320b2004-06-03 03:38:44 +0000105#undef off_t
106
Lev Walkin27fd0b62007-08-27 23:57:45 +0000107/* Define to `unsigned int' if <sys/types.h> does not define. */
Lev Walkinf15320b2004-06-03 03:38:44 +0000108#undef size_t