From 011eb96968bb2bf18d4f9034c1094ca96b2c4733 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 5 Mar 2002 07:35:29 +0000 Subject: [PATCH] updates --- acconfig.h.pre | 1 + includes/silcincludes.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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 -- 2.24.0