Deleted Added
full compact
config.h (60777) config.h (92840)
1/* $FreeBSD: head/gnu/usr.bin/binutils/ld/config.h 60777 2000-05-22 08:09:42Z obrien $ */
1/* $FreeBSD: head/gnu/usr.bin/binutils/ld/config.h 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
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

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

135
136/* Define if you have the <values.h> header file. */
137/* #undef HAVE_VALUES_H */
138
139/* Name of package */
140#define PACKAGE "ld"
141
142/* Version number of package */
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

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

132
133/* Define if you have the <values.h> header file. */
134/* #undef HAVE_VALUES_H */
135
136/* Name of package */
137#define PACKAGE "ld"
138
139/* Version number of package */
143/* #define VERSION "2.9.5" */
140/* #define VERSION "2.12" */
144
145/* Define if you have the stpcpy function */
146/* #undef HAVE_STPCPY */
147
148/* Define if your locale.h file contains LC_MESSAGES. */
149#define HAVE_LC_MESSAGES 1
150
151/* Define to 1 if NLS is requested */

--- 26 unchanged lines hidden ---
141
142/* Define if you have the stpcpy function */
143/* #undef HAVE_STPCPY */
144
145/* Define if your locale.h file contains LC_MESSAGES. */
146#define HAVE_LC_MESSAGES 1
147
148/* Define to 1 if NLS is requested */

--- 26 unchanged lines hidden ---