]> git.ipfire.org Git - thirdparty/bind9.git/commit
Revert my last change. It was stupid, which I if I had been thinking clearly
authorDavid Lawrence <source@isc.org>
Tue, 26 Dec 2000 21:45:08 +0000 (21:45 +0000)
committerDavid Lawrence <source@isc.org>
Tue, 26 Dec 2000 21:45:08 +0000 (21:45 +0000)
commit801dceea23d11975f5a5ae6ccbdf1dbde6b7af13
tree039db79c81c65b05c0b9dd2839831eb5cf626156
parentbdcae3560ba60d1c06d35112c23faf96c06f0df0
Revert my last change.  It was stupid, which I if I had been thinking clearly
I would have seen *before* I commited anything.  So, include isc/thread.h,
isc/mutex.h and isc/condition.h even if ISC_PLATFORM_USETHREADS is not defined.

(What caused me to bother with this at all was a problem that I resolved
a few days ago by fixing configure ... though now that I think about it,
that probably means there is some other latent problem with inconsistent
definitions that could maybe be handled better.  I'll look into it more
later, AFTER vacation.)
lib/isc/task.c
lib/isc/timer.c
lib/isc/unix/app.c
lib/isc/unix/socket.c