blob: c752869ab18a1737e9b09fc935994d56d570ede2 [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
70/* Define to the version of this package. */
71#undef PACKAGE_VERSION
72
73/* Define to 1 if you have the ANSI C header files. */
74#undef STDC_HEADERS
75
76/* Define to 1 if your <sys/time.h> declares `struct tm'. */
77#undef TM_IN_SYS_TIME
78
79/* Version number of package */
80#undef VERSION
81
Lev Walkinb3751942012-09-02 19:36:47 -070082/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
83 significant byte first (like Motorola and SPARC, unlike Intel). */
84#if defined AC_APPLE_UNIVERSAL_BUILD
85# if defined __BIG_ENDIAN__
86# define WORDS_BIGENDIAN 1
87# endif
88#else
89# ifndef WORDS_BIGENDIAN
90# undef WORDS_BIGENDIAN
91# endif
92#endif
Lev Walkinf15320b2004-06-03 03:38:44 +000093
94/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
95 `char[]'. */
96#undef YYTEXT_POINTER
97
98/* Define to `int64_t' if <sys/types.h> does not define. */
99#undef intmax_t
100
Lev Walkin27fd0b62007-08-27 23:57:45 +0000101/* Define to `long int' if <sys/types.h> does not define. */
Lev Walkinf15320b2004-06-03 03:38:44 +0000102#undef off_t
103
Lev Walkin27fd0b62007-08-27 23:57:45 +0000104/* Define to `unsigned int' if <sys/types.h> does not define. */
Lev Walkinf15320b2004-06-03 03:38:44 +0000105#undef size_t