~ubuntu-branches/debian/sid/x11-apps/sid

« back to all changes in this revision

Viewing changes to xconsole/xconsole.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2011-02-09 18:15:58 UTC
  • mfrom: (9.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110209181558-4wta1q27k11xrtae
Tags: 7.6+4
* debian/rules::get-tarballs: pass "--destdir ." to uscan
* xbiff 1.0.3.
* Remove Brice Goglin and David Nusinow from Uploaders.  Thanks for your
  work!
* Drop Pre-Depends on x11-common.
* Bump Standards-Version to 3.9.1.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
#include <ctype.h>
67
67
#include <stdlib.h>
68
68
#ifdef HAS_OPENPTY
69
 
# ifdef HAS_UTIL_H
 
69
# ifdef HAVE_UTIL_H
70
70
#  include <util.h>
71
71
# endif
72
 
# ifdef HAS_PTY_H
 
72
# ifdef HAVE_PTY_H
73
73
#  include <pty.h>
74
74
# endif
75
75
#endif
182
182
# endif
183
183
# if defined (SVR4) || defined (USE_PTS)
184
184
#  include <termios.h>
 
185
#  ifndef HAS_OPENPTY
185
186
#  include <sys/stropts.h>              /* for I_PUSH */
 
187
#  endif
186
188
#  ifdef sun
187
189
#   include <sys/strredir.h>
188
190
#  endif