/* silcincludes.h Author: Pekka Riikonen Copyright (C) 1997 - 2000 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. */ /* This file includes common definitions for SILC. This file MUST be included by all files in SILC (directly or through other global include file). */ #ifndef SILCINCLUDES_H #define SILCINCLUDES_H /* Automatically generated configuration header */ #include "silcdefs.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #ifdef SOCKS5 #include "socks.h" #endif #ifdef HAVE_GETOPT_H #include #endif #ifdef HAVE_SIGNAL_H #undef __USE_GNU #include #define __USE_GNU 1 #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_ASSERT_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 #include #ifdef HAVE_NETINET_IN_H #include #else #error netinet/in.h not found in the system #endif #ifdef HAVE_NETINET_TCP_H #include #else #error netinet/tcp.h not found in the system #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 #include #endif #ifdef HAVE_DLFCN_H #include #endif #ifndef HAVE_GETOPT_LONG #include "../lib/contrib/getopt.h" #endif #ifndef HAVE_REGEX_H #include "../lib/contrib/regex.h" #else #include