]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libxo/xo_config.h
MFH
[FreeBSD/FreeBSD.git] / lib / libxo / xo_config.h
1 /* libxo/xo_config.h.  Generated from xo_config.h.in by configure.  */
2 /* libxo/xo_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 if you have `alloca', as a function or macro. */
13 #define HAVE_ALLOCA 1
14
15 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
16    */
17 /* #undef HAVE_ALLOCA_H */
18
19 /* Define to 1 if you have the `asprintf' function. */
20 #define HAVE_ASPRINTF 1
21
22 /* Define to 1 if you have the `bzero' function. */
23 #define HAVE_BZERO 1
24
25 /* Define to 1 if you have the `ctime' function. */
26 #define HAVE_CTIME 1
27
28 /* Define to 1 if you have the <ctype.h> header file. */
29 #define HAVE_CTYPE_H 1
30
31 /* Define to 1 if you have the declaration of `__isthreaded', and to 0 if you
32    don't. */
33 #define HAVE_DECL___ISTHREADED 1
34
35 /* Define to 1 if you have the <dlfcn.h> header file. */
36 #define HAVE_DLFCN_H 1
37
38 /* Define to 1 if you have the `dlfunc' function. */
39 #define HAVE_DLFUNC 1
40
41 /* Define to 1 if you have the <errno.h> header file. */
42 #define HAVE_ERRNO_H 1
43
44 /* Define to 1 if you have the `fdopen' function. */
45 #define HAVE_FDOPEN 1
46
47 /* Define to 1 if you have the `flock' function. */
48 #define HAVE_FLOCK 1
49
50 /* Define to 1 if you have the `getpass' function. */
51 #define HAVE_GETPASS 1
52
53 /* Define to 1 if you have the `getprogname' function. */
54 #define HAVE_GETPROGNAME 1
55
56 /* Define to 1 if you have the `getrusage' function. */
57 #define HAVE_GETRUSAGE 1
58
59 /* gettext(3) */
60 /* #undef HAVE_GETTEXT */
61
62 /* Define to 1 if you have the `gettimeofday' function. */
63 #define HAVE_GETTIMEOFDAY 1
64
65 /* humanize_number(3) */
66 #define HAVE_HUMANIZE_NUMBER 1
67
68 /* Define to 1 if you have the <inttypes.h> header file. */
69 #define HAVE_INTTYPES_H 1
70
71 /* Define to 1 if you have the `crypto' library (-lcrypto). */
72 #define HAVE_LIBCRYPTO 1
73
74 /* Define to 1 if you have the `m' library (-lm). */
75 #define HAVE_LIBM 1
76
77 /* Define to 1 if you have the <libutil.h> header file. */
78 #define HAVE_LIBUTIL_H 1
79
80 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
81    to 0 otherwise. */
82 #define HAVE_MALLOC 1
83
84 /* Define to 1 if you have the `memmove' function. */
85 #define HAVE_MEMMOVE 1
86
87 /* Define to 1 if you have the <memory.h> header file. */
88 #define HAVE_MEMORY_H 1
89
90 /* Support printflike */
91 /* #undef HAVE_PRINTFLIKE */
92
93 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
94    and to 0 otherwise. */
95 #define HAVE_REALLOC 1
96
97 /* Define to 1 if you have the `srand' function. */
98 #define HAVE_SRAND 1
99
100 /* Define to 1 if you have the `sranddev' function. */
101 #define HAVE_SRANDDEV 1
102
103 /* Define to 1 if you have the <stdint.h> header file. */
104 #define HAVE_STDINT_H 1
105
106 /* Define to 1 if you have the <stdio_ext.h> header file. */
107 /* #undef HAVE_STDIO_EXT_H */
108
109 /* Define to 1 if you have the <stdio.h> header file. */
110 #define HAVE_STDIO_H 1
111
112 /* Define to 1 if you have the <stdlib.h> header file. */
113 #define HAVE_STDLIB_H 1
114
115 /* Define to 1 if you have the <stdtime/tzfile.h> header file. */
116 /* #undef HAVE_STDTIME_TZFILE_H */
117
118 /* Define to 1 if you have the `strchr' function. */
119 #define HAVE_STRCHR 1
120
121 /* Define to 1 if you have the `strcspn' function. */
122 #define HAVE_STRCSPN 1
123
124 /* Define to 1 if you have the `strerror' function. */
125 #define HAVE_STRERROR 1
126
127 /* Define to 1 if you have the <strings.h> header file. */
128 #define HAVE_STRINGS_H 1
129
130 /* Define to 1 if you have the <string.h> header file. */
131 #define HAVE_STRING_H 1
132
133 /* Define to 1 if you have the `strlcpy' function. */
134 #define HAVE_STRLCPY 1
135
136 /* Define to 1 if you have the `strspn' function. */
137 #define HAVE_STRSPN 1
138
139 /* Have struct sockaddr_un.sun_len */
140 #define HAVE_SUN_LEN 1
141
142 /* Define to 1 if you have the `sysctlbyname' function. */
143 #define HAVE_SYSCTLBYNAME 1
144
145 /* Define to 1 if you have the <sys/param.h> header file. */
146 #define HAVE_SYS_PARAM_H 1
147
148 /* Define to 1 if you have the <sys/stat.h> header file. */
149 #define HAVE_SYS_STAT_H 1
150
151 /* Define to 1 if you have the <sys/sysctl.h> header file. */
152 #define HAVE_SYS_SYSCTL_H 1
153
154 /* Define to 1 if you have the <sys/time.h> header file. */
155 #define HAVE_SYS_TIME_H 1
156
157 /* Define to 1 if you have the <sys/types.h> header file. */
158 #define HAVE_SYS_TYPES_H 1
159
160 /* Define to 1 if you have the <threads.h> header file. */
161 #define HAVE_THREADS_H 1
162
163 /* thread-local setting */
164 #define HAVE_THREAD_LOCAL THREAD_LOCAL_before
165
166 /* Define to 1 if you have the <tzfile.h> header file. */
167 /* #undef HAVE_TZFILE_H */
168
169 /* Define to 1 if you have the <unistd.h> header file. */
170 #define HAVE_UNISTD_H 1
171
172 /* Define to 1 if you have the `__flbf' function. */
173 /* #undef HAVE___FLBF */
174
175 /* Enable debugging */
176 /* #undef LIBXO_DEBUG */
177
178 /* Enable text-only rendering */
179 /* #undef LIBXO_TEXT_ONLY */
180
181 /* Version number as dotted value */
182 #define LIBXO_VERSION "0.4.3"
183
184 /* Version number extra information */
185 #define LIBXO_VERSION_EXTRA ""
186
187 /* Version number as a number */
188 #define LIBXO_VERSION_NUMBER 4003
189
190 /* Version number as string */
191 #define LIBXO_VERSION_STRING "4003"
192
193 /* Enable local wcwidth implementation */
194 #define LIBXO_WCWIDTH 1
195
196 /* Define to the sub-directory where libtool stores uninstalled libraries. */
197 #define LT_OBJDIR ".libs/"
198
199 /* Name of package */
200 #define PACKAGE "libxo"
201
202 /* Define to the address where bug reports for this package should be sent. */
203 #define PACKAGE_BUGREPORT "phil@juniper.net"
204
205 /* Define to the full name of this package. */
206 #define PACKAGE_NAME "libxo"
207
208 /* Define to the full name and version of this package. */
209 #define PACKAGE_STRING "libxo 0.4.3"
210
211 /* Define to the one symbol short name of this package. */
212 #define PACKAGE_TARNAME "libxo"
213
214 /* Define to the home page for this package. */
215 #define PACKAGE_URL ""
216
217 /* Define to the version of this package. */
218 #define PACKAGE_VERSION "0.4.3"
219
220 /* If using the C implementation of alloca, define if you know the
221    direction of stack growth for your system; otherwise it will be
222    automatically deduced at runtime.
223         STACK_DIRECTION > 0 => grows toward higher addresses
224         STACK_DIRECTION < 0 => grows toward lower addresses
225         STACK_DIRECTION = 0 => direction of growth unknown */
226 /* #undef STACK_DIRECTION */
227
228 /* Define to 1 if you have the ANSI C header files. */
229 #define STDC_HEADERS 1
230
231 /* Version number of package */
232 #define VERSION "0.4.3"
233
234 /* Define to `__inline__' or `__inline' if that's what the C compiler
235    calls it, or to nothing if 'inline' is not supported under any name.  */
236 #ifndef __cplusplus
237 /* #undef inline */
238 #endif
239
240 /* Define to rpl_malloc if the replacement function should be used. */
241 /* #undef malloc */
242
243 /* Define to rpl_realloc if the replacement function should be used. */
244 /* #undef realloc */
245
246 /* Define to `unsigned int' if <sys/types.h> does not define. */
247 /* #undef size_t */