forked from splintchecker/splint
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.hin
105 lines (70 loc) · 1.84 KB
/
config.hin
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
/* config.hin. Generated from configure.ac by autoheader. */
/*@ -macroconstdecl@*/
/* build */
#undef BUILD
/* build_alias */
#undef BUILD_ALIAS
/* build_cpu */
#undef BUILD_CPU
/* build_os */
#undef BUILD_OS
/* build_vendor */
#undef BUILD_VENDOR
/* The directory where Splint's library files live */
#undef DEFAULT_LARCHPATH
/* Splint's imports directory */
#undef DEFAULT_LCLIMPORTDIR
/* system include directory */
#undef GCC_INCLUDE_DIR
/* alternate include directory */
#undef GCC_INCLUDE_DIR2
/* host */
#undef HOST
/* host_alias */
#undef HOST_ALIAS
/* host_cpu */
#undef HOST_CPU
/* host_os */
#undef HOST_OS
/* host_vendor */
#undef HOST_VENDOR
/* String describing who compiled this binary and how */
#undef LCL_COMPILE
/* Splint's version number */
#undef LCL_PARSE_VERSION
/* Define to disable support LCL files */
#undef NOLCL
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Splint's version number and configure/build date */
#undef SPLINT_VERSION
/* The system's main include directory */
#undef SYSTEM_LIBDIR
/* target */
#undef TARGET
/* target_alias */
#undef TARGET_ALIAS
/* target_cpu */
#undef TARGET_CPU
/* target_os */
#undef TARGET_OS
/* target_vendor */
#undef TARGET_VENDOR
/* uname output */
#undef UNAME
/* Define if you're on a Unixy system */
#undef UNIX
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
`char[]'. */
#undef YYTEXT_POINTER
/* needed to expose mode_t on some machines */
#undef _ALL_SOURCE
/*@ =macroconstdecl@*/