updates
[silc.git] / acconfig.h.pre
index d8a1fccafa86389d77c56c1deaab9b06cb77c565..5b61eb24cd86ebbec69f8e1c9a4204d7decd7344 100644 (file)
@@ -4,22 +4,26 @@
 /* Version of the package. */
 #undef VERSION
 
-/* Debugging */
-#undef SILC_DEBUG
-
 /* Default configuration file */
 #undef SILC_SERVER_CONFIG_FILE
 
-/* Default pid file */
-#undef SILC_SERVER_PID_FILE
-
 /* Multi-thread support */
 #undef SILC_THREADS
+
+/* These can be defined only on other than Win32 systems */
+#ifndef SILC_WIN32
+
+/* Debugging */
+#undef SILC_DEBUG
+
+/* Multi-thread support */
 #undef SILC_HAVE_PTHREAD
 
-/* IPv6 support */
+/* IPv6 Support */
 #undef HAVE_IPV6
 
+#endif /* SILC_WIN32 */
+
 /* Default paths */
 #undef SILC_ETCDIR
 #undef SILC_HELPDIR