~ubuntu-branches/ubuntu/precise/eglibc/precise

« back to all changes in this revision

Viewing changes to argp/argp-fmtstream.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-10-04 17:48:26 UTC
  • mfrom: (216.1.23 oneiric)
  • Revision ID: package-import@ubuntu.com-20111004174826-2cyb9ewn3ucymlsx
Tags: 2.13-20ubuntu5
libc6-dev: Don't break the current {gnat,gcj}-4.4-base versons. LP: #853688.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Word-wrapping and line-truncating streams.
2
 
   Copyright (C) 1997, 2011 Free Software Foundation, Inc.
 
2
   Copyright (C) 1997 Free Software Foundation, Inc.
3
3
   This file is part of the GNU C Library.
4
4
   Written by Miles Bader <miles@gnu.ai.mit.edu>.
5
5
 
43
43
# endif
44
44
#endif
45
45
 
46
 
#if defined (__GNU_LIBRARY__) && defined (HAVE_LINEWRAP_H)
 
46
#if    (_LIBC - 0 && !defined (USE_IN_LIBIO)) \
 
47
    || (defined (__GNU_LIBRARY__) && defined (HAVE_LINEWRAP_H))
47
48
/* line_wrap_stream is available, so use that.  */
48
49
#define ARGP_FMTSTREAM_USE_LINEWRAP
49
50
#endif