diff options
Diffstat (limited to 'curses/WA_PROTECT.h')
-rw-r--r-- | curses/WA_PROTECT.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/curses/WA_PROTECT.h b/curses/WA_PROTECT.h new file mode 100644 index 0000000..094364e --- /dev/null +++ b/curses/WA_PROTECT.h @@ -0,0 +1,6 @@ +#include <curses.h> +#define WA_PROTECT (1<<8) +/* +XOPEN(400) +LINK(curses) +*/ |