ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/config.h.in
Revision: 912
Committed: Wed Nov 7 22:47:44 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/config.h.in
File size: 7125 byte(s)
Log Message:
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
  I really don't want to force other people that want to test the snapshots
  or svn versions to install yyacc, lex, automake, autoconf and libtool...
  No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us

File Contents

# Content
1 /* include/setup.h.in. Generated from configure.ac by autoheader. */
2
3 /* Size of the ban heap. */
4 #undef BAN_HEAP_SIZE
5
6 /* Size of the channel heap. */
7 #undef CHANNEL_HEAP_SIZE
8
9 /* Size of the client heap. */
10 #undef CLIENT_HEAP_SIZE
11
12 /* Set to datadir. */
13 #undef DATADIR
14
15 /* Size of the dbuf heap. */
16 #undef DBUF_HEAP_SIZE
17
18 /* Define to 1 to enable debugging. */
19 #undef DEBUG
20
21 /* Size of the dlink_node heap. */
22 #undef DNODE_HEAP_SIZE
23
24 /* Define to 1 if this server will be an EFnet server. */
25 #undef EFNET
26
27 /* Size of the floodserv fmsg heap. */
28 #undef FMSG_HEAP_SIZE
29
30 /* Define to 1 if you want halfops support. */
31 #undef HALFOPS
32
33 /* Define to 1 if you have the <crypt.h> header file. */
34 #undef HAVE_CRYPT_H
35
36 /* Define to 1 if you have the <devpoll.h> header file. */
37 #undef HAVE_DEVPOLL_H
38
39 /* Define to 1 if you have the <dlfcn.h> header file. */
40 #undef HAVE_DLFCN_H
41
42 /* Define to 1 if you have the <errno.h> header file. */
43 #undef HAVE_ERRNO_H
44
45 /* Define to 1 if you have the `EVP_bf_cfb' function. */
46 #undef HAVE_EVP_BF_CFB
47
48 /* Define to 1 if you have the `EVP_cast5_cfb' function. */
49 #undef HAVE_EVP_CAST5_CFB
50
51 /* Define to 1 if you have the `EVP_des_cfb' function. */
52 #undef HAVE_EVP_DES_CFB
53
54 /* Define to 1 if you have the `EVP_des_ede3_cfb' function. */
55 #undef HAVE_EVP_DES_EDE3_CFB
56
57 /* Define to 1 if you have the `EVP_idea_cfb' function. */
58 #undef HAVE_EVP_IDEA_CFB
59
60 /* Define to 1 if you have the `EVP_rc5_32_12_16_cfb' function. */
61 #undef HAVE_EVP_RC5_32_12_16_CFB
62
63 /* Define to 1 if you have the `inet_aton' function. */
64 #undef HAVE_INET_ATON
65
66 /* Define to 1 if you have the `inet_ntop' function. */
67 #undef HAVE_INET_NTOP
68
69 /* Define to 1 if you have the `inet_pton' function. */
70 #undef HAVE_INET_PTON
71
72 /* Define to 1 if you have the <inttypes.h> header file. */
73 #undef HAVE_INTTYPES_H
74
75 /* Define to 1 if you have the `crypto' library (-lcrypto). */
76 #undef HAVE_LIBCRYPTO
77
78 /* Define to 1 if you have the <libgen.h> header file. */
79 #undef HAVE_LIBGEN_H
80
81 /* Define to 1 if you have the <link.h> header file. */
82 #undef HAVE_LINK_H
83
84 /* Define to 1 if you have the <memory.h> header file. */
85 #undef HAVE_MEMORY_H
86
87 /* Define to 1 if you have the `snprintf' function. */
88 #undef HAVE_SNPRINTF
89
90 /* Define to 1 if you have the <stddef.h> header file. */
91 #undef HAVE_STDDEF_H
92
93 /* Define to 1 if you have the <stdint.h> header file. */
94 #undef HAVE_STDINT_H
95
96 /* Define to 1 if you have the <stdlib.h> header file. */
97 #undef HAVE_STDLIB_H
98
99 /* Define to 1 if you have the <strings.h> header file. */
100 #undef HAVE_STRINGS_H
101
102 /* Define to 1 if you have the <string.h> header file. */
103 #undef HAVE_STRING_H
104
105 /* Define to 1 if the system has the type `struct addrinfo'. */
106 #undef HAVE_STRUCT_ADDRINFO
107
108 /* Define to 1 if the system has the type `struct sockaddr_in'. */
109 #undef HAVE_STRUCT_SOCKADDR_IN
110
111 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
112 #undef HAVE_STRUCT_SOCKADDR_IN6
113
114 /* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */
115 #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
116
117 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
118 #undef HAVE_STRUCT_SOCKADDR_STORAGE
119
120 /* Define to 1 if you have the <syslog.h> header file. */
121 #undef HAVE_SYSLOG_H
122
123 /* Define to 1 if you have the <sys/devpoll.h> header file. */
124 #undef HAVE_SYS_DEVPOLL_H
125
126 /* Define to 1 if you have the <sys/param.h> header file. */
127 #undef HAVE_SYS_PARAM_H
128
129 /* Define to 1 if you have the <sys/resource.h> header file. */
130 #undef HAVE_SYS_RESOURCE_H
131
132 /* Define to 1 if you have the <sys/stat.h> header file. */
133 #undef HAVE_SYS_STAT_H
134
135 /* Define to 1 if you have the <sys/syslog.h> header file. */
136 #undef HAVE_SYS_SYSLOG_H
137
138 /* Define to 1 if you have the <sys/types.h> header file. */
139 #undef HAVE_SYS_TYPES_H
140
141 /* Define to 1 if you have the <sys/wait.h> header file. */
142 #undef HAVE_SYS_WAIT_H
143
144 /* Define to 1 if you have the <unistd.h> header file. */
145 #undef HAVE_UNISTD_H
146
147 /* Define to 1 if you have the <wait.h> header file. */
148 #undef HAVE_WAIT_H
149
150 /* Length of nicknames. */
151 #undef HOSTLEN
152
153 /* Miscellaneous sanity checks for the IRCd. Makes it slightly slower */
154 #undef INVARIANTS
155
156 /* Define to 1 if you have IPv6 support. */
157 #undef IPV6
158
159 /* Size of the ircd heap. */
160 #undef IRCD_HEAP_SIZE
161
162 /* Size of the local client heap. */
163 #undef LCLIENT_HEAP_SIZE
164
165 /* Set to libdir. */
166 #undef LIBDIR
167
168 /* Set to localstatedir. */
169 #undef LOCALSTATEDIR
170
171 /* Set to syslog facility to use. */
172 #undef LOG_FACILITY
173
174 /* Size of the floodserv mqueue heap. */
175 #undef MQUEUE_HEAP_SIZE
176
177 /* Define to 1 to disable debugging. */
178 #undef NDEBUG
179
180 /* Length of nicknames. */
181 #undef NICKLEN
182
183 /* Size of the nickname history list. */
184 #undef NICKNAMEHISTORYLENGTH
185
186 /* Name of package */
187 #undef PACKAGE
188
189 /* Define to the address where bug reports for this package should be sent. */
190 #undef PACKAGE_BUGREPORT
191
192 /* Define to the full name of this package. */
193 #undef PACKAGE_NAME
194
195 /* Define to the full name and version of this package. */
196 #undef PACKAGE_STRING
197
198 /* Define to the one symbol short name of this package. */
199 #undef PACKAGE_TARNAME
200
201 /* Define to the version of this package. */
202 #undef PACKAGE_VERSION
203
204 /* Set to prefix. */
205 #undef PREFIX
206
207 /* The size of `int64_t', as computed by sizeof. */
208 #undef SIZEOF_INT64_T
209
210 /* The size of `long long', as computed by sizeof. */
211 #undef SIZEOF_LONG_LONG
212
213 /* Define to 1 if you have the ANSI C header files. */
214 #undef STDC_HEADERS
215
216 /* Set to sysconfdir. */
217 #undef SYSCONFDIR
218
219 /* Send oper log stuff to syslog. */
220 #undef SYSLOG_OPER
221
222 /* Send user log stuff to syslog. */
223 #undef SYSLOG_USERS
224
225 /* Length of topics. */
226 #undef TOPICLEN
227
228 /* Size of the topic heap. */
229 #undef TOPIC_HEAP_SIZE
230
231 /* If Defined to 1 server links to your network must have a minimum of TS5. */
232 #undef TS5_ONLY
233
234 /* Length of nicknames. */
235 #undef USERLEN
236
237 /* use this iopoll mechanism */
238 #undef USE_IOPOLL_MECHANISM
239
240 /* Define to 1 if you want to use syslog. */
241 #undef USE_SYSLOG
242
243 /* Version number of package */
244 #undef VERSION
245
246 /* Define to 1 if your processor stores words with the most significant byte
247 first (like Motorola and SPARC, unlike Intel and VAX). */
248 #undef WORDS_BIGENDIAN
249
250 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
251 `char[]'. */
252 #undef YYTEXT_POINTER
253
254 /* Enable GNU extensions on systems that have them. */
255 #ifndef _GNU_SOURCE
256 # undef _GNU_SOURCE
257 #endif
258
259 /* devpoll mechanism */
260 #undef __IOPOLL_MECHANISM_DEVPOLL
261
262 /* epoll mechanism */
263 #undef __IOPOLL_MECHANISM_EPOLL
264
265 /* kqueue mechanism */
266 #undef __IOPOLL_MECHANISM_KQUEUE
267
268 /* no iopoll mechanism */
269 #undef __IOPOLL_MECHANISM_NONE
270
271 /* poll mechanism */
272 #undef __IOPOLL_MECHANISM_POLL
273
274 /* rtsigio mechanism */
275 #undef __IOPOLL_MECHANISM_RTSIGIO
276
277 /* select mechanism */
278 #undef __IOPOLL_MECHANISM_SELECT
279
280 /* Define to empty if `const' does not conform to ANSI C. */
281 #undef const
282
283 /* Define to `__inline__' or `__inline' if that's what the C compiler
284 calls it, or to nothing if 'inline' is not supported under any name. */
285 #ifndef __cplusplus
286 #undef inline
287 #endif
288
289 /* Define to `long long' if <sys/types.h> does not define. */
290 #undef int64_t
291
292 /* Define to `unsigned long long' if <sys/types.h> does not define. */
293 #undef uint64_t