Deleted Added
full compact
config.h.fbsd (84905) config.h.fbsd (92840)
1/* $FreeBSD: head/gnu/usr.bin/binutils/libbfd/config.h.fbsd 84905 2001-10-14 01:24:07Z obrien $ */
1/* $FreeBSD: head/gnu/usr.bin/binutils/libbfd/config.h.fbsd 92840 2002-03-20 23:05:19Z obrien $ */
2
3/* config.h. Generated automatically by configure. */
4/* config.in. Generated automatically from configure.in by autoheader. */
5
6/* Define if using alloca.c. */
7/* #undef C_ALLOCA */
8
9/* Define to empty if the keyword does not work. */

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

23#define HAVE_MMAP 1
24
25/* Define as __inline if that's what the C compiler calls it. */
26/* #undef inline */
27
28/* Define to `long' if <sys/types.h> doesn't define. */
29/* #undef off_t */
30
2
3/* config.h. Generated automatically by configure. */
4/* config.in. Generated automatically from configure.in by autoheader. */
5
6/* Define if using alloca.c. */
7/* #undef C_ALLOCA */
8
9/* Define to empty if the keyword does not work. */

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

23#define HAVE_MMAP 1
24
25/* Define as __inline if that's what the C compiler calls it. */
26/* #undef inline */
27
28/* Define to `long' if <sys/types.h> doesn't define. */
29/* #undef off_t */
30
31/* Define if you need to in order for stat and other things to work. */
32/* #undef _POSIX_SOURCE */
33
31/* Define to `unsigned' if <sys/types.h> doesn't define. */
32/* #undef size_t */
33
34/* If using the C implementation of alloca, define if you know the
35 direction of stack growth for your system; otherwise it will be
36 automatically deduced at run-time.
37 STACK_DIRECTION > 0 => grows toward higher addresses
38 STACK_DIRECTION < 0 => grows toward lower addresses

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

171
172/* Define if you have the <values.h> header file. */
173/* #undef HAVE_VALUES_H */
174
175/* Name of package */
176#define PACKAGE "bfd"
177
178/* Version number of package */
34/* Define to `unsigned' if <sys/types.h> doesn't define. */
35/* #undef size_t */
36
37/* If using the C implementation of alloca, define if you know the
38 direction of stack growth for your system; otherwise it will be
39 automatically deduced at run-time.
40 STACK_DIRECTION > 0 => grows toward higher addresses
41 STACK_DIRECTION < 0 => grows toward lower addresses

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

174
175/* Define if you have the <values.h> header file. */
176/* #undef HAVE_VALUES_H */
177
178/* Name of package */
179#define PACKAGE "bfd"
180
181/* Version number of package */
179/* #define VERSION "2.11" */
182/* #define VERSION "2.12" */
180
181/* Define if you have the stpcpy function */
182/* #undef HAVE_STPCPY */
183
184/* Define if your locale.h file contains LC_MESSAGES. */
185#define HAVE_LC_MESSAGES 1
186
187/* Define to 1 if NLS is requested */

--- 77 unchanged lines hidden ---
183
184/* Define if you have the stpcpy function */
185/* #undef HAVE_STPCPY */
186
187/* Define if your locale.h file contains LC_MESSAGES. */
188#define HAVE_LC_MESSAGES 1
189
190/* Define to 1 if NLS is requested */

--- 77 unchanged lines hidden ---