2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-25 11:00:07 +00:00
xcat-dep/Curses-1.23/hints/c-isc.h
2008-04-10 19:36:34 +00:00

30 lines
504 B
C

/* c-isc.h: Hint file for curses on Interactive System V, release 3.2.
This was tested on version 3.01, but probably will work for most
generic SysV curses.
Andy Dougherty doughera@lafcol.lafayette.edu
*/
#include <curses.h>
#ifdef C_PANELSUPPORT
#include <panel.h>
#endif
#ifdef C_MENUSUPPORT
#include <menu.h>
#endif
#ifdef C_FORMSUPPORT
#include <form.h>
#endif
#define C_LONGNAME
#define C_LONG0ARGS
#undef C_LONG2ARGS
#define C_TOUCHLINE
#define C_TOUCH3ARGS
#undef C_TOUCH4ARGS