From: Pekka Riikonen Date: Tue, 5 Mar 2002 07:35:29 +0000 (+0000) Subject: updates X-Git-Tag: silc.client.0.8.1~19 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=011eb96968bb2bf18d4f9034c1094ca96b2c4733 updates --- diff --git a/acconfig.h.pre b/acconfig.h.pre index 89d6007f..8803af47 100644 --- a/acconfig.h.pre +++ b/acconfig.h.pre @@ -13,6 +13,7 @@ /* Multi-thread support */ #undef SILC_THREADS +/* These can be defined only on other than Win32 systems */ #ifndef SILC_WIN32 #undef SILC_HAVE_PTHREAD #undef HAVE_IPV6 diff --git a/includes/silcincludes.h b/includes/silcincludes.h index ebdea361..267d60fa 100644 --- a/includes/silcincludes.h +++ b/includes/silcincludes.h @@ -25,9 +25,6 @@ #ifndef SILCINCLUDES_H #define SILCINCLUDES_H -/* Automatically generated configuration header */ -#include "silcdefs.h" - #ifdef __cplusplus extern "C" { #endif @@ -60,6 +57,9 @@ extern "C" { #endif #endif +/* Automatically generated configuration header */ +#include "silcdefs.h" + /* Platform specific includes */ #ifdef SILC_WIN32