make it compile on mingw32.
[silc.git] / acconfig.h.pre
index 1b0e211e4e3796ab6e93bc17457fb84cc02d7271..5b61eb24cd86ebbec69f8e1c9a4204d7decd7344 100644 (file)
@@ -4,16 +4,26 @@
 /* Version of the package. */
 #undef VERSION
 
-/* Debugging */
-#undef SILC_DEBUG
-
 /* Default configuration file */
 #undef SILC_SERVER_CONFIG_FILE
 
 /* Multi-thread support */
 #undef SILC_THREADS
+
+/* These can be defined only on other than Win32 systems */
+#ifndef SILC_WIN32
+
+/* Debugging */
+#undef SILC_DEBUG
+
+/* Multi-thread support */
 #undef SILC_HAVE_PTHREAD
 
+/* IPv6 Support */
+#undef HAVE_IPV6
+
+#endif /* SILC_WIN32 */
+
 /* Default paths */
 #undef SILC_ETCDIR
 #undef SILC_HELPDIR