From 5babe3cc083444c47a0e87b013749488dbd3a0ff Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 1 Nov 2002 16:43:25 +0000 Subject: [PATCH] updates. --- includes/silcincludes.h | 16 ---------------- lib/silcutil/silclog.h | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/includes/silcincludes.h b/includes/silcincludes.h index d202061e..ee0dfcfb 100644 --- a/includes/silcincludes.h +++ b/includes/silcincludes.h @@ -102,26 +102,18 @@ extern "C" { #ifdef HAVE_SIGNAL_H #include -#else -#error signal.h not found in the system #endif #ifdef HAVE_FCNTL_H #include -#else -#error fcntl.h not found in the system #endif #ifdef HAVE_ERRNO_H #include -#else -#error errno.h not found in the system #endif #ifdef HAVE_ASSERT_H #include -#else -#error assert.h not found in the system #endif #if !defined(SILC_WIN32) @@ -143,8 +135,6 @@ extern "C" { #include #ifdef HAVE_NETINET_IN_H #include -#else -#error netinet/in.h not found in the system #endif #ifdef HAVE_XTI_H @@ -152,21 +142,15 @@ extern "C" { #else #ifdef HAVE_NETINET_TCP_H #include -#else -#error xti.h nor even netinet/tcp.h found in the system #endif #endif #ifdef HAVE_NETDB_H #include -#else -#error netdb.h not found in the system #endif #ifdef HAVE_ARPA_INET_H #include -#else -#error arpa/inet.h not found in the system #endif #ifdef HAVE_SYS_MMAN_H diff --git a/lib/silcutil/silclog.h b/lib/silcutil/silclog.h index a78fe1ee..60b2f637 100644 --- a/lib/silcutil/silclog.h +++ b/lib/silcutil/silclog.h @@ -266,7 +266,7 @@ extern DLLAPI bool silc_debug_hexdump; #define SILC_ENABLE_DEBUG \ #ifndef SILC_DEBUG \ #define SILC_DEBUG 1 \ - #endif SILC_DEBUG + #endif /***/ /****d* silcutil/SilcLogAPI/SILC_LOG_INFO -- 2.24.0