send QUIT's only to users seeing the leaving user on MODE_AUDITORIUM channels
[ircu2.10.12-pk.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define if you have (reliable) BSD signals. */
4 #undef BSD_RELIABLE_SIGNALS
5
6 /* Configuration file name */
7 #undef CPATH
8
9 /* Enable debugging code */
10 #undef DEBUGMODE
11
12 /* Domain name to be used for some statistics gathering */
13 #undef DOMAINNAME
14
15 /* Path to data directory */
16 #undef DPATH
17
18 /* Define to implement epoll system calls */
19 #undef EPOLL_NEED_BODY
20
21 /* Force inlining for a few critical functions */
22 #undef FORCEINLINE
23
24 /* Define to 1 if you have the <crypt.h> header file. */
25 #undef HAVE_CRYPT_H
26
27 /* Define to 1 if you have the `getrusage' function. */
28 #undef HAVE_GETRUSAGE
29
30 /* Define to 1 if you have the <inttypes.h> header file. */
31 #undef HAVE_INTTYPES_H
32
33 /* Define to 1 if you have the `kqueue' function. */
34 #undef HAVE_KQUEUE
35
36 /* Define to 1 if you have the `nsl' library (-lnsl). */
37 #undef HAVE_LIBNSL
38
39 /* Define to 1 if you have the `resolv' library (-lresolv). */
40 #undef HAVE_LIBRESOLV
41
42 /* Define to 1 if you have the `socket' library (-lsocket). */
43 #undef HAVE_LIBSOCKET
44
45 /* Define to 1 if you have the <memory.h> header file. */
46 #undef HAVE_MEMORY_H
47
48 /* Define to 1 if you have the <poll.h> header file. */
49 #undef HAVE_POLL_H
50
51 /* Define to 1 if system calls automatically restart after interruption by a
52    signal. */
53 #undef HAVE_RESTARTABLE_SYSCALLS
54
55 /* Define to 1 if you have the `setrlimit' function. */
56 #undef HAVE_SETRLIMIT
57
58 /* Define to 1 if you have the <stdint.h> header file. */
59 #undef HAVE_STDINT_H
60
61 /* Define to 1 if you have the <stdlib.h> header file. */
62 #undef HAVE_STDLIB_H
63
64 /* Define to 1 if you have the <strings.h> header file. */
65 #undef HAVE_STRINGS_H
66
67 /* Define to 1 if you have the <string.h> header file. */
68 #undef HAVE_STRING_H
69
70 /* Define to 1 if you have the <sys/devpoll.h> header file. */
71 #undef HAVE_SYS_DEVPOLL_H
72
73 /* Define to 1 if you have the <sys/epoll.h> header file. */
74 #undef HAVE_SYS_EPOLL_H
75
76 /* Define to 1 if you have the <sys/event.h> header file. */
77 #undef HAVE_SYS_EVENT_H
78
79 /* Define to 1 if you have the <sys/param.h> header file. */
80 #undef HAVE_SYS_PARAM_H
81
82 /* Define to 1 if you have the <sys/resource.h> header file. */
83 #undef HAVE_SYS_RESOURCE_H
84
85 /* Define to 1 if you have the <sys/socket.h> header file. */
86 #undef HAVE_SYS_SOCKET_H
87
88 /* Define to 1 if you have the <sys/stat.h> header file. */
89 #undef HAVE_SYS_STAT_H
90
91 /* Define to 1 if you have the <sys/types.h> header file. */
92 #undef HAVE_SYS_TYPES_H
93
94 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
95 #undef HAVE_SYS_WAIT_H
96
97 /* Define to 1 if you have the `times' function. */
98 #undef HAVE_TIMES
99
100 /* Define to 1 if you have the <unistd.h> header file. */
101 #undef HAVE_UNISTD_H
102
103 /* Define if we have va_copy */
104 #undef HAVE_VA_COPY
105
106 /* Define if we have __va_copy */
107 #undef HAVE___VA_COPY
108
109 /* Enable IPv6 support */
110 #undef IPV6
111
112 /* Define if building on Solaris */
113 #undef IRCU_SOLARIS
114
115 /* Path to debugging log file */
116 #undef LPATH
117
118 /* Maximum number of network connections */
119 #undef MAXCONNECTIONS
120
121 /* Define if you have BSD non-blocking sockets. */
122 #undef NBLOCK_BSD
123
124 /* Define if you have POSIX non-blocking sockets. */
125 #undef NBLOCK_POSIX
126
127 /* Define if you have SysV non-blocking sockets. */
128 #undef NBLOCK_SYSV
129
130 /* Disable assertions */
131 #undef NDEBUG
132
133 /* Define to the address where bug reports for this package should be sent. */
134 #undef PACKAGE_BUGREPORT
135
136 /* Define to the full name of this package. */
137 #undef PACKAGE_NAME
138
139 /* Define to the full name and version of this package. */
140 #undef PACKAGE_STRING
141
142 /* Define to the one symbol short name of this package. */
143 #undef PACKAGE_TARNAME
144
145 /* Define to the version of this package. */
146 #undef PACKAGE_VERSION
147
148 /* Define if you have POSIX signals. */
149 #undef POSIX_SIGNALS
150
151 /* The size of a `int', as computed by sizeof. */
152 #undef SIZEOF_INT
153
154 /* The size of a `int64_t', as computed by sizeof. */
155 #undef SIZEOF_INT64_T
156
157 /* The size of a `long', as computed by sizeof. */
158 #undef SIZEOF_LONG
159
160 /* The size of a `long long', as computed by sizeof. */
161 #undef SIZEOF_LONG_LONG
162
163 /* The size of a `short', as computed by sizeof. */
164 #undef SIZEOF_SHORT
165
166 /* The size of a `void *', as computed by sizeof. */
167 #undef SIZEOF_VOID_P
168
169 /* Path to executable for restarts */
170 #undef SPATH
171
172 /* Define to 1 if you have the ANSI C header files. */
173 #undef STDC_HEADERS
174
175 /* Define if you have (unreliable) SysV signals. */
176 #undef SYSV_UNRELIABLE_SIGNALS
177
178 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
179 #undef TIME_WITH_SYS_TIME
180
181 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
182 #undef TM_IN_SYS_TIME
183
184 /* Define to enable the /dev/poll engine */
185 #undef USE_DEVPOLL
186
187 /* Define to enable the epoll engine */
188 #undef USE_EPOLL
189
190 /* Define to enable the kqueue engine */
191 #undef USE_KQUEUE
192
193 /* Specify whether or not to use poll() */
194 #undef USE_POLL
195
196 /* Define to 1 if your processor stores words with the most significant byte
197    first (like Motorola and SPARC, unlike Intel and VAX). */
198 #undef WORDS_BIGENDIAN
199
200 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
201    `char[]'. */
202 #undef YYTEXT_POINTER
203
204 /* Define to `int' if <sys/types.h> doesn't define. */
205 #undef gid_t
206
207 /* Define to `short' if <sys/types.h> does not define. */
208 #undef int16_t
209
210 /* Define to `long' if <sys/types.h> does not define. */
211 #undef int32_t
212
213 /* Define to `long long' if <sys/types.h> does not define. */
214 #undef int64_t
215
216 /* Define to `unsigned' if <sys/types.h> does not define. */
217 #undef size_t
218
219 /* type to use in place of socklen_t if not defined */
220 #undef socklen_t
221
222 /* Define to `int' if <sys/types.h> doesn't define. */
223 #undef uid_t
224
225 /* Define to `unsigned short' if <sys/types.h> does not define. */
226 #undef uint16_t
227
228 /* Define to `unsigned long' if <sys/types.h> does not define. */
229 #undef uint32_t
230
231 /* Define to `unsigned long long' if <sys/types.h> does not define. */
232 #undef uint64_t