]> git.decadent.org.uk Git - ap-utils.git/blob - lib/ap-curses.h
Imported Upstream version 1.5~pre3~a
[ap-utils.git] / lib / ap-curses.h
1 /*
2  *      ap-curses.h from Access Point SNMP Utils for Linux
3  *      definitions common for programs that use ncurses or curses libs
4  *
5  * Copyright (c) 2004 Roman Festchook <roma at polesye dot net>
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License Version 2 from
9  * June 1991 as published by the Free Software Foundation.
10  *
11  * This program is distributed in the hope that it will be useful, but
12  * WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License along
17  * with this program; if not, write to the Free Software Foundation, Inc.,
18  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19  *
20  */
21
22 #ifdef HAVE_LIBNCURSES
23 #include <ncurses.h>
24 #else
25 #include <curses.h>
26 #endif