Trying to fix curses problems.
This commit is contained in:
parent
76f799fd03
commit
217081a72b
@ -29,10 +29,9 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Author: Juergen Pfeifer <juergen.pfeifer@gmx.net> 1995,1997 *
|
* Author: Juergen Pfeifer <juergen.pfeifer@gmx.net> 1995,1997 *
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
#ifdef __hpux
|
#define _XOPEN_SOURCE_EXTENDED
|
||||||
#define _XOPEN_SOURCE_EXTENDED
|
|
||||||
#endif /* __hpux */
|
|
||||||
#include "form.priv.h"
|
#include "form.priv.h"
|
||||||
|
#undef _XOPEN_SOURCE_EXTENDED
|
||||||
|
|
||||||
MODULE_ID("$Id$")
|
MODULE_ID("$Id$")
|
||||||
|
|
||||||
|
@ -35,10 +35,9 @@
|
|||||||
* Routines to handle external names of menu requests *
|
* Routines to handle external names of menu requests *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
#ifdef __hpux
|
#define _XOPEN_SOURCE_EXTENDED
|
||||||
#define _XOPEN_SOURCE_EXTENDED
|
|
||||||
#endif /* __hpux */
|
|
||||||
#include "form.priv.h"
|
#include "form.priv.h"
|
||||||
|
#undef _XOPEN_SOURCE_EXTENDED
|
||||||
|
|
||||||
MODULE_ID("$Id$")
|
MODULE_ID("$Id$")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user