2000-03-25
2000-03-25 22:45:59 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
-
aebd8fa5620cba130d2b7d83c7ab49ce54b10fa8
(7 lines)
(+3/-4)
[
Show
| Annotate
]
Branch: 7.9
bugfix
Rev: bin/test_pike.pike:1.39
1:
#!/usr/local/bin/pike
- /* $Id: test_pike.pike,v 1.38 2000/03/20 20:57:34 hubbe Exp $ */
+ /* $Id: test_pike.pike,v 1.39 2000/03/25 22:45:59 hubbe Exp $ */
import Stdio;
75: Inside #if constant(thread_create)
#if constant(thread_create)
#define WATCHDOG
-
- object watchdog;
-
+
#define WATCHDOG_PIPE
object watchdog_pipe;
#else
89:
#ifdef WATCHDOG
+ object watchdog;
int use_watchdog=1;
#endif