X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=acconfig.h.pre;h=89d6007f85300db18afdf5aad8194dc75a5b01c3;hb=854e2d7685be66e205634fcf8d9da7bbc437e6a4;hp=772c6d2ab97962b56e2e60daa57138573b5e52d1;hpb=72c7b823b3aa22af4f0c206e76e3fdabaf2ed7a6;p=silc.git diff --git a/acconfig.h.pre b/acconfig.h.pre index 772c6d2a..89d6007f 100644 --- a/acconfig.h.pre +++ b/acconfig.h.pre @@ -10,6 +10,14 @@ /* Default configuration file */ #undef SILC_SERVER_CONFIG_FILE +/* Multi-thread support */ +#undef SILC_THREADS + +#ifndef SILC_WIN32 +#undef SILC_HAVE_PTHREAD +#undef HAVE_IPV6 +#endif + /* Default paths */ #undef SILC_ETCDIR #undef SILC_HELPDIR @@ -30,6 +38,11 @@ #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 @@ -39,7 +52,6 @@ #undef NO_COLOR_CURSES #undef SCO_FLAVOR -/* Redefs for SOCKS5 library */ #undef SOCKS #undef SOCKS5 #undef Rconnect @@ -64,4 +76,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) */