pike.git/
src/
acconfig.h
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-13
1998-04-13 14:14:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e0212b2a1703a0c807f1ddfff9e0f720b7f6db9a (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added support for more tracing.
Rev: src/acconfig.h:1.20
1:
/*
-
* $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 #define MACHINE_H
189:
/* Enable code to handle Out-Of-Band data */ #undef WITH_OOB
+
/* Enable individual tracing of threads */
+
#undef TRACE_THREADS
+
+
/* Enable tracing of the compiler */
+
#undef YYDEBUG
+
@BOTTOM@ /* NT stuff */