updates.
[silc.git] / includes / silcincludes.h
1
2 /*
3
4   silcincludes.h
5
6   Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
7
8   Copyright (C) 1997 - 2000 Pekka Riikonen
9
10   This program is free software; you can redistribute it and/or modify
11   it under the terms of the GNU General Public License as published by
12   the Free Software Foundation; either version 2 of the License, or
13   (at your option) any later version.
14   
15   This program is distributed in the hope that it will be useful,
16   but WITHOUT ANY WARRANTY; without even the implied warranty of
17   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18   GNU General Public License for more details.
19
20 */
21 /*
22   This file includes common definitions for SILC. This file MUST be included
23   by all files in SILC (directly or through other global include file).
24 */
25
26 #ifndef SILCINCLUDES_H
27 #define SILCINCLUDES_H
28
29 /* Automatically generated configuration header */
30 #include "silcdefs.h"
31
32 #include <stdio.h>
33 #include <stdlib.h>
34 #include <unistd.h>
35 #include <string.h>
36 #include <stdarg.h>
37 #include <pwd.h>
38 #include <grp.h>
39
40 #include <ctype.h>
41 #include <sys/types.h>
42 #include <sys/stat.h>
43 #include <sys/time.h>
44 #include <sys/times.h>
45 #include <time.h>
46
47 #ifdef SOCKS5
48 #include "socks.h"
49 #endif
50
51 #ifdef HAVE_GETOPT_H
52 #include <getopt.h>
53 #endif
54
55 #ifdef HAVE_SIGNAL_H
56 #undef __USE_GNU
57 #include <signal.h>
58 #define __USE_GNU 1
59 #else
60 #error signal.h not found in the system
61 #endif
62
63 #ifdef HAVE_FCNTL_H
64 #include <fcntl.h>
65 #else
66 #error fcntl.h not found in the system
67 #endif
68
69 #ifdef HAVE_ASSERT_H
70 #include <errno.h>
71 #else
72 #error errno.h not found in the system
73 #endif
74
75 #ifdef HAVE_ASSERT_H
76 #include <assert.h>
77 #else
78 #error assert.h not found in the system
79 #endif
80
81 #include <sys/socket.h>
82 #ifdef HAVE_NETINET_IN_H
83 #include <netinet/in.h>
84 #else
85 #error netinet/in.h not found in the system
86 #endif
87
88 #ifdef HAVE_NETINET_TCP_H
89 #include <netinet/tcp.h>
90 #else
91 #error netinet/tcp.h not found in the system
92 #endif
93
94 #ifdef HAVE_NETDB_H
95 #include <netdb.h>
96 #else
97 #error netdb.h not found in the system
98 #endif
99
100 #ifdef HAVE_ARPA_INET_H
101 #include <arpa/inet.h>
102 #else
103 #error arpa/inet.h not found in the system
104 #endif
105
106 #ifdef HAVE_SYS_MMAN_H
107 #include <sys/mman.h>
108 #endif
109
110 #ifdef HAVE_DLFCN_H
111 #include <dlfcn.h>
112 #endif
113
114 #ifndef HAVE_GETOPT_LONG
115 #include "../lib/contrib/getopt.h"
116 #endif
117
118 #ifndef HAVE_REGEX_H
119 #include "../lib/contrib/regex.h"
120 #else
121 #include <regex.h>
122 #endif
123
124 #ifndef TRUE
125 #define TRUE 1
126 #endif
127 #ifndef FALSE
128 #define FALSE 0
129 #endif
130
131 /* Define types. The types must be at least of the specified size */
132 #undef uint8
133 #undef uint16
134 #undef uint32
135 #undef uin64
136 #undef int8
137 #undef int16
138 #undef int32
139 #undef int64
140 #undef bool
141
142 typedef unsigned char uint8;
143 typedef signed char int8;
144
145 #if SILC_SIZEOF_SHORT > 2
146 #error "sizeof short must be 2 bytes"
147 #endif
148
149 typedef unsigned short uint16;
150 typedef signed short int16;
151
152 #if SILC_SIZEOF_LONG == 4
153 typedef unsigned long uint32;
154 typedef signed long int32;
155 #else
156 #if SILC_SIZEOF_INT == 4
157 typedef unsigned long uint32;
158 typedef signed long int32;
159 #else
160 #if SILC_SIZEOF_LONG_LONG >= 4
161 typedef unsigned long long uint32;
162 typedef signed long long int32;
163 #endif
164 #endif
165 #endif
166
167 #if SILC_SIZEOF_LONG >= 8
168 typedef unsigned long uint64;
169 typedef signed long int64;
170 #else
171 #if SILC_SIZEOF_LONG_LONG >= 8
172 typedef unsigned long long uint64;
173 typedef signed long long int64;
174 #else
175 typedef uint32 uint64;
176 typedef int32 int64;
177 #endif
178 #endif
179
180 #if SILC_SIZEOF_VOID_P < 4
181 typedef uint32 * void *;
182 #endif
183
184 typedef unsigned char bool;
185
186 /* Generic global SILC includes */
187 #include "bitmove.h"
188
189 /* Math library includes */
190 #include "silcmp.h"
191 #include "modinv.h"
192 #include "mpbin.h"
193 #include "silcprimegen.h"
194
195 /* Crypto library includes */
196 #include "silccipher.h"
197 #include "silchash.h"
198 #include "silchmac.h"
199 #include "silcrng.h"
200 #include "silcpkcs.h"
201
202 /* SILC util library includes */
203 #include "silclog.h"
204 #include "silcmemory.h"
205 #include "silcbuffer.h"
206 #include "silcbufutil.h"
207 #include "silcbuffmt.h"
208 #include "silcnet.h"
209 #include "silcutil.h"
210 #include "silcconfig.h"
211 #include "silctask.h"
212 #include "silcschedule.h"
213
214 /* SILC core library includes */
215 #include "id.h"
216 #include "idcache.h"
217 #include "silcprotocol.h"
218 #include "silcsockconn.h"
219 #include "silcpayload.h"
220 #include "silccommand.h"
221 #include "silcchannel.h"
222 #include "silcpacket.h"
223 #include "silcnotify.h"
224 #include "silcmode.h"
225 #include "silcauth.h"
226 #include "silcprivate.h"
227
228 /* TRQ (SilcList API and SilcDList API) */
229 #include "silclist.h"
230 #include "silcdlist.h"
231
232 #ifdef SILC_SIM
233 /* SILC Module library includes */
234 #include "silcsim.h"
235 #include "silcsimutil.h"
236 #endif
237
238 /* SILC Key Exchange library includes */
239 #include "silcske.h"
240 #include "payload.h"
241 #include "groups.h"
242
243 #endif
244