[BACK]Return to curses.h CVS log [TXT][DIR] Up to [local] / src / include

Annotation of src/include/curses.h, Revision 1.3

1.3     ! millert     1: /*     $OpenBSD: curses.h,v 1.2 2003/06/03 01:52:39 millert Exp $      */
1.1       millert     2:
                      3: /*
1.3     ! millert     4:  * Placed in the public domain by Todd C. Miller <Todd.Miller@courtesan.com>
        !             5:  * on June 17, 2003.
1.1       millert     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_ */