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