1/*  DO NOT EDIT THIS FILE.
2
3    It has been auto-edited by fixincludes from:
4
5	"fixinc/tests/inc/curses.h"
6
7    This had to be done to correct non-standard usages in the
8    original, manufacturer supplied header file.  */
9
10
11
12#if defined( AVOID_BOOL_DEFINE_CHECK )
13#ifndef __cplusplus
14# define bool	 char
15#endif
16
17#endif  /* AVOID_BOOL_DEFINE_CHECK */
18
19
20#if defined( AVOID_BOOL_TYPE_CHECK )
21#ifndef __cplusplus
22typedef unsigned int	bool 	;
23#endif /* bool
24 type */
25#endif  /* AVOID_BOOL_TYPE_CHECK */
26
27
28#if defined( BAD_STRUCT_TERM_CHECK )
29struct term;
30#endif  /* BAD_STRUCT_TERM_CHECK */
31
32
33#if defined( VOID_NULL_CHECK )
34#define NULL 0  /* typed NULL */
35#endif  /* VOID_NULL_CHECK */
36