File: defs.h.in

package info (click to toggle)
ircii-pana 1%3A1.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 14,048 kB
  • ctags: 14,567
  • sloc: ansic: 130,654; sql: 6,041; makefile: 4,313; cpp: 1,270; tcl: 1,230; sh: 638; java: 151
file content (500 lines) | stat: -rw-r--r-- 12,724 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
/* include/defs.h.in.  Generated automatically from configure.in by autoheader.  */
/* Define short BitchX version here */
#undef _VERSION_

/* Define long BitchX version here */
#undef VERSION

/* Define BitchX version number here */
#undef VERSION_NUMBER

/* Define this if you have a crypt implementation in -lcrypt */
#undef HAVE_CRYPT

/* Define this if you have the resolv library */
#undef HAVE_RESOLV

/* Define this if tparm is declared in an included header */
#undef TPARM_DECLARED

/* Define this if you have the tparm function in an included lib */
#undef HAVE_TPARM

/* Define this if tputs is declared in an included header */
#undef TPUTS_DECLARED

/* Define this if you have the tputs function in an included lib */
#undef HAVE_TPUTS

/* Define this if you have terminfo support */
#undef HAVE_TERMINFO

/* define this if an unsigned long is 32 bits */
#undef UNSIGNED_LONG32

/* define this if an unsigned int is 32 bits */
#undef UNSIGNED_INT32

/* define this if you are unsure what is is 32 bits */
#undef UNKNOWN_32INT

/* Define this if stpcpy is declared in unistd.h */
#undef STPCPY_DECLARED

/* Define this if getpgid is declared in unistd.h */
#undef GETPGID_DECLARED

/* Define this if killpg is declared in signal.h */
#undef KILLPG_DECLARED

/* Define this if getpass is declared */
#undef GETPASS_DECLARED

/* Define this if errno is declared */
#undef ERRNO_DECLARED

/* Define this if struct linger is declared in sys/socket.h */
#undef STRUCT_LINGER_DECLARED

/* Define this if sun_len is declared in sys/un.h */
#undef HAVE_SUN_LEN

/* Define this if you want QMAIL support */
#undef HAVE_QMAIL

/* Define this if bcopy is declared in string.h */
#undef BCOPY_DECLARED

/* Define this if you system has inet_aton */
#undef HAVE_INET_ATON
 
/* Define your maildir here */
#undef UNIX_MAIL

/* Define a list of default servers here */
#undef DEFAULT_SERVER

/* Define this if you want Tcl support */
#undef WANT_TCL

/* Define this if you have tcl.h */
#undef HAVE_TCL_H

/* Define this is the system has SSL support */
#undef HAVE_SSL

/* Define this if you want IPV6 support */
#undef IPV6

/* Define this if you want SOCKS support */
#undef SOCKS

/* Non-blocking type should be one of these */
#undef NBLOCK_POSIX
#undef NBLOCK_BSD
#undef NBLOCK_SYSV

/*
 * Are we doing non-blocking connects? Note: SOCKS support precludes us from
 * using this feature.
 */
#if (defined(NBLOCK_POSIX) || defined(NBLOCK_BSD) || defined(NBLOCK_SYSV)) && !defined(SOCKS)
#define NON_BLOCKING_CONNECTS
#endif

/* Define this if you want CD-ROM support */
#undef WANT_CD

/* Define this if you want GUI support (PM or GTK) */
#undef GUI

/* Defined if Win32 GUI */
#if defined(GUI) && defined(WINNT)
#define WIN32 1
#endif

/* Define this is you want OS/2 PM support */
#undef __EMXPM__

/* Define this if you want GTK support */
#undef GTK

/* Define this if you want imlib support */
#undef USE_IMLIB

/* Define this if you want GNOME support */
#undef USE_GNOME

/* Define this if your ZVT is newer than 1.0.10 */
#undef HAVE_NEW_ZVT

/* Define this if you want ZVT support */
#undef USE_ZVT

/* Define this is you want sound support */
#undef SOUND

/* Define this if you want loadable module support */
#undef HAVE_DLLIB

/*
 * Define this if you have shlib support and want plugin support in BitchX
 * Note: Not all systems support this.
 */
#ifdef HAVE_DLLIB
#define WANT_DLL
#endif

/* The Extra Files */
#undef DEFAULT_CTOOLZ_DIR
#undef DEFAULT_MSGLOGFILE
#undef DEFAULT_BITCHX_HELP_FILE
#undef DEFAULT_SCRIPT_HELP_FILE
#undef DEFAULT_BITCHX_KICK_FILE
#undef DEFAULT_BITCHX_QUIT_FILE
#undef DEFAULT_BITCHX_IRCNAME_FILE

/* Needed defines */
#undef DEFAULT_HELP_PATH
#undef IRCLIB
#undef IRCPATH
#undef SHLIB_SUFFIX
#undef PLUGINDIR
#undef SCRIPT_PATH
#undef WSERV_PATH
#undef TRANSLATION_PATH

/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
   systems. This function is required for `alloca.c' support on those systems.
   */
#undef CRAY_STACKSEG_END

/* Define if using `alloca.c'. */
#undef C_ALLOCA

/* Define if the `getpgrp' function takes no argument. */
#undef GETPGRP_VOID

/* Define if you have `alloca', as a function or macro. */
#undef HAVE_ALLOCA

/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
#undef HAVE_ALLOCA_H

/* Define if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H

/* Define if you have the <arpa/nameser.h> header file. */
#undef HAVE_ARPA_NAMESER_H

/* Define if you have the <curses.h> header file. */
#undef HAVE_CURSES_H

/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H

/* Define if you have the `fchdir' function. */
#undef HAVE_FCHDIR

/* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

/* Define if you have the `fpathconf' function. */
#undef HAVE_FPATHCONF

/* Define if you have the `gethostname' function. */
#undef HAVE_GETHOSTNAME

/* Define if you have the `getlogin' function. */
#undef HAVE_GETLOGIN

/* Define if you have the `getpass' function. */
#undef HAVE_GETPASS

/* Define if you have the `getpgid' function. */
#undef HAVE_GETPGID

/* Define if you have the `getpwent' function. */
#undef HAVE_GETPWENT

/* Define if you have the `getrusage' function. */
#undef HAVE_GETRUSAGE

/* Define if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY

/* Define if you have the `killpg' function. */
#undef HAVE_KILLPG

/* Define if you have the `crypt' library (-lcrypt). */
#undef HAVE_LIBCRYPT

/* Define if you have the `curses' library (-lcurses). */
#undef HAVE_LIBCURSES

/* Define if you have the `c_r' library (-lc_r). */
#undef HAVE_LIBC_R

/* Define if you have the `dgc' library (-ldgc). */
#undef HAVE_LIBDGC

/* Define if you have the `dir' library (-ldir). */
#undef HAVE_LIBDIR

/* Define if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL

/* Define if you have the `dld' library (-ldld). */
#undef HAVE_LIBDLD

/* Define if you have the `dmalloc' library (-ldmalloc). */
#undef HAVE_LIBDMALLOC

/* Define if you have the `intl' library (-lintl). */
#undef HAVE_LIBINTL

/* Define if you have the `m' library (-lm). */
#undef HAVE_LIBM

/* Define if you have the `mysqlclient' library (-lmysqlclient). */
#undef HAVE_LIBMYSQLCLIENT

/* Define if you have the `mytinfo' library (-lmytinfo). */
#undef HAVE_LIBMYTINFO

/* Define if you have the `ncurses' library (-lncurses). */
#undef HAVE_LIBNCURSES

/* Define if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL

/* Define if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD

/* Define if you have the `pthreads' library (-lpthreads). */
#undef HAVE_LIBPTHREADS

/* Define if you have the `resolv' library (-lresolv). */
#undef HAVE_LIBRESOLV

/* Define if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET

/* Define if you have the `socks' library (-lsocks). */
#undef HAVE_LIBSOCKS

/* Define if you have the `socks5' library (-lsocks5). */
#undef HAVE_LIBSOCKS5

/* Define if you have the `ssl' library (-lssl). */
#undef HAVE_LIBSSL

/* Define if you have the `sun' library (-lsun). */
#undef HAVE_LIBSUN

/* Define if you have the `tcl' library (-ltcl). */
#undef HAVE_LIBTCL

/* Define if you have the `tcl76' library (-ltcl76). */
#undef HAVE_LIBTCL76

/* Define if you have the `tcl80' library (-ltcl80). */
#undef HAVE_LIBTCL80

/* Define if you have the `termcap' library (-ltermcap). */
#undef HAVE_LIBTERMCAP

/* Define if you have the `termlib' library (-ltermlib). */
#undef HAVE_LIBTERMLIB

/* Define if you have the `tinfo' library (-ltinfo). */
#undef HAVE_LIBTINFO

/* Define if you have the `x' library (-lx). */
#undef HAVE_LIBX

/* Define if you have the <linux/soundcard.h> header file. */
#undef HAVE_LINUX_SOUNDCARD_H

/* Define if you have the <machine/soundcard.h> header file. */
#undef HAVE_MACHINE_SOUNDCARD_H

/* Define if you have the `memmove' function. */
#undef HAVE_MEMMOVE

/* Define if you have the `mkstemp' function. */
#undef HAVE_MKSTEMP

/* Define if you have the <ncurses.h> header file. */
#undef HAVE_NCURSES_H

/* Define if you have the <ncurses/termcap.h> header file. */
#undef HAVE_NCURSES_TERMCAP_H

/* Define if you have the <ndir.h> header file. */
#undef HAVE_NDIR_H

/* Define if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H

/* Define if you have the <netinet/in_systm.h> header file. */
#undef HAVE_NETINET_IN_SYSTM_H

/* Define if you have the <net/if.h> header file. */
#undef HAVE_NET_IF_H

/* Define if you have the `realpath' function. */
#undef HAVE_REALPATH

/* Define if you have the <regex.h> header file. */
#undef HAVE_REGEX_H

/* Define if you have the <resolv.h> header file. */
#undef HAVE_RESOLV_H

/* Define if you have the `scandir' function. */
#undef HAVE_SCANDIR

/* Define if you have the `select' function. */
#undef HAVE_SELECT

/* Define if you have the `setsid' function. */
#undef HAVE_SETSID

/* Define if you have the `setvbuf' function. */
#undef HAVE_SETVBUF

/* Define if you have the `snprintf' function. */
#undef HAVE_SNPRINTF

/* Define if you have the `socket' function. */
#undef HAVE_SOCKET

/* Define if you have the `stpcpy' function. */
#undef HAVE_STPCPY

/* Define if you have the `strerror' function. */
#undef HAVE_STRERROR

/* Define if you have the `strftime' function. */
#undef HAVE_STRFTIME

/* Define if you have the `strlcat' function. */
#undef HAVE_STRLCAT

/* Define if you have the `strlcpy' function. */
#undef HAVE_STRLCPY

/* Define if you have the `strtoul' function. */
#undef HAVE_STRTOUL

/* Define if you have the `sysconf' function. */
#undef HAVE_SYSCONF

/* Define if you have the <sys/dir.h> header file. */
#undef HAVE_SYS_DIR_H

/* Define if you have the <sys/fcntl.h> header file. */
#undef HAVE_SYS_FCNTL_H

/* Define if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H

/* Define if you have the <sys/filio.h> header file. */
#undef HAVE_SYS_FILIO_H

/* Define if you have the <sys/in_systm.h> header file. */
#undef HAVE_SYS_IN_SYSTM_H

/* Define if you have the <sys/ndir.h> header file. */
#undef HAVE_SYS_NDIR_H

/* Define if you have the <sys/soundcard.h> header file. */
#undef HAVE_SYS_SOUNDCARD_H

/* Define if you have the <sys/syslimits.h> header file. */
#undef HAVE_SYS_SYSLIMITS_H

/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H

/* Define if you have the <sys/un.h> header file. */
#undef HAVE_SYS_UN_H

/* Define if you have the <termcap.h> header file. */
#undef HAVE_TERMCAP_H

/* Define if you have the `uname' function. */
#undef HAVE_UNAME

/* Define if you have the `vsnprintf' function. */
#undef HAVE_VSNPRINTF

/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE

/* Define if the `setpgrp' function takes no argument. */
#undef SETPGRP_VOID

/* Define if the `setvbuf' function takes the buffering type as its second
   argument and the buffer pointer as the third, as on System V before release
   3. */
#undef SETVBUF_REVERSED

/* The size of a `unsigned int', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_INT

/* The size of a `unsigned long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG

/* If using the C implementation of alloca, define if you know the
   direction of stack growth for your system; otherwise it will be
   automatically deduced at run-time.
        STACK_DIRECTION > 0 => grows toward higher addresses
        STACK_DIRECTION < 0 => grows toward lower addresses
        STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION

/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Define if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
#undef SYS_SIGLIST_DECLARED

/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME

/* Define if on AIX 3.
   System headers sometimes define this.
   We just want to avoid a redefinition error message.  */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif

/* Define if you need to in order for stat and other things to work. */
#undef _POSIX_SOURCE

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t

/* Define as `__inline' if that's what the C compiler calls it, or to nothing
   if it is not supported. */
#undef inline

/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t

/* Define to `long' if <sys/types.h> does not define. */
#undef off_t

/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t

/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t

/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t