Changeset View
Changeset View
Standalone View
Standalone View
usr.bin/yacc/config.h
| Show First 20 Lines • Show All 99 Lines • ▼ Show 20 Lines | |||||
| /* "Define to 1 if you want to use dmalloc for testing." */ | /* "Define to 1 if you want to use dmalloc for testing." */ | ||||
| /* #undef USE_DMALLOC */ | /* #undef USE_DMALLOC */ | ||||
| /* "Define to 1 if you want to use valgrind for testing." */ | /* "Define to 1 if you want to use valgrind for testing." */ | ||||
| /* #undef USE_VALGRIND */ | /* #undef USE_VALGRIND */ | ||||
| /* Define to 1 to enable backtracking extension */ | /* Define to 1 to enable backtracking extension */ | ||||
| #define YYBTYACC 1 | /* #undef YYBTYACC */ | ||||
| /* Define to 1 if you want to perform memory-leak testing. */ | /* Define to 1 if you want to perform memory-leak testing. */ | ||||
| /* #undef YY_NO_LEAKS */ | /* #undef YY_NO_LEAKS */ | ||||
| /* Define to `int' if <sys/types.h> does not define. */ | /* Define to `int' if <sys/types.h> does not define. */ | ||||
| /* #undef mode_t */ | /* #undef mode_t */ | ||||