diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-15 22:52:32 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-15 22:52:32 +0900 |
| commit | 99e229125ee233bce9b3a1424b1f828350e1ef33 (patch) | |
| tree | f687f23a0a0ec4b975409eda4556d8420f5c56ef /config.h.in | |
| parent | 04c8d737804890585589b6f5a528c68b31762999 (diff) | |
| download | kvirc-drop/old-thread-support.tar.gz kvirc-drop/old-thread-support.zip | |
Remove code related to obsoleted thread librariesdrop/old-thread-support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config.h.in b/config.h.in index 47fc9ac..6cdab96 100644 --- a/config.h.in +++ b/config.h.in @@ -73,12 +73,6 @@ /* define if you have openssl and want the ssl support in kvirc */ #undef COMPILE_SSL_SUPPORT -/* define if you want to use the pthreads library */ -#undef COMPILE_THREADS_USE_POSIX - -/* define if you want to use the solaris libthread */ -#undef COMPILE_THREADS_USE_SOLARIS_LIBTHREAD - /* define if your compiler supports gotos do dynamic labels */ #undef COMPILE_USE_DYNAMIC_LABELS @@ -229,10 +223,6 @@ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif -/* Enable threading extensions on Solaris. */ -#ifndef _POSIX_PTHREAD_SEMANTICS -# undef _POSIX_PTHREAD_SEMANTICS -#endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE # undef _TANDEM_SOURCE |
