]> jfr.im git - irc/quakenet/snircd.git/blame - config.h.in
fixed autochanmodes code so it works for channel modes +CN
[irc/quakenet/snircd.git] / config.h.in
CommitLineData
189935b1 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/* Path to debugging log file */
113#undef LPATH
114
115/* Maximum number of network connections */
116#undef MAXCONNECTIONS
117
118/* Define if you have BSD non-blocking sockets. */
119#undef NBLOCK_BSD
120
121/* Define if you have POSIX non-blocking sockets. */
122#undef NBLOCK_POSIX
123
124/* Define if you have SysV non-blocking sockets. */
125#undef NBLOCK_SYSV
126
127/* Disable assertions */
128#undef NDEBUG
129
130/* Define to the address where bug reports for this package should be sent. */
131#undef PACKAGE_BUGREPORT
132
133/* Define to the full name of this package. */
134#undef PACKAGE_NAME
135
136/* Define to the full name and version of this package. */
137#undef PACKAGE_STRING
138
139/* Define to the one symbol short name of this package. */
140#undef PACKAGE_TARNAME
141
142/* Define to the version of this package. */
143#undef PACKAGE_VERSION
144
145/* Define if you have POSIX signals. */
146#undef POSIX_SIGNALS
147
148/* The size of a `int', as computed by sizeof. */
149#undef SIZEOF_INT
150
151/* The size of a `int64_t', as computed by sizeof. */
152#undef SIZEOF_INT64_T
153
154/* The size of a `long', as computed by sizeof. */
155#undef SIZEOF_LONG
156
157/* The size of a `long long', as computed by sizeof. */
158#undef SIZEOF_LONG_LONG
159
160/* The size of a `short', as computed by sizeof. */
161#undef SIZEOF_SHORT
162
163/* The size of a `void *', as computed by sizeof. */
164#undef SIZEOF_VOID_P
165
166/* Path to executable for restarts */
167#undef SPATH
168
169/* Define to 1 if you have the ANSI C header files. */
170#undef STDC_HEADERS
171
172/* Define if you have (unreliable) SysV signals. */
173#undef SYSV_UNRELIABLE_SIGNALS
174
175/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
176#undef TIME_WITH_SYS_TIME
177
178/* Define to 1 if your <sys/time.h> declares `struct tm'. */
179#undef TM_IN_SYS_TIME
180
181/* Define to enable the /dev/poll engine */
182#undef USE_DEVPOLL
183
184/* Define to enable the epoll engine */
185#undef USE_EPOLL
186
187/* Define to enable the kqueue engine */
188#undef USE_KQUEUE
189
190/* Specify whether or not to use poll() */
191#undef USE_POLL
192
193/* Define to 1 if your processor stores words with the most significant byte
194 first (like Motorola and SPARC, unlike Intel and VAX). */
195#undef WORDS_BIGENDIAN
196
197/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
198 `char[]'. */
199#undef YYTEXT_POINTER
200
201/* Define to `int' if <sys/types.h> doesn't define. */
202#undef gid_t
203
204/* Define to `short' if <sys/types.h> does not define. */
205#undef int16_t
206
207/* Define to `long' if <sys/types.h> does not define. */
208#undef int32_t
209
210/* Define to `long long' if <sys/types.h> does not define. */
211#undef int64_t
212
213/* Define to `unsigned' if <sys/types.h> does not define. */
214#undef size_t
215
216/* Define to `unsigned int' if <sys/types.h> does not define. */
217#undef socklen_t
218
219/* Define to `int' if <sys/types.h> doesn't define. */
220#undef uid_t
221
222/* Define to `unsigned short' if <sys/types.h> does not define. */
223#undef uint16_t
224
225/* Define to `unsigned long' if <sys/types.h> does not define. */
226#undef uint32_t
227
228/* Define to `unsigned long long' if <sys/types.h> does not define. */
229#undef uint64_t