updates
[silc.git] / acconfig.h.pre
index 164fd2c61908575255c69ba14e8878d6e7cdcbad..5b61eb24cd86ebbec69f8e1c9a4204d7decd7344 100644 (file)
@@ -4,11 +4,32 @@
 /* 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
 
-/* 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
+#undef SILC_HELPDIR
+#undef SILC_DOCDIR
+#undef SILC_MODULESDIR
+#undef SILC_LOGSDIR
 
 /* SIM (SILC Module) support */
 #undef SILC_SIM
 #undef SILC_SIZEOF_CHAR
 #undef SILC_SIZEOF_VOID_P
 
+/* MP library */
+#undef SILC_MP_GMP
+#undef SILC_MP_NSS_MPI
+
+/* Redefs for SOCKS5 library */
 /* macros/curses checks */
 #undef HAS_CURSES
 #undef USE_SUNOS_CURSES
@@ -32,7 +58,6 @@
 #undef NO_COLOR_CURSES
 #undef SCO_FLAVOR
 
-/* Redefs for SOCKS5 library */
 #undef SOCKS
 #undef SOCKS5
 #undef Rconnect
@@ -57,4 +82,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) */