added Info.plist
[TestXSLT.git] / libsablot / autocfg / config.h.in
1 /* autocfg/config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* define whether to check for memory leaks */
4 #undef CHECK_LEAKS
5
6 /* define if we want to supress the DOM interface (needed in sdom.h) */
7 #undef DISABLE_DOM
8
9 /* define if we want to publish the DOM interface */
10 #undef ENABLE_DOM
11
12 /* define, whether to build the JS extension */
13 #undef ENABLE_JS
14
15 /* define whether Expat supports (working) XML_SetReturnNSTriplet */
16 #undef EXPAT_SUPPORTS_TRIPLETS
17
18 /* Define to 1 if you have the <dlfcn.h> header file. */
19 #undef HAVE_DLFCN_H
20
21 /* Define to 1 if you have the <expat.h> header file. */
22 #undef HAVE_EXPAT_H
23
24 /* finite */
25 #undef HAVE_FINITE
26
27 /* Define to 1 if you have the `ftime' function. */
28 #undef HAVE_FTIME
29
30 /* Define to 1 if you have the `gettimeofday' function. */
31 #undef HAVE_GETTIMEOFDAY
32
33 /* Define to 1 if you have the <iconv.h> header file. */
34 #undef HAVE_ICONV_H
35
36 /* Define to 1 if you have the `iconv_open' function. */
37 #undef HAVE_ICONV_OPEN
38
39 /* Define to 1 if you have the <ieeefp.h> header file. */
40 #undef HAVE_IEEEFP_H
41
42 /* Define to 1 if you have the <inttypes.h> header file. */
43 #undef HAVE_INTTYPES_H
44
45 /* isinf */
46 #undef HAVE_ISINF
47
48 /* isnan */
49 #undef HAVE_ISNAN
50
51 /* Define to 1 if you have the <jsapi.h> header file. */
52 #undef HAVE_JSAPI_H
53
54 /* Define to 1 if you have the <memory.h> header file. */
55 #undef HAVE_MEMORY_H
56
57 /* Define to 1 if you have the `mtrace' function. */
58 #undef HAVE_MTRACE
59
60 /* Define to 1 if you have the <readline/history.h> header file. */
61 #undef HAVE_READLINE_HISTORY_H
62
63 /* Define to 1 if you have the <readline/readline.h> header file. */
64 #undef HAVE_READLINE_READLINE_H
65
66 /* Define to 1 if you have the `setvbuf' function. */
67 #undef HAVE_SETVBUF
68
69 /* Define to 1 if you have the <stdint.h> header file. */
70 #undef HAVE_STDINT_H
71
72 /* Define to 1 if you have the <stdlib.h> header file. */
73 #undef HAVE_STDLIB_H
74
75 /* Define to 1 if you have the <strings.h> header file. */
76 #undef HAVE_STRINGS_H
77
78 /* Define to 1 if you have the <string.h> header file. */
79 #undef HAVE_STRING_H
80
81 /* Define to 1 if you have the <sunmath.h> header file. */
82 #undef HAVE_SUNMATH_H
83
84 /* Define to 1 if you have the <sys/stat.h> header file. */
85 #undef HAVE_SYS_STAT_H
86
87 /* Define to 1 if you have the <sys/timeb.h> header file. */
88 #undef HAVE_SYS_TIMEB_H
89
90 /* Define to 1 if you have the <sys/time.h> header file. */
91 #undef HAVE_SYS_TIME_H
92
93 /* Define to 1 if you have the <sys/types.h> header file. */
94 #undef HAVE_SYS_TYPES_H
95
96 /* Define to 1 if you have the <timeb.h> header file. */
97 #undef HAVE_TIMEB_H
98
99 /* Define to 1 if you have the <unistd.h> header file. */
100 #undef HAVE_UNISTD_H
101
102 /* define if you have wchar.h header */
103 #undef HAVE_WCHAR_H
104
105 /* Define to 1 if you have the `wcscmp' function. */
106 #undef HAVE_WCSCMP
107
108 /* Define to 1 if you have the `wcsxfrm' function. */
109 #undef HAVE_WCSXFRM
110
111 /* Define to 1 if you have the <xmlparse.h> header file. */
112 #undef HAVE_XMLPARSE_H
113
114 /* Define to 1 if you have the <xmltok/xmlparse.h> header file. */
115 #undef HAVE_XMLTOK_XMLPARSE_H
116
117 /* Define to the address where bug reports for this package should be sent. */
118 #undef PACKAGE_BUGREPORT
119
120 /* Define to the full name of this package. */
121 #undef PACKAGE_NAME
122
123 /* Define to the full name and version of this package. */
124 #undef PACKAGE_STRING
125
126 /* Define to the one symbol short name of this package. */
127 #undef PACKAGE_TARNAME
128
129 /* Define to the version of this package. */
130 #undef PACKAGE_VERSION
131
132 /* abort on XSLT error */
133 #undef SABLOT_ABORT_ON_ERROR
134
135 /* define if we want to build the debugger */
136 #undef SABLOT_DEBUGGER
137
138 /* define if don't want to generate the META html tag */
139 #undef SABLOT_DISABLE_ADDING_META
140
141 /* define if don't want to produce errors in the document() function */
142 #undef SABLOT_DISABLE_DOC_ERRORS
143
144 /* define if we want to build under GPL */
145 #undef SABLOT_GPL
146
147 /* define whether second param of iconv has to be typecasted */
148 #undef SABLOT_ICONV_CAST_OK
149
150 /* Define to 1 if you have the ANSI C header files. */
151 #undef STDC_HEADERS