Trying to fix curses problems.

This commit is contained in:
Berk Geveci 2001-11-08 17:17:44 -05:00
parent 76f799fd03
commit 217081a72b
2 changed files with 4 additions and 6 deletions

View File

@ -29,10 +29,9 @@
/****************************************************************************
* Author: Juergen Pfeifer <juergen.pfeifer@gmx.net> 1995,1997 *
****************************************************************************/
#ifdef __hpux
#define _XOPEN_SOURCE_EXTENDED
#endif /* __hpux */
#define _XOPEN_SOURCE_EXTENDED
#include "form.priv.h"
#undef _XOPEN_SOURCE_EXTENDED
MODULE_ID("$Id$")

View File

@ -35,10 +35,9 @@
* Routines to handle external names of menu requests *
***************************************************************************/
#ifdef __hpux
#define _XOPEN_SOURCE_EXTENDED
#endif /* __hpux */
#define _XOPEN_SOURCE_EXTENDED
#include "form.priv.h"
#undef _XOPEN_SOURCE_EXTENDED
MODULE_ID("$Id$")