autoconf update.
[silc.git] / acconfig.h.pre
index 2e40f0c7e6154f9c9dc9c65bcbaa63fc3ad8f381..bd9e10dadf3addaf70b10eaf8d1c5f6129d72cd6 100644 (file)
@@ -4,15 +4,27 @@
 /* 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
+#undef SILC_STACKTRACE
+
+/* Multi-thread support */
+#undef SILC_HAVE_PTHREAD
+
+/* IPv6 Support */
+#undef HAVE_IPV6
+
+#endif /* SILC_WIN32 */
+
 /* Default paths */
 #undef SILC_ETCDIR
 #undef SILC_HELPDIR