~ubuntu-branches/ubuntu/natty/ncurses/natty

« back to all changes in this revision

Viewing changes to c++/internal.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-17 09:00:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517090042-86fgxrr6j5jzagot
Tags: 5.6-0ubuntu1
* New upstream version.
  - Remove patches applied upstream: ncurses.upstream, signed-chars.
  - Update patches: debian-backspace.
* Build-depend on g++-multilib instead of lib{32,64}c*-dev-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 *   Author: Juergen Pfeifer, 1997                                          *
32
32
 ****************************************************************************/
33
33
 
34
 
// $Id: internal.h,v 1.12 2005/08/06 22:12:25 tom Exp $
 
34
// $Id: internal.h,v 1.13 2006/09/30 21:59:57 tom Exp $
35
35
 
36
36
#ifndef NCURSES_CPLUS_INTERNAL_H
37
37
#define NCURSES_CPLUS_INTERNAL_H 1
46
46
 
47
47
#define CTRL(x) ((x) & 0x1f)
48
48
 
49
 
#ifndef __EXT_QNX
 
49
#ifndef _QNX_SOURCE
50
50
#include <string.h>
51
51
#endif
52
52