summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-15 22:52:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-15 22:52:32 +0900
commit99e229125ee233bce9b3a1424b1f828350e1ef33 (patch)
treef687f23a0a0ec4b975409eda4556d8420f5c56ef /config.h.in
parent04c8d737804890585589b6f5a528c68b31762999 (diff)
downloadkvirc-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.in10
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