]> git.deb.at Git - pkg/abook.git/blob - abook_curses.h
Upload 0.6.1-2 to unstable
[pkg/abook.git] / abook_curses.h
1 #ifndef _ABOOK_CURSES_H
2 #define _ABOOK_CURSES_H
3
4 #include "config.h"
5
6 #ifdef HAVE_NCURSES_H
7 #       include <ncurses.h>
8 #else
9 #       include <curses.h>
10 #endif
11
12 #ifndef getnstr
13 #       define getnstr(s, n)           wgetnstr(stdscr, s, n)
14 #endif
15
16 #endif