wok-next view perl-curses/stuff/patches/include-ncurses-form-h.patch @ rev 19709

Up at-spi2-atk, libpcap, nettle, readline, tiff, xcb-util* and 220 Perl packages (there are still about 20 left)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 11 02:23:02 2017 +0300 (2017-05-11)
parents
children
line source
1 As described in the INSTALL file:
3 --- a/dev/null
4 +++ b/c-config.h
5 @@ -0,0 +1,27 @@
6 +/* Hint file for the Linux platform, ncurses version of libcurses.
7 + *
8 + * If this configuration doesn't work, look at the file "c-none.h"
9 + * for how to set the configuration options.
10 + */
11 +
12 +#include <ncurses.h>
13 +
14 +#ifdef C_PANELFUNCTION
15 +#include <panel.h>
16 +#endif
17 +
18 +#ifdef C_MENUFUNCTION
19 +#include <menu.h>
20 +#endif
21 +
22 +#ifdef C_FORMFUNCTION
23 +#include "/usr/include/form.h"
24 +#endif
25 +
26 +#define C_LONGNAME
27 +#define C_LONG0ARGS
28 +#undef C_LONG2ARGS
29 +
30 +#define C_TOUCHLINE
31 +#define C_TOUCH3ARGS
32 +#undef C_TOUCH4ARGS