diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2010-06-14 09:17:41 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2010-06-14 09:17:41 +0200 |
commit | 728b3091c142e918935200adcd4facfec7ccd515 (patch) | |
tree | e7375cef54ef817fc3f310c2c27136d2edb104aa /config.h.in | |
parent | 6af97522e5d98cd4618838be94635cf3d4559cb3 (diff) |
Import upstream version 1.9.8
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index 6ba0c35..36738f4 100644 --- a/config.h.in +++ b/config.h.in @@ -150,11 +150,14 @@ /* Define to 1 if you have the `mmap' function. */ #undef HAVE_MMAP +/* Enable if you have MacOS X atomic operations */ +#undef HAVE_OS_ATOMIC_OPS + /* Define to 1 if you have the `poppler_page_render' function. */ #undef HAVE_POPPLER_PAGE_RENDER -/* Define to 1 if you have the <pthread.h> header file. */ -#undef HAVE_PTHREAD_H +/* Define if you have POSIX threads libraries and header files. */ +#undef HAVE_PTHREAD /* Define to 1 if you have the `raise' function. */ #undef HAVE_RAISE @@ -262,6 +265,10 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Define to necessary symbol if this constant uses a non-standard name on + your system. */ +#undef PTHREAD_CREATE_JOINABLE + /* Shared library file extension */ #undef SHARED_LIB_EXT |