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