]> andersk Git - splint.git/blame - config.h
Added additional tests for buffer overflow detection fixes to the test suite.
[splint.git] / config.h
CommitLineData
8fe44445 1/* config.h. Generated automatically by configure. */
2/* config.hin. Generated automatically from configure.ac by autoheader. */
3
4/*@-constmacros@*/
5
6/* The directory where LCLint's library files live */
e5f31c00 7#define DEFAULT_LARCHPATH ".:/usr/local/share/lclint/lib:/af9/drl7x/reQuickFix/LCLintDev/lib:"
8fe44445 8
9/* LCLint's imports directory */
e5f31c00 10#define DEFAULT_LCLIMPORTDIR "/usr/local/share/lclint/imports:/af9/drl7x/reQuickFix/LCLintDev/imports"
8fe44445 11
12/* gcc's private include directory */
e5f31c00 13#define GCC_INCLUDE_DIR "/usr/lib/gcc-lib/i386-linux/2.7.2.1/include"
8fe44445 14
15/* the system's main include directory */
16#define GCC_INCLUDE_DIR2 "/usr/local/include"
17
18/* String describing who compiled this binary and how */
e5f31c00 19#define LCL_COMPILE "Compiled using gcc -g -O2 on Linux matthews.cs.Virginia.EDU 2.4.3-12 #1 Fri Jun 8 13:35:30 EDT 2001 i686 unknown by drl7x"
8fe44445 20
21/* LCLint's version number */
22#define LCL_PARSE_VERSION "LCLint 3.0.0.19"
23
24/* LCLint's version number and release date */
25#define LCL_VERSION "LCLint 3.0.0.19 --- 5 October 2001"
26
27/* Define to disable support LCL files */
28/* #undef NOLCL */
29
30/* The system's main include directory */
31#define SYSTEM_LIBDIR "/usr/local/include"
32
33/* Define if you're on a Unixy system */
34#define UNIX 1
35
36/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'.
37 */
38#define YYTEXT_POINTER 1
39
40/*@=constmacros@*/
This page took 0.899632 seconds and 5 git commands to generate.