From 57b7cd540396f7ce63e217c21eb37b2bed0fb612 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Mon, 6 Feb 2006 01:13:18 +0000 Subject: [PATCH] Inclusion of config.h no longer needed here. --- pdcurses/addch.c | 5 +---- pdcurses/addchstr.c | 5 +---- pdcurses/addstr.c | 5 +---- pdcurses/attr.c | 5 +---- pdcurses/beep.c | 5 +---- pdcurses/bkgd.c | 5 +---- pdcurses/border.c | 9 +++------ pdcurses/clear.c | 5 +---- pdcurses/color.c | 5 +---- pdcurses/delch.c | 5 +---- pdcurses/deleteln.c | 13 +++---------- pdcurses/getch.c | 5 +---- pdcurses/getstr.c | 5 +---- pdcurses/getyx.c | 5 +---- pdcurses/inch.c | 5 +---- pdcurses/inchstr.c | 5 +---- pdcurses/inopts.c | 5 +---- pdcurses/insch.c | 5 +---- pdcurses/insstr.c | 5 +---- pdcurses/instr.c | 5 +---- pdcurses/mouse.c | 5 +---- pdcurses/move.c | 5 +---- pdcurses/outopts.c | 5 +---- pdcurses/overlay.c | 5 +---- pdcurses/pdcdebug.c | 5 +---- pdcurses/printw.c | 5 +---- pdcurses/refresh.c | 5 +---- pdcurses/scr_dump.c | 5 +---- pdcurses/scroll.c | 5 +---- pdcurses/slk.c | 5 +---- pdcurses/termattr.c | 6 +----- pdcurses/terminfo.c | 5 +---- pdcurses/touch.c | 5 +---- pdcurses/util.c | 5 +---- 34 files changed, 38 insertions(+), 145 deletions(-) diff --git a/pdcurses/addch.c b/pdcurses/addch.c index cf550528..ecc963f9 100644 --- a/pdcurses/addch.c +++ b/pdcurses/addch.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -40,7 +37,7 @@ #ifdef PDCDEBUG const char *rcsid_addch = - "$Id: addch.c,v 1.12 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: addch.c,v 1.13 2006/02/06 01:13:17 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/addchstr.c b/pdcurses/addchstr.c index c5286484..01175b10 100644 --- a/pdcurses/addchstr.c +++ b/pdcurses/addchstr.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include #include @@ -41,7 +38,7 @@ #ifdef PDCDEBUG const char *rcsid_addchstr = - "$Id: addchstr.c,v 1.18 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: addchstr.c,v 1.19 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/addstr.c b/pdcurses/addstr.c index c24bf444..2897b6d2 100644 --- a/pdcurses/addstr.c +++ b/pdcurses/addstr.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -42,7 +39,7 @@ #ifdef PDCDEBUG const char *rcsid_addstr = - "$Id: addstr.c,v 1.12 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: addstr.c,v 1.13 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/attr.c b/pdcurses/attr.c index 69197222..52bf533c 100644 --- a/pdcurses/attr.c +++ b/pdcurses/attr.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -39,7 +36,7 @@ #ifdef PDCDEBUG const char *rcsid_attr = - "$Id: attr.c,v 1.15 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: attr.c,v 1.16 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/beep.c b/pdcurses/beep.c index 8dc85f5f..30a94bf0 100644 --- a/pdcurses/beep.c +++ b/pdcurses/beep.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -33,7 +30,7 @@ #ifdef PDCDEBUG const char *rcsid_beep = - "$Id: beep.c,v 1.11 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: beep.c,v 1.12 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/bkgd.c b/pdcurses/bkgd.c index 81ffd0ad..1addf3ba 100644 --- a/pdcurses/bkgd.c +++ b/pdcurses/bkgd.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -31,7 +28,7 @@ #ifdef PDCDEBUG const char *rcsid_bkgd = - "$Id: bkgd.c,v 1.12 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: bkgd.c,v 1.13 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/border.c b/pdcurses/border.c index 9e2c5be5..07a814c6 100644 --- a/pdcurses/border.c +++ b/pdcurses/border.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -40,7 +37,7 @@ #ifdef PDCDEBUG const char *rcsid_border = - "$Id: border.c,v 1.15 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: border.c,v 1.16 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* @@ -121,7 +118,7 @@ const char *rcsid_border = current background of win, as set by wbkgd(), should by combined with it. Attributes set explicitly in ch take precedence. */ -chtype PDC_attr_passthru(WINDOW *win, chtype ch) +static chtype PDC_attr_passthru(WINDOW *win, chtype ch) { chtype attr, bktmp; @@ -370,7 +367,7 @@ int PDC_CDECL mvwvline(WINDOW *win, int y, int x, chtype ch, int n) /* PDC_lineattr() -- add the specified attribute to a line of chtypes. Used only as the core routine for the next three functions. */ -int PDC_CDECL PDC_lineattr(WINDOW *win, int n, bool state, chtype attr) +static int PDC_CDECL PDC_lineattr(WINDOW *win, int n, bool state, chtype attr) { int endpos; diff --git a/pdcurses/clear.c b/pdcurses/clear.c index 024fd303..674c2cd1 100644 --- a/pdcurses/clear.c +++ b/pdcurses/clear.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -34,7 +31,7 @@ #ifdef PDCDEBUG const char *rcsid_clear = - "$Id: clear.c,v 1.12 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: clear.c,v 1.13 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/color.c b/pdcurses/color.c index 8f8dddab..d3df57aa 100644 --- a/pdcurses/color.c +++ b/pdcurses/color.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include #include @@ -39,7 +36,7 @@ static void PDC_init_pair(short, short, short); #ifdef PDCDEBUG const char *rcsid_color = - "$Id: color.c,v 1.27 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: color.c,v 1.28 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/delch.c b/pdcurses/delch.c index a81fca9b..e0bfa331 100644 --- a/pdcurses/delch.c +++ b/pdcurses/delch.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include #include @@ -37,7 +34,7 @@ #ifdef PDCDEBUG const char *rcsid_delch = - "$Id: delch.c,v 1.11 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: delch.c,v 1.12 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/deleteln.c b/pdcurses/deleteln.c index ec8ab5ba..aab7e194 100644 --- a/pdcurses/deleteln.c +++ b/pdcurses/deleteln.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -33,7 +30,7 @@ #ifdef PDCDEBUG const char *rcsid_deleteln = - "$Id: deleteln.c,v 1.11 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: deleteln.c,v 1.12 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* @@ -94,9 +91,7 @@ int PDC_CDECL deleteln(void) int PDC_CDECL wdeleteln(WINDOW *win) { - chtype blank; - chtype *temp; - chtype *ptr; + chtype blank, *temp, *ptr; int y; PDC_LOG(("wdeleteln() - called\n")); @@ -168,9 +163,7 @@ int PDC_CDECL winsdelln(WINDOW *win, int n) int PDC_CDECL winsertln(WINDOW *win) { - chtype blank; - chtype *temp; - chtype *end; + chtype blank, *temp, *end; int y; PDC_LOG(("winsertln() - called\n")); diff --git a/pdcurses/getch.c b/pdcurses/getch.c index 6d5c21e4..943b94b1 100644 --- a/pdcurses/getch.c +++ b/pdcurses/getch.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -39,7 +36,7 @@ #ifdef PDCDEBUG const char *rcsid_getch = - "$Id: getch.c,v 1.21 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: getch.c,v 1.22 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/getstr.c b/pdcurses/getstr.c index 10c2b9bb..7c75f0f3 100644 --- a/pdcurses/getstr.c +++ b/pdcurses/getstr.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -44,7 +41,7 @@ #ifdef PDCDEBUG const char *rcsid_getstr = - "$Id: getstr.c,v 1.19 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: getstr.c,v 1.20 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/getyx.c b/pdcurses/getyx.c index 475dafbb..5b9eacab 100644 --- a/pdcurses/getyx.c +++ b/pdcurses/getyx.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -32,7 +29,7 @@ #ifdef PDCDEBUG const char *rcsid_getyx = - "$Id: getyx.c,v 1.9 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: getyx.c,v 1.10 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/inch.c b/pdcurses/inch.c index 47f1a767..b70bc003 100644 --- a/pdcurses/inch.c +++ b/pdcurses/inch.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -36,7 +33,7 @@ #ifdef PDCDEBUG const char *rcsid_inch = - "$Id: inch.c,v 1.10 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: inch.c,v 1.11 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/inchstr.c b/pdcurses/inchstr.c index b828bcc2..b7ef2ec1 100644 --- a/pdcurses/inchstr.c +++ b/pdcurses/inchstr.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -40,7 +37,7 @@ #ifdef PDCDEBUG const char *rcsid_inchstr = - "$Id: inchstr.c,v 1.10 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: inchstr.c,v 1.11 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/inopts.c b/pdcurses/inopts.c index b0006363..cb8d9448 100644 --- a/pdcurses/inopts.c +++ b/pdcurses/inopts.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -51,7 +48,7 @@ #ifdef PDCDEBUG const char *rcsid_inopts = - "$Id: inopts.c,v 1.18 2006/02/04 19:35:06 wmcbrine Exp $"; + "$Id: inopts.c,v 1.19 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/insch.c b/pdcurses/insch.c index 9a5bfd34..7e14c381 100644 --- a/pdcurses/insch.c +++ b/pdcurses/insch.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -38,7 +35,7 @@ #ifdef PDCDEBUG const char *rcsid_insch = - "$Id: insch.c,v 1.11 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: insch.c,v 1.12 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/insstr.c b/pdcurses/insstr.c index 8ec5ee7d..819d6bf5 100644 --- a/pdcurses/insstr.c +++ b/pdcurses/insstr.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include #include @@ -43,7 +40,7 @@ #ifdef PDCDEBUG const char *rcsid_insstr = - "$Id: insstr.c,v 1.15 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: insstr.c,v 1.16 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/instr.c b/pdcurses/instr.c index d902812b..e1dbc2c2 100644 --- a/pdcurses/instr.c +++ b/pdcurses/instr.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -43,7 +40,7 @@ #ifdef PDCDEBUG const char *rcsid_instr = - "$Id: instr.c,v 1.11 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: instr.c,v 1.12 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/mouse.c b/pdcurses/mouse.c index c7ec641b..cdd84219 100644 --- a/pdcurses/mouse.c +++ b/pdcurses/mouse.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include #include @@ -35,7 +32,7 @@ #ifdef PDCDEBUG const char *rcsid_mouse = - "$Id: mouse.c,v 1.12 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: mouse.c,v 1.13 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/move.c b/pdcurses/move.c index 4a78b7f5..6ee8bfc8 100644 --- a/pdcurses/move.c +++ b/pdcurses/move.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -28,7 +25,7 @@ #ifdef PDCDEBUG const char *rcsid_move = - "$Id: move.c,v 1.9 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: move.c,v 1.10 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/outopts.c b/pdcurses/outopts.c index 813265f5..799e8052 100644 --- a/pdcurses/outopts.c +++ b/pdcurses/outopts.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -35,7 +32,7 @@ #ifdef PDCDEBUG const char *rcsid_outopts = - "$Id: outopts.c,v 1.14 2006/02/04 02:33:30 wmcbrine Exp $"; + "$Id: outopts.c,v 1.15 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/overlay.c b/pdcurses/overlay.c index b88d6edd..76184c2e 100644 --- a/pdcurses/overlay.c +++ b/pdcurses/overlay.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -35,7 +32,7 @@ #ifdef PDCDEBUG const char *rcsid_overlay = - "$Id: overlay.c,v 1.11 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: overlay.c,v 1.12 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/pdcdebug.c b/pdcurses/pdcdebug.c index 0ef43f82..5c4ded9f 100644 --- a/pdcurses/pdcdebug.c +++ b/pdcurses/pdcdebug.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include #include #include @@ -29,7 +26,7 @@ #ifdef PDCDEBUG const char *rcsid_PDCdebug = - "$Id: pdcdebug.c,v 1.12 2006/01/30 02:10:55 wmcbrine Exp $"; + "$Id: pdcdebug.c,v 1.13 2006/02/06 01:13:18 wmcbrine Exp $"; #endif bool trace_on = FALSE; diff --git a/pdcurses/printw.c b/pdcurses/printw.c index e42b2833..11bbdeb6 100644 --- a/pdcurses/printw.c +++ b/pdcurses/printw.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include #include @@ -39,7 +36,7 @@ #ifdef PDCDEBUG const char *rcsid_printw = - "$Id: printw.c,v 1.14 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: printw.c,v 1.15 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/refresh.c b/pdcurses/refresh.c index c325da49..28dd712b 100644 --- a/pdcurses/refresh.c +++ b/pdcurses/refresh.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include #include #include @@ -44,7 +41,7 @@ #ifdef PDCDEBUG const char *rcsid_refresh = - "$Id: refresh.c,v 1.15 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: refresh.c,v 1.16 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/scr_dump.c b/pdcurses/scr_dump.c index 0191bebf..8d53cb21 100644 --- a/pdcurses/scr_dump.c +++ b/pdcurses/scr_dump.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -30,7 +27,7 @@ #ifdef PDCDEBUG const char *rcsid_scr_dump = - "$Id: scr_dump.c,v 1.9 2006/01/30 02:10:55 wmcbrine Exp $"; + "$Id: scr_dump.c,v 1.10 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/scroll.c b/pdcurses/scroll.c index 9f9f26c9..ca9eacad 100644 --- a/pdcurses/scroll.c +++ b/pdcurses/scroll.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -29,7 +26,7 @@ #ifdef PDCDEBUG const char *rcsid_scroll = - "$Id: scroll.c,v 1.12 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: scroll.c,v 1.13 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/slk.c b/pdcurses/slk.c index 646c3105..75ec4ea1 100644 --- a/pdcurses/slk.c +++ b/pdcurses/slk.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include #include @@ -39,7 +36,7 @@ #ifdef PDCDEBUG const char *rcsid_slk = - "$Id: slk.c,v 1.14 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: slk.c,v 1.15 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/termattr.c b/pdcurses/termattr.c index dc8fc994..64281444 100644 --- a/pdcurses/termattr.c +++ b/pdcurses/termattr.c @@ -17,11 +17,7 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include - #include #include @@ -38,7 +34,7 @@ #ifdef PDCDEBUG const char *rcsid_termattr = - "$Id: termattr.c,v 1.17 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: termattr.c,v 1.18 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/terminfo.c b/pdcurses/terminfo.c index 141b2b9c..185f59ae 100644 --- a/pdcurses/terminfo.c +++ b/pdcurses/terminfo.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -29,7 +26,7 @@ #ifdef PDCDEBUG const char *rcsid_terminfo = - "$Id: terminfo.c,v 1.14 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: terminfo.c,v 1.15 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/touch.c b/pdcurses/touch.c index c75258e2..825c8f59 100644 --- a/pdcurses/touch.c +++ b/pdcurses/touch.c @@ -17,9 +17,6 @@ **************************************************************************/ #define CURSES_LIBRARY 1 -#ifdef HAVE_CONFIG_H -# include -#endif #include /* undefine any macros for functions defined in this module */ @@ -38,7 +35,7 @@ #ifdef PDCDEBUG const char *rcsid_touch = - "$Id: touch.c,v 1.10 2006/01/30 12:17:17 wmcbrine Exp $"; + "$Id: touch.c,v 1.11 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start********************************************************************* diff --git a/pdcurses/util.c b/pdcurses/util.c index be27e5cc..cf2ff0cd 100644 --- a/pdcurses/util.c +++ b/pdcurses/util.c @@ -18,9 +18,6 @@ #define CURSES_LIBRARY 1 #define INCLUDE_WINDOWS_H -#ifdef HAVE_CONFIG_H -# include -#endif #include #if defined (OS2) && defined(EMXVIDEO) @@ -40,7 +37,7 @@ #ifdef PDCDEBUG const char *rcsid_util = - "$Id: util.c,v 1.24 2006/02/04 00:58:41 wmcbrine Exp $"; + "$Id: util.c,v 1.25 2006/02/06 01:13:18 wmcbrine Exp $"; #endif /*man-start*********************************************************************