X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=includes%2Fsilcincludes.h;h=ee0dfcfb670efb7d1438ee89ba9a2a37d12e433e;hb=5babe3cc083444c47a0e87b013749488dbd3a0ff;hp=d202061e00c9f3a8d775f03b42e3e6d83e688c11;hpb=a307361b3d2b8908449e92e4b5cf5ed373d2c56a;p=silc.git 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