Manual pages installation fix patch by Ville Räsänen.
[silc.git] / win32 / silcdefs.h
1 /* includes/silcdefs.h.  Generated automatically by configure.  */
2 /* includes/silcdefs.h.in.  Generated automatically from configure.in by autoheader.  */
3
4 /* Define to empty if the keyword does not work.  */
5 /* #undef const */
6
7 /* Define to `int' if <sys/types.h> doesn't define.  */
8 /* #undef gid_t */
9
10 /* Define as __inline if that's what the C compiler calls it.  */
11 /* #undef inline */
12
13 /* Define to `int' if <sys/types.h> doesn't define.  */
14 /* #undef mode_t */
15
16 /* Define to `int' if <sys/types.h> doesn't define.  */
17 /* #undef pid_t */
18
19 /* Define as the return type of signal handlers (int or void).  */
20 #define RETSIGTYPE void
21
22 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
23 /* #undef size_t */
24
25 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
26 /* #undef STAT_MACROS_BROKEN */
27
28 /* Define if you have the ANSI C header files.  */
29 #define STDC_HEADERS 1
30
31 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
32 #define TIME_WITH_SYS_TIME 1
33
34 /* Define to `int' if <sys/types.h> doesn't define.  */
35 /* #undef uid_t */
36
37 /* Debugging */
38 /* #undef SILC_DEBUG */
39
40 /* Default configuration file */
41 /* #undef SILC_SERVER_CONFIG_FILE */
42
43 /* Multi-thread support */
44 #define SILC_THREADS 1
45
46 /* Default paths */
47 #define SILC_ETCDIR "/etc/silc"
48 #define SILC_HELPDIR "help"
49 #define SILC_DOCDIR "doc"
50 #define SILC_MODULESDIR "modules"
51 #define SILC_LOGSDIR "logs"
52 #define SILC_MANDIR "man"
53
54 /* SIM (SILC Module) support */
55 /* #undef SILC_SIM */
56 /* #undef HAVE_RTLD_NOW */
57 /* #undef HAVE_RTLD_LAZY */
58
59 /* Types */
60 #define SILC_SIZEOF_LONG_LONG 8
61 #define SILC_SIZEOF_LONG 4
62 #define SILC_SIZEOF_INT 4
63 #define SILC_SIZEOF_SHORT 2
64 #define SILC_SIZEOF_CHAR 1
65 #define SILC_SIZEOF_VOID_P 4
66
67 /* MP library */
68 /* #undef SILC_MP_GMP */
69 #define SILC_MP_NSS_MPI 1
70
71 /* Redefs for SOCKS5 library */
72 /* macros/curses checks */
73 /* #undef HAS_CURSES */
74 /* #undef USE_SUNOS_CURSES */
75 /* #undef USE_BSD_CURSES */
76 /* #undef USE_SYSV_CURSES */
77 /* #undef USE_NCURSES */
78 /* #undef NO_COLOR_CURSES */
79 /* #undef SCO_FLAVOR */
80
81 /* #undef SOCKS */
82 /* #undef SOCKS5 */
83 /* #undef Rconnect */
84 /* #undef Rgetsockname */
85 /* #undef Rgetpeername */
86 /* #undef Rbind */
87 /* #undef Raccept */  
88 /* #undef Rlisten */
89 /* #undef Rselect */
90 /* #undef Rrecvfrom */
91 /* #undef Rsendto */
92 /* #undef Rrecv */
93 /* #undef Rsend */
94 /* #undef Rread */
95 /* #undef Rwrite */
96 /* #undef Rrresvport */
97 /* #undef Rshutdown */
98 /* #undef Rlisten */
99 /* #undef Rclose */
100 /* #undef Rdup */
101 /* #undef Rdup2 */
102 /* #undef Rfclose */
103 /* #undef Rgethostbyname */
104
105 /* Native WIN32 compilation (-mno-cygwin GCC option) under cygwin, though
106    the code compiles with any native WIN32 compiler. */
107 #define SILC_WIN32 1
108
109 /* SILC distribution definitions (leave this at the end of file) */
110 #define SILC_DIST_TOOLKIT 1
111 /* #undef SILC_DIST_CLIENT */
112 /* #undef SILC_DIST_SERVER */
113 /* #undef SILC_DIST_WIN32DLL */
114
115 /* The number of bytes in a char.  */
116 #define SIZEOF_CHAR 1
117
118 /* The number of bytes in a int.  */
119 #define SIZEOF_INT 4
120
121 /* The number of bytes in a long.  */
122 #define SIZEOF_LONG 4
123
124 /* The number of bytes in a long long.  */
125 #define SIZEOF_LONG_LONG 8
126
127 /* The number of bytes in a short.  */
128 #define SIZEOF_SHORT 2
129
130 /* The number of bytes in a void *.  */
131 #define SIZEOF_VOID_P 4
132
133 /* Define if you have the bind function.  */
134 #define HAVE_BIND 1
135
136 /* Define if you have the chmod function.  */
137 #define HAVE_CHMOD 1
138
139 /* Define if you have the close function.  */
140 #define HAVE_CLOSE 1
141
142 /* Define if you have the connect function.  */
143 #define HAVE_CONNECT 1
144
145 /* Define if you have the ctime function.  */
146 #define HAVE_CTIME 1
147
148 /* Define if you have the fcntl function.  */
149 #define HAVE_FCNTL 1
150
151 /* Define if you have the fstat function.  */
152 #define HAVE_FSTAT 1
153
154 /* Define if you have the getenv function.  */
155 #define HAVE_GETENV 1
156
157 /* Define if you have the getgid function.  */
158 #define HAVE_GETGID 1
159
160 /* Define if you have the gethostbyaddr function.  */
161 #define HAVE_GETHOSTBYADDR 1
162
163 /* Define if you have the gethostname function.  */
164 #define HAVE_GETHOSTNAME 1
165
166 /* Define if you have the getopt_long function.  */
167 #define HAVE_GETOPT_LONG 1
168
169 /* Define if you have the getpgid function.  */
170 #define HAVE_GETPGID 1
171
172 /* Define if you have the getpgrp function.  */
173 #define HAVE_GETPGRP 1
174
175 /* Define if you have the getpid function.  */
176 #define HAVE_GETPID 1
177
178 /* Define if you have the getservbyname function.  */
179 #define HAVE_GETSERVBYNAME 1
180
181 /* Define if you have the getservbyport function.  */
182 #define HAVE_GETSERVBYPORT 1
183
184 /* Define if you have the getsid function.  */
185 /* #undef HAVE_GETSID */
186
187 /* Define if you have the gettimeofday function.  */
188 #define HAVE_GETTIMEOFDAY 1
189
190 /* Define if you have the getuid function.  */
191 #define HAVE_GETUID 1
192
193 /* Define if you have the listen function.  */
194 #define HAVE_LISTEN 1
195
196 /* Define if you have the memcpy function.  */
197 #define HAVE_MEMCPY 1
198
199 /* Define if you have the memmove function.  */
200 #define HAVE_MEMMOVE 1
201
202 /* Define if you have the memset function.  */
203 #define HAVE_MEMSET 1
204
205 /* Define if you have the mlock function.  */
206 /* #undef HAVE_MLOCK */
207
208 /* Define if you have the munlock function.  */
209 /* #undef HAVE_MUNLOCK */
210
211 /* Define if you have the pthread_create function.  */
212 #define HAVE_PTHREAD_CREATE 1
213
214 /* Define if you have the putenv function.  */
215 #define HAVE_PUTENV 1
216
217 /* Define if you have the select function.  */
218 #define HAVE_SELECT 1
219
220 /* Define if you have the setsockopt function.  */
221 #define HAVE_SETSOCKOPT 1
222
223 /* Define if you have the shutdown function.  */
224 #define HAVE_SHUTDOWN 1
225
226 /* Define if you have the stat function.  */
227 #define HAVE_STAT 1
228
229 /* Define if you have the strchr function.  */
230 #define HAVE_STRCHR 1
231
232 /* Define if you have the strcpy function.  */
233 #define HAVE_STRCPY 1
234
235 /* Define if you have the strerror function.  */
236 #define HAVE_STRERROR 1
237
238 /* Define if you have the strncpy function.  */
239 #define HAVE_STRNCPY 1
240
241 /* Define if you have the strstr function.  */
242 #define HAVE_STRSTR 1
243
244 /* Define if you have the time function.  */
245 #define HAVE_TIME 1
246
247 /* Define if you have the <arpa/inet.h> header file.  */
248 #define HAVE_ARPA_INET_H 1
249
250 /* Define if you have the <assert.h> header file.  */
251 #define HAVE_ASSERT_H 1
252
253 /* Define if you have the <ctype.h> header file.  */
254 #define HAVE_CTYPE_H 1
255
256 /* Define if you have the <dlfcn.h> header file.  */
257 #define HAVE_DLFCN_H 1
258
259 /* Define if you have the <errno.h> header file.  */
260 #define HAVE_ERRNO_H 1
261
262 /* Define if you have the <fcntl.h> header file.  */
263 #define HAVE_FCNTL_H 1
264
265 /* Define if you have the <getopt.h> header file.  */
266 #define HAVE_GETOPT_H 1
267
268 /* Define if you have the <grp.h> header file.  */
269 #define HAVE_GRP_H 1
270
271 /* Define if you have the <limits.h> header file.  */
272 #define HAVE_LIMITS_H 1
273
274 /* Define if you have the <ncurses.h> header file.  */
275 #define HAVE_NCURSES_H 1
276
277 /* Define if you have the <netdb.h> header file.  */
278 #define HAVE_NETDB_H 1
279
280 /* Define if you have the <netinet/in.h> header file.  */
281 #define HAVE_NETINET_IN_H 1
282
283 /* Define if you have the <netinet/tcp.h> header file.  */
284 #define HAVE_NETINET_TCP_H 1
285
286 /* Define if you have the <paths.h> header file.  */
287 #define HAVE_PATHS_H 1
288
289 /* Define if you have the <pthread.h> header file.  */
290 #define HAVE_PTHREAD_H 1
291
292 /* Define if you have the <pwd.h> header file.  */
293 #define HAVE_PWD_H 1
294
295 /* Define if you have the <regex.h> header file.  */
296 #define HAVE_REGEX_H 1
297
298 /* Define if you have the <signal.h> header file.  */
299 #define HAVE_SIGNAL_H 1
300
301 /* Define if you have the <string.h> header file.  */
302 #define HAVE_STRING_H 1
303
304 /* Define if you have the <sys/mman.h> header file.  */
305 #define HAVE_SYS_MMAN_H 1
306
307 /* Define if you have the <sys/stat.h> header file.  */
308 #define HAVE_SYS_STAT_H 1
309
310 /* Define if you have the <sys/time.h> header file.  */
311 #define HAVE_SYS_TIME_H 1
312
313 /* Define if you have the <sys/types.h> header file.  */
314 #define HAVE_SYS_TYPES_H 1
315
316 /* Define if you have the <termcap.h> header file.  */
317 #define HAVE_TERMCAP_H 1
318
319 /* Define if you have the <unistd.h> header file.  */
320 #define HAVE_UNISTD_H 1