test4.
[silc.git] / acconfig.h.pre
index 1c6e64a881ed9ce75ac92d369f70c055e2a1ba96..ca82e2c58afa21b282d4e1cb8b54cfcff18916c1 100644 (file)
@@ -4,15 +4,27 @@
 /* Version of the package. */
 #undef VERSION
 
-/* Debugging */
-#undef SILC_DEBUG
-
 /* 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
+
+/* Multi-thread support */
+#undef SILC_HAVE_PTHREAD
+
+/* IPv6 Support */
+#undef HAVE_IPV6
+
+#endif /* SILC_WIN32 */
+
 /* Default paths */
 #undef SILC_ETCDIR
 #undef SILC_HELPDIR
 #undef HAVE_RTLD_NOW
 #undef HAVE_RTLD_LAZY
 
-/* Types */
-#undef SILC_SIZEOF_LONG_LONG
-#undef SILC_SIZEOF_LONG
-#undef SILC_SIZEOF_INT
-#undef SILC_SIZEOF_SHORT
-#undef SILC_SIZEOF_CHAR
-#undef SILC_SIZEOF_VOID_P
-
 /* MP library */
 #undef SILC_MP_GMP
 #undef SILC_MP_NSS_MPI
@@ -71,9 +75,6 @@
 #undef Rfclose
 #undef Rgethostbyname
 
-/* POSIX thread checking */
-#undef SILC_HAVE_PTHREAD
-
 /* Native WIN32 compilation (-mno-cygwin GCC option) under cygwin, though
    the code compiles with any native WIN32 compiler. */
 #undef SILC_WIN32