Deleted Added
full compact
config.h (77570) config.h (89879)
1/* $FreeBSD: head/gnu/usr.bin/binutils/libbinutils/config.h 77570 2001-06-01 05:30:31Z obrien $ */
1/* $FreeBSD: head/gnu/usr.bin/binutils/libbinutils/config.h 89879 2002-01-27 13:10:59Z 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. */

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

56/* #undef HAVE___ARGZ_NEXT */
57
58/* Define if you have the __argz_stringify function. */
59/* #undef HAVE___ARGZ_STRINGIFY */
60
61/* Define if you have the dcgettext function. */
62/* #undef HAVE_DCGETTEXT */
63
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. */

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

56/* #undef HAVE___ARGZ_NEXT */
57
58/* Define if you have the __argz_stringify function. */
59/* #undef HAVE___ARGZ_STRINGIFY */
60
61/* Define if you have the dcgettext function. */
62/* #undef HAVE_DCGETTEXT */
63
64/* Define if you have the getc_unlocked function. */
65/* #undef HAVE_GETC_UNLOCKED */
66
64/* Define if you have the getcwd function. */
65#define HAVE_GETCWD 1
66
67/* Define if you have the getpagesize function. */
68#define HAVE_GETPAGESIZE 1
69
70/* Define if you have the munmap function. */
71#define HAVE_MUNMAP 1

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

125#define HAVE_STRINGS_H 1
126
127/* Define if you have the <sys/file.h> header file. */
128#define HAVE_SYS_FILE_H 1
129
130/* Define if you have the <sys/param.h> header file. */
131#define HAVE_SYS_PARAM_H 1
132
67/* Define if you have the getcwd function. */
68#define HAVE_GETCWD 1
69
70/* Define if you have the getpagesize function. */
71#define HAVE_GETPAGESIZE 1
72
73/* Define if you have the munmap function. */
74#define HAVE_MUNMAP 1

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

128#define HAVE_STRINGS_H 1
129
130/* Define if you have the <sys/file.h> header file. */
131#define HAVE_SYS_FILE_H 1
132
133/* Define if you have the <sys/param.h> header file. */
134#define HAVE_SYS_PARAM_H 1
135
136/* Define if you have the <sys/stat.h> header file. */
137#define HAVE_SYS_STAT_H 1
138
139/* Define if you have the <sys/types.h> header file. */
140#define HAVE_SYS_TYPES_H 1
141
133/* Define if you have the <unistd.h> header file. */
134#define HAVE_UNISTD_H 1
135
136/* Define if you have the <values.h> header file. */
137/* #undef HAVE_VALUES_H */
138
139/* Name of package */
140#define PACKAGE "binutils"
141
142/* Version number of package */
142/* Define if you have the <unistd.h> header file. */
143#define HAVE_UNISTD_H 1
144
145/* Define if you have the <values.h> header file. */
146/* #undef HAVE_VALUES_H */
147
148/* Name of package */
149#define PACKAGE "binutils"
150
151/* Version number of package */
143/* #define VERSION "2.11" */
152/* #define VERSION "2.11.93" */
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 */
152/* #define ENABLE_NLS 1 */
153
154/* Define as 1 if you have gettext and don't want to use GNU gettext. */
155/* #undef HAVE_GETTEXT */
156
157/* Does the platform use an executable suffix? */
158/* #undef HAVE_EXECUTABLE_SUFFIX */
159
160/* Suffix used for executables, if any. */
161#define EXECUTABLE_SUFFIX ""
162
153
154/* Define if you have the stpcpy function */
155/* #undef HAVE_STPCPY */
156
157/* Define if your locale.h file contains LC_MESSAGES. */
158#define HAVE_LC_MESSAGES 1
159
160/* Define to 1 if NLS is requested */
161/* #define ENABLE_NLS 1 */
162
163/* Define as 1 if you have gettext and don't want to use GNU gettext. */
164/* #undef HAVE_GETTEXT */
165
166/* Does the platform use an executable suffix? */
167/* #undef HAVE_EXECUTABLE_SUFFIX */
168
169/* Suffix used for executables, if any. */
170#define EXECUTABLE_SUFFIX ""
171
172/* Is fopen64 available? */
173/* #undef HAVE_FOPEN64 */
174
175/* Enable LFS */
176/* #undef _LARGEFILE64_SOURCE */
177
163/* Is the type time_t defined in <time.h>? */
164#define HAVE_TIME_T_IN_TIME_H 1
165
166/* Is the type time_t defined in <sys/types.h>? */
167#define HAVE_TIME_T_IN_TYPES_H 1
168
169/* Does <utime.h> define struct utimbuf? */
170#define HAVE_GOOD_UTIME_H 1

--- 22 unchanged lines hidden ---
178/* Is the type time_t defined in <time.h>? */
179#define HAVE_TIME_T_IN_TIME_H 1
180
181/* Is the type time_t defined in <sys/types.h>? */
182#define HAVE_TIME_T_IN_TYPES_H 1
183
184/* Does <utime.h> define struct utimbuf? */
185#define HAVE_GOOD_UTIME_H 1

--- 22 unchanged lines hidden ---