diff options
author | megamage <none@none> | 2009-02-12 17:09:15 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-12 17:09:15 -0600 |
commit | 6aee5fcbe7473a3cbac12b7e8482a7b98bef8be3 (patch) | |
tree | 91ec91d5c19eba9c2fe0e84b1c9dc7047a3de80e /dep/src/zthread/config.h | |
parent | 2d2f433b4de1c35b22aaf07854fc0ee11fcb350d (diff) | |
parent | f385747164c3fb278c92ef46fbd6c3da6590bbf0 (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'dep/src/zthread/config.h')
-rw-r--r-- | dep/src/zthread/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dep/src/zthread/config.h b/dep/src/zthread/config.h index 0b630dcc36c..4ef2ca213d1 100644 --- a/dep/src/zthread/config.h +++ b/dep/src/zthread/config.h @@ -23,22 +23,22 @@ #define HAVE_MEMORY_H 1 /* defined when pthreads is available */ -#define HAVE_POSIX_THREADS +#define HAVE_POSIX_THREADS /* Defined if pthread_keycreate() is available */ /* #undef HAVE_PTHREADKEYCREATE */ /* Defined if pthread_key_create() is available */ -#define HAVE_PTHREADKEY_CREATE +#define HAVE_PTHREADKEY_CREATE /* Defined if pthread_yield() is available */ -#define HAVE_PTHREAD_YIELD +#define HAVE_PTHREAD_YIELD /* Defined if -lrt is needed for RT scheduling */ -#define HAVE_SCHED_RT +#define HAVE_SCHED_RT /* Defined if sched_yield() is available */ -#define HAVE_SCHED_YIELD +#define HAVE_SCHED_YIELD /* Define to 1 if you have the <stdint.h> header file. */ #define HAVE_STDINT_H 1 |