mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-25 11:00:07 +00:00
30 lines
530 B
C
30 lines
530 B
C
|
/* Hint file for the SCO Unix (3.2 and 4.2) platform.
|
||
|
*
|
||
|
* If this configuration doesn't work, look at the file "c-none.h"
|
||
|
* for how to set the configuration options.
|
||
|
*/
|
||
|
|
||
|
/* These hints thanks to Han Holl <100327.1632@compuserve.com> */
|
||
|
|
||
|
#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
|