~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to bfd/config.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-03-18 13:07:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050318130752-j4i37zgqclj53b94
Tags: 2.15-5ubuntu2
debian/rules: Call pkgstriptranslations if present (the package does not
use debhelper, thus it does not happen automatically).

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
/* Define if you have the fdopen function.  */
62
62
#undef HAVE_FDOPEN
63
63
 
 
64
/* Define if you have the fseeko function.  */
 
65
#undef HAVE_FSEEKO
 
66
 
 
67
/* Define if you have the fseeko64 function.  */
 
68
#undef HAVE_FSEEKO64
 
69
 
 
70
/* Define if you have the ftello function.  */
 
71
#undef HAVE_FTELLO
 
72
 
 
73
/* Define if you have the ftello64 function.  */
 
74
#undef HAVE_FTELLO64
 
75
 
64
76
/* Define if you have the getcwd function.  */
65
77
#undef HAVE_GETCWD
66
78
 
190
202
/* Define as 1 if you have gettext and don't want to use GNU gettext. */
191
203
#undef HAVE_GETTEXT
192
204
 
 
205
/* The number of bytes in type long long */
 
206
#undef SIZEOF_LONG_LONG
 
207
 
 
208
/* The number of bytes in type long */
 
209
#undef SIZEOF_LONG
 
210
 
193
211
/* Use b modifier when opening binary files? */
194
212
#undef USE_BINARY_FOPEN
195
213
 
262
280
/* Name of host specific header file to include in trad-core.c. */
263
281
#undef TRAD_HEADER
264
282
 
 
283
/* The number of bytes in type off_t */
 
284
#undef SIZEOF_OFF_T
 
285
 
265
286
/* Use mmap if it's available? */
266
287
#undef USE_MMAP
267
288