mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-25 00:05:16 +00:00
config.h is not needed in these files.
This commit is contained in:
@@ -16,9 +16,6 @@
|
||||
************************************************************************/
|
||||
|
||||
#define CURSES_LIBRARY 1
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include <curses.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -41,7 +38,7 @@
|
||||
# undef wnoutrefresh
|
||||
#endif
|
||||
|
||||
RCSID("$Id: initscr.c,v 1.42 2006/05/03 17:35:39 wmcbrine Exp $");
|
||||
RCSID("$Id: initscr.c,v 1.43 2006/07/05 20:20:46 wmcbrine Exp $");
|
||||
|
||||
const char *_curses_notice = "PDCurses 2.8 - Public Domain 2006";
|
||||
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
************************************************************************/
|
||||
|
||||
#define CURSES_LIBRARY 1
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include <curses.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -34,7 +31,7 @@
|
||||
# undef doupdate
|
||||
#endif
|
||||
|
||||
RCSID("$Id: pad.c,v 1.20 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
RCSID("$Id: pad.c,v 1.21 2006/07/05 20:20:48 wmcbrine Exp $");
|
||||
|
||||
/* save values for pechochar() */
|
||||
|
||||
|
||||
@@ -16,15 +16,12 @@
|
||||
************************************************************************/
|
||||
|
||||
#define CURSES_LIBRARY 1
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#ifndef XCURSES
|
||||
# define INCLUDE_WINDOWS_H
|
||||
#endif
|
||||
#include <curses.h>
|
||||
|
||||
RCSID("$Id: pdcutil.c,v 1.32 2006/03/29 21:39:42 wmcbrine Exp $");
|
||||
RCSID("$Id: pdcutil.c,v 1.33 2006/07/05 20:20:48 wmcbrine Exp $");
|
||||
|
||||
void PDC_beep(void)
|
||||
{
|
||||
|
||||
@@ -16,13 +16,10 @@
|
||||
************************************************************************/
|
||||
|
||||
#define CURSES_LIBRARY 1
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include <curses.h>
|
||||
#include <string.h>
|
||||
|
||||
RCSID("$Id: pdcwin.c,v 1.39 2006/03/29 20:06:41 wmcbrine Exp $");
|
||||
RCSID("$Id: pdcwin.c,v 1.40 2006/07/05 20:20:48 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
@@ -16,9 +16,6 @@
|
||||
************************************************************************/
|
||||
|
||||
#define CURSES_LIBRARY 1
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include <curses.h>
|
||||
|
||||
/* undefine any macros for functions defined in this module */
|
||||
@@ -45,7 +42,7 @@
|
||||
# undef wclrtobot
|
||||
#endif
|
||||
|
||||
RCSID("$Id: window.c,v 1.29 2006/04/23 03:31:30 wmcbrine Exp $");
|
||||
RCSID("$Id: window.c,v 1.30 2006/07/05 20:20:49 wmcbrine Exp $");
|
||||
|
||||
/*man-start**************************************************************
|
||||
|
||||
|
||||
Reference in New Issue
Block a user