typo fix.
[silc.git] / acconfig.h.pre
index ce215431461d49c95a94cbe454d03ff436f29a58..bd9e10dadf3addaf70b10eaf8d1c5f6129d72cd6 100644 (file)
@@ -4,11 +4,26 @@
 /* Version of the package. */
 #undef VERSION
 
+/* 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
 
-/* Default configuration file */
-#undef SILC_SERVER_CONFIG_FILE
+/* Multi-thread support */
+#undef SILC_HAVE_PTHREAD
+
+/* IPv6 Support */
+#undef HAVE_IPV6
+
+#endif /* SILC_WIN32 */
 
 /* Default paths */
 #undef SILC_ETCDIR