Deleted Added
full compact
dialog.h (220749) dialog.h (223289)
1/*
1/*
2 * $Id: dialog.h,v 1.223 2011/03/02 10:04:09 tom Exp $
2 * $Id: dialog.h,v 1.224 2011/06/13 14:29:42 tom Exp $
3 *
4 * dialog.h -- common declarations for all dialog modules
5 *
6 * Copyright 2000-2010,2011 Thomas E. Dickey
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU Lesser General Public License, version 2.1
10 * as published by the Free Software Foundation.

--- 28 unchanged lines hidden (view full) ---

39#include <unistd.h>
40#include <ctype.h>
41#include <stdlib.h>
42#include <stdarg.h>
43#include <string.h>
44#include <signal.h> /* fork() etc. */
45#include <math.h> /* sqrt() */
46
3 *
4 * dialog.h -- common declarations for all dialog modules
5 *
6 * Copyright 2000-2010,2011 Thomas E. Dickey
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU Lesser General Public License, version 2.1
10 * as published by the Free Software Foundation.

--- 28 unchanged lines hidden (view full) ---

39#include <unistd.h>
40#include <ctype.h>
41#include <stdlib.h>
42#include <stdarg.h>
43#include <string.h>
44#include <signal.h> /* fork() etc. */
45#include <math.h> /* sqrt() */
46
47#undef ERR /* header conflict with Solaris xpg4 */
47/* header conflict with Solaris xpg4 versus <sys/regset.h> */
48#if defined(ERR) && (ERR == 13)
49#undef ERR
50#endif
48
49#if defined(HAVE_NCURSESW_NCURSES_H)
50#include <ncursesw/ncurses.h>
51#elif defined(HAVE_NCURSES_NCURSES_H)
52#include <ncurses/ncurses.h>
53#elif defined(HAVE_NCURSES_CURSES_H)
54#include <ncurses/curses.h>
55#elif defined(HAVE_NCURSES_H)

--- 760 unchanged lines hidden ---
51
52#if defined(HAVE_NCURSESW_NCURSES_H)
53#include <ncursesw/ncurses.h>
54#elif defined(HAVE_NCURSES_NCURSES_H)
55#include <ncurses/ncurses.h>
56#elif defined(HAVE_NCURSES_CURSES_H)
57#include <ncurses/curses.h>
58#elif defined(HAVE_NCURSES_H)

--- 760 unchanged lines hidden ---