updates
[silc.git] / acconfig.h.pre
index 1c6e64a881ed9ce75ac92d369f70c055e2a1ba96..8803af47c729e90a87049070400d8e55c2a07dac 100644 (file)
 /* Multi-thread support */
 #undef SILC_THREADS
 
+/* These can be defined only on other than Win32 systems */
+#ifndef SILC_WIN32
+#undef SILC_HAVE_PTHREAD
+#undef HAVE_IPV6
+#endif
+
 /* Default paths */
 #undef SILC_ETCDIR
 #undef SILC_HELPDIR
@@ -71,9 +77,6 @@
 #undef Rfclose
 #undef Rgethostbyname
 
-/* POSIX thread checking */
-#undef SILC_HAVE_PTHREAD
-
 /* Native WIN32 compilation (-mno-cygwin GCC option) under cygwin, though
    the code compiles with any native WIN32 compiler. */
 #undef SILC_WIN32