~ubuntu-branches/debian/squeeze/binutils/squeeze

« back to all changes in this revision

Viewing changes to gold/config.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-09-10 17:05:30 UTC
  • mfrom: (1.4.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090910170530-wa6gpju9pq5c56on
Tags: 2.19.91.20090910-1
* Snapshot, taken from the 2.20 release branch 20090910, corresponding
  to the 2.19.90 upstream snapshot.
* Fix Thumb-2 shared libraries (Daniel Jacobowitz), patch taken
  from the trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.in.  Generated from configure.ac by autoheader.  */
2
2
 
 
3
/* Define if building universal (internal helper macro) */
 
4
#undef AC_APPLE_UNIVERSAL_BUILD
 
5
 
3
6
/* Define to 1 if translation of program messages to the user's native
4
7
   language is requested. */
5
8
#undef ENABLE_NLS
39
42
/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
40
43
#undef HAVE_DECL_FFS
41
44
 
42
 
/* Define to 1 if you have the declaration of `memmem', and to 0 if you
43
 
   don't. */
 
45
/* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
 
46
   */
44
47
#undef HAVE_DECL_MEMMEM
45
48
 
46
49
/* Define to 1 if you have the declaration of `snprintf', and to 0 if you
159
162
/* Define to the one symbol short name of this package. */
160
163
#undef PACKAGE_TARNAME
161
164
 
 
165
/* Define to the home page for this package. */
 
166
#undef PACKAGE_URL
 
167
 
162
168
/* Define to the version of this package. */
163
169
#undef PACKAGE_VERSION
164
170
 
171
177
/* Whether the system root can be relocated */
172
178
#undef TARGET_SYSTEM_ROOT_RELOCATABLE
173
179
 
174
 
/* Version number of package */
175
 
#undef VERSION
176
 
 
177
 
/* Define to 1 if your processor stores words with the most significant byte
178
 
   first (like Motorola and SPARC, unlike Intel and VAX). */
179
 
#undef WORDS_BIGENDIAN
180
 
 
 
180
/* Enable extensions on AIX 3, Interix.  */
 
181
#ifndef _ALL_SOURCE
 
182
# undef _ALL_SOURCE
 
183
#endif
181
184
/* Enable GNU extensions on systems that have them.  */
182
185
#ifndef _GNU_SOURCE
183
186
# undef _GNU_SOURCE
184
187
#endif
 
188
/* Enable threading extensions on Solaris.  */
 
189
#ifndef _POSIX_PTHREAD_SEMANTICS
 
190
# undef _POSIX_PTHREAD_SEMANTICS
 
191
#endif
 
192
/* Enable extensions on HP NonStop.  */
 
193
#ifndef _TANDEM_SOURCE
 
194
# undef _TANDEM_SOURCE
 
195
#endif
 
196
/* Enable general extensions on Solaris.  */
 
197
#ifndef __EXTENSIONS__
 
198
# undef __EXTENSIONS__
 
199
#endif
 
200
 
 
201
 
 
202
/* Version number of package */
 
203
#undef VERSION
 
204
 
 
205
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
 
206
   significant byte first (like Motorola and SPARC, unlike Intel). */
 
207
#if defined AC_APPLE_UNIVERSAL_BUILD
 
208
# if defined __BIG_ENDIAN__
 
209
#  define WORDS_BIGENDIAN 1
 
210
# endif
 
211
#else
 
212
# ifndef WORDS_BIGENDIAN
 
213
#  undef WORDS_BIGENDIAN
 
214
# endif
 
215
#endif
 
216
 
 
217
/* Define to 1 if on MINIX. */
 
218
#undef _MINIX
 
219
 
 
220
/* Define to 2 if the system does not provide POSIX.1 features except with
 
221
   this defined. */
 
222
#undef _POSIX_1_SOURCE
 
223
 
 
224
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
225
#undef _POSIX_SOURCE