updates
authorPekka Riikonen <priikone@silcnet.org>
Tue, 5 Mar 2002 07:35:29 +0000 (07:35 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 5 Mar 2002 07:35:29 +0000 (07:35 +0000)
acconfig.h.pre
includes/silcincludes.h

index 89d6007f85300db18afdf5aad8194dc75a5b01c3..8803af47c729e90a87049070400d8e55c2a07dac 100644 (file)
@@ -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
index ebdea361e518c19f7ca92cc220efbf88c60b6410..267d60fa38ec1e86d88a437e0c8528ee957a9d15 100644 (file)
@@ -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