CVS Repository/ src/ include/ curses.h

Annotated Revision 1.3 Back
1.3  (millert 17-Jun-03)  1
: /*	$OpenBSD: curses.h,v 1.2 2003/06/03 01:52:39 millert Exp $	*/
1.1  (millert 23-Jul-98)  2
: 
   3
: /*
1.3  (millert 17-Jun-03)  4
:  * Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
   5
:  * on June 17, 2003.
1.1  (millert 23-Jul-98)  6
:  */
   7
: 
   8
: #ifndef _CURSES_H_
   9
: #define _CURSES_H_
   10
: 
   11
: #ifdef _USE_OLD_CURSES_
   12
: #include <ocurses.h>
   13
: #else
   14
: #include <ncurses.h>
   15
: #endif
   16
: 
   17
: #endif /* _CURSES_H_ */