mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-25 11:00:07 +00:00
31 lines
600 B
C
31 lines
600 B
C
/* Hint file for the BSD386 platform.
|
|
* (Copy of the hint file for the FreeBSD platform, BSD version of libcurses.)
|
|
*
|
|
* If this configuration doesn't work, look at the file "c-none.h"
|
|
* for how to set the configuration options.
|
|
*/
|
|
|
|
/* These hints thanks to "Andrew V. Stesin" <stesin@elvisti.kiev.ua> */
|
|
|
|
#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
|
|
#undef C_LONG0ARGS
|
|
#define C_LONG2ARGS
|
|
|
|
#define C_TOUCHLINE
|
|
#undef C_TOUCH3ARGS
|
|
#define C_TOUCH4ARGS
|