wok-next view perl-curses/stuff/patches/include-ncurses-form-h.patch @ rev 21330
updated libraw again (0.18.7 -> 0.19.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 12 16:15:51 2019 +0100 (2019-12-12) |
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