autoconf update.
[silc.git] / acconfig.h.pre
index 340d8308d1289466c3dc9b13de87eb261d4e8b6a..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
@@ -68,4 +83,8 @@
 #undef Rfclose
 #undef Rgethostbyname
 
+/* Native WIN32 compilation (-mno-cygwin GCC option) under cygwin, though
+   the code compiles with any native WIN32 compiler. */
+#undef SILC_WIN32
+
 /* SILC distribution definitions (leave this at the end of file) */