summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
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