X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=acconfig.h.pre;h=ca82e2c58afa21b282d4e1cb8b54cfcff18916c1;hb=f658940d02cf2fd893296b6a7825b42502573668;hp=89d6007f85300db18afdf5aad8194dc75a5b01c3;hpb=854e2d7685be66e205634fcf8d9da7bbc437e6a4;p=silc.git diff --git a/acconfig.h.pre b/acconfig.h.pre index 89d6007f..ca82e2c5 100644 --- a/acconfig.h.pre +++ b/acconfig.h.pre @@ -4,19 +4,26 @@ /* 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 + +#endif /* SILC_WIN32 */ /* Default paths */ #undef SILC_ETCDIR @@ -30,14 +37,6 @@ #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