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