X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=acconfig.h.pre;h=403ac23e25dd27b2bc909f7d4d6b0f5c8538580b;hp=ff11e7d546ec68ae56ba64397a539abda264e3c4;hb=025fc27fe998393c10f74e21be32f70f4626640d;hpb=307765c665b44dc5e7bd364037b17aa8f1e2a8f3 diff --git a/acconfig.h.pre b/acconfig.h.pre index ff11e7d5..403ac23e 100644 --- a/acconfig.h.pre +++ b/acconfig.h.pre @@ -4,39 +4,40 @@ /* 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 */ +/* 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 +#undef SILC_MANDIR /* SIM (SILC Module) support */ #undef SILC_SIM #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