]> git.ipfire.org Git - thirdparty/gcc.git/blob - fixincludes/tests/base/curses.h
* attribs.c (strip_attrs): Remove.
[thirdparty/gcc.git] / fixincludes / tests / base / curses.h
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
22 typedef unsigned int bool ;
23 #endif /* bool
24 type */
25 #endif /* AVOID_BOOL_TYPE_CHECK */
26
27
28 #if defined( BAD_STRUCT_TERM_CHECK )
29 struct term;
30 #endif /* BAD_STRUCT_TERM_CHECK */
31
32
33 #if defined( LYNX_VOID_INT_CHECK )
34 /* curses foiled again */
35 #endif /* LYNX_VOID_INT_CHECK */
36
37
38 #if defined( VOID_NULL_CHECK )
39 #ifndef NULL
40 #define NULL 0 /* typed NULL */
41 #endif
42 #endif /* VOID_NULL_CHECK */