projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8c2991
)
Fix cpp-if check for POSIX threads
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 8 Sep 2005 13:51:27 +0000
(13:51 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 8 Sep 2005 13:51:27 +0000
(13:51 +0000)
test/tstlogthread.c
patch
|
blob
|
history
diff --git
a/test/tstlogthread.c
b/test/tstlogthread.c
index
501795f
..
6241d81
100644
(file)
--- a/
test/tstlogthread.c
+++ b/
test/tstlogthread.c
@@
-2,7
+2,7
@@
* Copyright (c) 1998-2005, Index Data.
* See the file LICENSE for details.
*
- * $Id: tstlogthread.c,v 1.1 2005-09-08 13:25:33 adam Exp $
+ * $Id: tstlogthread.c,v 1.2 2005-09-08 13:51:27 adam Exp $
*/
#if HAVE_CONFIG_H
@@
-14,7
+14,7
@@
#include <yaz/log.h>
#include <yaz/options.h>
-#if HAVE_POSIX_THREADS
+#if YAZ_POSIX_THREADS
#include <pthread.h>