diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 2 | ||||
| -rw-r--r-- | src/include/k5-thread.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index b1a091728e..e2d47b73a5 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,5 +1,7 @@ 2004-07-09 Ken Raeburn <raeburn@mit.edu> + * k5-thread.h: Test HAVE_PTHREAD instead of HAVE_PTHREAD_H. + * win-mac.h (KRB5_USE_INET6, ENABLE_THREADS): Define. 2004-07-07 Ken Raeburn <raeburn@mit.edu> diff --git a/src/include/k5-thread.h b/src/include/k5-thread.h index 9229f94371..941073128a 100644 --- a/src/include/k5-thread.h +++ b/src/include/k5-thread.h @@ -321,7 +321,7 @@ typedef k5_os_nothread_mutex k5_os_mutex; # define K5_ONCE_INIT K5_OS_NOTHREAD_ONCE_INIT # define k5_once k5_os_nothread_once -#elif HAVE_PTHREAD_H +#elif HAVE_PTHREAD # include <pthread.h> |
