updates.
[silc.git] / acconfig.h.pre
index 340d8308d1289466c3dc9b13de87eb261d4e8b6a..1b0e211e4e3796ab6e93bc17457fb84cc02d7271 100644 (file)
 /* Default configuration file */
 #undef SILC_SERVER_CONFIG_FILE
 
+/* Multi-thread support */
+#undef SILC_THREADS
+#undef SILC_HAVE_PTHREAD
+
 /* Default paths */
 #undef SILC_ETCDIR
 #undef SILC_HELPDIR
@@ -68,4 +72,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) */