Oops -- config.h is not used in DOS.

This commit is contained in:
William McBrine
2006-07-07 05:56:18 +00:00
parent df027b6f13
commit a62cab6e55

View File

@@ -16,9 +16,6 @@
************************************************************************/
#define CURSES_LIBRARY 1
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <curses.h>
#ifdef HAVE_UNISTD_H
@@ -40,7 +37,7 @@
# endif
#endif
RCSID("$Id: pdcutil.c,v 1.3 2006/07/07 05:34:04 wmcbrine Exp $");
RCSID("$Id: pdcutil.c,v 1.4 2006/07/07 05:56:18 wmcbrine Exp $");
void PDC_beep(void)
{