X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=c%2B%2B%2Finternal.h;h=a14680cc504c35106fe719e33aafc873d6e0e44a;hb=027ae42953e3186daed8f3882da73de48291b606;hp=cdf256cbd71e130d853cdae8f69b59a15c0cb778;hpb=0eb88fc5281804773e2a0c7a488a4452463535ce;p=ncurses.git diff --git a/c++/internal.h b/c++/internal.h index cdf256cb..a14680cc 100644 --- a/c++/internal.h +++ b/c++/internal.h @@ -1,6 +1,6 @@ // * This makes emacs happy -*-Mode: C++;-*- /**************************************************************************** - * Copyright (c) 1998 Free Software Foundation, Inc. * + * Copyright (c) 1998-2003,2005 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -28,15 +28,17 @@ ****************************************************************************/ /**************************************************************************** - * Author: Juergen Pfeifer 1997 * + * Author: Juergen Pfeifer, 1997 * ****************************************************************************/ -// $Id: internal.h,v 1.5 1999/05/16 17:29:25 juergen Exp $ +// $Id: internal.h,v 1.13 2006/09/30 21:59:57 tom Exp $ -#ifndef _CPLUS_INTERNAL_H -#define _CPLUS_INTERNAL_H 1 +#ifndef NCURSES_CPLUS_INTERNAL_H +#define NCURSES_CPLUS_INTERNAL_H 1 -#ifdef USE_RCS_IDS +#include + +#if USE_RCS_IDS #define MODULE_ID(id) static const char Ident[] = id; #else #define MODULE_ID(id) /*nothing*/ @@ -44,4 +46,8 @@ #define CTRL(x) ((x) & 0x1f) +#ifndef _QNX_SOURCE +#include #endif + +#endif /* NCURSES_CPLUS_INTERNAL_H */