Deleted Added
full compact
xo_config.h (298067) xo_config.h (298083)
1/* $FreeBSD: head/lib/libxo/xo_config.h 298067 2016-04-15 15:50:13Z phil $ */
1/* $FreeBSD: head/lib/libxo/xo_config.h 298083 2016-04-15 18:46:15Z phil $ */
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

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

83#define HAVE_MALLOC 1
84
85/* Define to 1 if you have the `memmove' function. */
86#define HAVE_MEMMOVE 1
87
88/* Define to 1 if you have the <memory.h> header file. */
89#define HAVE_MEMORY_H 1
90
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

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

83#define HAVE_MALLOC 1
84
85/* Define to 1 if you have the `memmove' function. */
86#define HAVE_MEMMOVE 1
87
88/* Define to 1 if you have the <memory.h> header file. */
89#define HAVE_MEMORY_H 1
90
91/* Define to 1 if you have the <monitor.h> header file. */
92/* #undef HAVE_MONITOR_H */
93
91/* Support printflike */
92/* #undef HAVE_PRINTFLIKE */
93
94/* Define to 1 if your system has a GNU libc compatible `realloc' function,
95 and to 0 otherwise. */
96#define HAVE_REALLOC 1
97
98/* Define to 1 if you have the `srand' function. */

--- 76 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 */
94/* Support printflike */
95/* #undef HAVE_PRINTFLIKE */
96
97/* Define to 1 if your system has a GNU libc compatible `realloc' function,
98 and to 0 otherwise. */
99#define HAVE_REALLOC 1
100
101/* Define to 1 if you have the `srand' function. */

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

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