Skip to content
Snippets Groups Projects
Commit e0212b2a authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added support for more tracing.

Rev: src/acconfig.h:1.20
parent 93d340ab
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: acconfig.h,v 1.19 1998/03/28 15:41:37 grubba Exp $ * $Id: acconfig.h,v 1.20 1998/04/13 14:14:41 grubba Exp $
*/ */
#ifndef MACHINE_H #ifndef MACHINE_H
#define MACHINE_H #define MACHINE_H
...@@ -189,6 +189,12 @@ ...@@ -189,6 +189,12 @@
/* Enable code to handle Out-Of-Band data */ /* Enable code to handle Out-Of-Band data */
#undef WITH_OOB #undef WITH_OOB
/* Enable individual tracing of threads */
#undef TRACE_THREADS
/* Enable tracing of the compiler */
#undef YYDEBUG
@BOTTOM@ @BOTTOM@
/* NT stuff */ /* NT stuff */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment