Deleted Added
full compact
xo_config.h (296967) xo_config.h (297894)
1/* $FreeBSD: head/lib/libxo/xo_config.h 297894 2016-04-12 23:30:56Z phil $ */
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

--- 165 unchanged lines hidden (view full) ---

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 */
2/* libxo/xo_config.h. Generated from xo_config.h.in by configure. */
3/* libxo/xo_config.h.in. Generated from configure.ac by autoheader. */
4
5/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
6 systems. This function is required for `alloca.c' support on those systems.
7 */
8/* #undef CRAY_STACKSEG_END */
9

--- 165 unchanged lines hidden (view full) ---

175
176/* Enable debugging */
177/* #undef LIBXO_DEBUG */
178
179/* Enable text-only rendering */
180/* #undef LIBXO_TEXT_ONLY */
181
182/* Version number as dotted value */
182#define LIBXO_VERSION "0.4.3"
183#define LIBXO_VERSION "0.4.6"
183
184/* Version number extra information */
185#define LIBXO_VERSION_EXTRA ""
186
187/* Version number as a number */
184
185/* Version number extra information */
186#define LIBXO_VERSION_EXTRA ""
187
188/* Version number as a number */
188#define LIBXO_VERSION_NUMBER 4003
189#define LIBXO_VERSION_NUMBER 4006
189
190/* Version number as string */
190
191/* Version number as string */
191#define LIBXO_VERSION_STRING "4003"
192#define LIBXO_VERSION_STRING "4006"
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. */
193
194/* Enable local wcwidth implementation */
195#define LIBXO_WCWIDTH 1
196
197/* Define to the sub-directory where libtool stores uninstalled libraries. */
198#define LT_OBJDIR ".libs/"
199
200/* Name of package */
201#define PACKAGE "libxo"
202
203/* Define to the address where bug reports for this package should be sent. */
204#define PACKAGE_BUGREPORT "phil@juniper.net"
205
206/* Define to the full name of this package. */
207#define PACKAGE_NAME "libxo"
208
209/* Define to the full name and version of this package. */
209#define PACKAGE_STRING "libxo 0.4.3"
210#define PACKAGE_STRING "libxo 0.4.6"
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. */
211
212/* Define to the one symbol short name of this package. */
213#define PACKAGE_TARNAME "libxo"
214
215/* Define to the home page for this package. */
216#define PACKAGE_URL ""
217
218/* Define to the version of this package. */
218#define PACKAGE_VERSION "0.4.3"
219#define PACKAGE_VERSION "0.4.6"
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 */
220
221/* If using the C implementation of alloca, define if you know the
222 direction of stack growth for your system; otherwise it will be
223 automatically deduced at runtime.
224 STACK_DIRECTION > 0 => grows toward higher addresses
225 STACK_DIRECTION < 0 => grows toward lower addresses
226 STACK_DIRECTION = 0 => direction of growth unknown */
227/* #undef STACK_DIRECTION */
228
229/* Define to 1 if you have the ANSI C header files. */
230#define STDC_HEADERS 1
231
232/* Version number of package */
232#define VERSION "0.4.3"
233#define VERSION "0.4.6"
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 */
234
235/* Define to `__inline__' or `__inline' if that's what the C compiler
236 calls it, or to nothing if 'inline' is not supported under any name. */
237#ifndef __cplusplus
238/* #undef inline */
239#endif
240
241/* Define to rpl_malloc if the replacement function should be used. */
242/* #undef malloc */
243
244/* Define to rpl_realloc if the replacement function should be used. */
245/* #undef realloc */
246
247/* Define to `unsigned int' if <sys/types.h> does not define. */
248/* #undef size_t */