| 6 |
details. |
details. |
| 7 |
|
|
| 8 |
Menu-based user interface |
Menu-based user interface |
| 9 |
$Id: menu.h,v 1.2 2002/07/21 03:53:11 weaselp Exp $ */ |
$Id: menu.h,v 1.3 2002/09/18 23:26:16 rabbi Exp $ */ |
| 10 |
|
|
| 11 |
|
|
| 12 |
#ifndef _MENU_H |
#ifndef _MENU_H |
| 15 |
#ifdef USE_NCURSES |
#ifdef USE_NCURSES |
| 16 |
#ifdef HAVE_NCURSES_H |
#ifdef HAVE_NCURSES_H |
| 17 |
#include <ncurses.h> |
#include <ncurses.h> |
| 18 |
#else |
#else /* end of HAVE_NCURSES_H */ |
| 19 |
#include <curses.h> |
#include <curses.h> |
| 20 |
#endif |
#endif /* else if not HAVE_NCURSES_H */ |
| 21 |
#endif |
#endif /* USE_NCURSES */ |
| 22 |
|
|
| 23 |
#define NONANON "non-anonymous" |
#define NONANON "non-anonymous" |
| 24 |
#define ANON "Anonymous" |
#define ANON "Anonymous" |
| 38 |
int menu_replychain(int *d, int *l, char *mdest, char *pdest, char *psub, |
int menu_replychain(int *d, int *l, char *mdest, char *pdest, char *psub, |
| 39 |
char *r); |
char *r); |
| 40 |
|
|
| 41 |
#endif |
#endif /* USE_NCURSES */ |
| 42 |
|
|
| 43 |
#define maxnym 30 |
#define maxnym 30 |
| 44 |
|
|
| 45 |
#endif |
#endif /* not _MENU_H */ |