wok-next annotate 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
rev   line source
al@19709 1 As described in the INSTALL file:
al@19709 2
al@19709 3 --- a/dev/null
al@19709 4 +++ b/c-config.h
al@19709 5 @@ -0,0 +1,27 @@
al@19709 6 +/* Hint file for the Linux platform, ncurses version of libcurses.
al@19709 7 + *
al@19709 8 + * If this configuration doesn't work, look at the file "c-none.h"
al@19709 9 + * for how to set the configuration options.
al@19709 10 + */
al@19709 11 +
al@19709 12 +#include <ncurses.h>
al@19709 13 +
al@19709 14 +#ifdef C_PANELFUNCTION
al@19709 15 +#include <panel.h>
al@19709 16 +#endif
al@19709 17 +
al@19709 18 +#ifdef C_MENUFUNCTION
al@19709 19 +#include <menu.h>
al@19709 20 +#endif
al@19709 21 +
al@19709 22 +#ifdef C_FORMFUNCTION
al@19709 23 +#include "/usr/include/form.h"
al@19709 24 +#endif
al@19709 25 +
al@19709 26 +#define C_LONGNAME
al@19709 27 +#define C_LONG0ARGS
al@19709 28 +#undef C_LONG2ARGS
al@19709 29 +
al@19709 30 +#define C_TOUCHLINE
al@19709 31 +#define C_TOUCH3ARGS
al@19709 32 +#undef C_TOUCH4ARGS