ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.1.x/config.h.in
Revision: 923
Committed: Mon Nov 12 19:15:27 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/config.h.in
File size: 6288 byte(s)
Log Message:
- fixed compile with compressed links

File Contents

# Content
1 /* config.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 /* Define to 1 if you want halfops support. */
28 #undef HALFOPS
29
30 /* Define to 1 if you have the <crypt.h> header file. */
31 #undef HAVE_CRYPT_H
32
33 /* Define to 1 if you have the <devpoll.h> header file. */
34 #undef HAVE_DEVPOLL_H
35
36 /* Define to 1 if you have the <dlfcn.h> header file. */
37 #undef HAVE_DLFCN_H
38
39 /* Define to 1 if you have the <errno.h> header file. */
40 #undef HAVE_ERRNO_H
41
42 /* Define to 1 if you have the `inet_aton' function. */
43 #undef HAVE_INET_ATON
44
45 /* Define to 1 if you have the `inet_ntop' function. */
46 #undef HAVE_INET_NTOP
47
48 /* Define to 1 if you have the `inet_pton' function. */
49 #undef HAVE_INET_PTON
50
51 /* Define to 1 if you have the <inttypes.h> header file. */
52 #undef HAVE_INTTYPES_H
53
54 /* If we support ssl */
55 #undef HAVE_LIBCRYPTO
56
57 /* Define to 1 if you have the <libgen.h> header file. */
58 #undef HAVE_LIBGEN_H
59
60 /* Define to 1 if zlib (-lz) is available. */
61 #undef HAVE_LIBZ
62
63 /* Define to 1 if you have the <link.h> header file. */
64 #undef HAVE_LINK_H
65
66 /* Define to 1 if you have the <memory.h> header file. */
67 #undef HAVE_MEMORY_H
68
69 /* Define to 1 if you have the `snprintf' function. */
70 #undef HAVE_SNPRINTF
71
72 /* Define to 1 if you have the <stddef.h> header file. */
73 #undef HAVE_STDDEF_H
74
75 /* Define to 1 if you have the <stdint.h> header file. */
76 #undef HAVE_STDINT_H
77
78 /* Define to 1 if you have the <stdlib.h> header file. */
79 #undef HAVE_STDLIB_H
80
81 /* Define to 1 if you have the <strings.h> header file. */
82 #undef HAVE_STRINGS_H
83
84 /* Define to 1 if you have the <string.h> header file. */
85 #undef HAVE_STRING_H
86
87 /* Define to 1 if the system has the type `struct addrinfo'. */
88 #undef HAVE_STRUCT_ADDRINFO
89
90 /* Define to 1 if the system has the type `struct sockaddr_in'. */
91 #undef HAVE_STRUCT_SOCKADDR_IN
92
93 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
94 #undef HAVE_STRUCT_SOCKADDR_IN6
95
96 /* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */
97 #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
98
99 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
100 #undef HAVE_STRUCT_SOCKADDR_STORAGE
101
102 /* Define to 1 if you have the <syslog.h> header file. */
103 #undef HAVE_SYSLOG_H
104
105 /* Define to 1 if you have the <sys/devpoll.h> header file. */
106 #undef HAVE_SYS_DEVPOLL_H
107
108 /* Define to 1 if you have the <sys/param.h> header file. */
109 #undef HAVE_SYS_PARAM_H
110
111 /* Define to 1 if you have the <sys/resource.h> header file. */
112 #undef HAVE_SYS_RESOURCE_H
113
114 /* Define to 1 if you have the <sys/stat.h> header file. */
115 #undef HAVE_SYS_STAT_H
116
117 /* Define to 1 if you have the <sys/syslog.h> header file. */
118 #undef HAVE_SYS_SYSLOG_H
119
120 /* Define to 1 if you have the <sys/types.h> header file. */
121 #undef HAVE_SYS_TYPES_H
122
123 /* Define to 1 if you have the <sys/wait.h> header file. */
124 #undef HAVE_SYS_WAIT_H
125
126 /* Define to 1 if you have the <unistd.h> header file. */
127 #undef HAVE_UNISTD_H
128
129 /* Define to 1 if you have the <wait.h> header file. */
130 #undef HAVE_WAIT_H
131
132 /* Miscellaneous sanity checks for the IRCd. Makes it slightly slower */
133 #undef INVARIANTS
134
135 /* Define to 1 if you have IPv6 support. */
136 #undef IPV6
137
138 /* Size of the local client heap. */
139 #undef LCLIENT_HEAP_SIZE
140
141 /* Set to libdir. */
142 #undef LIBDIR
143
144 /* Set to localstatedir. */
145 #undef LOCALSTATEDIR
146
147 /* Set to syslog facility to use. */
148 #undef LOG_FACILITY
149
150 /* Define to 1 to disable debugging. */
151 #undef NDEBUG
152
153 /* Length of nicknames. */
154 #undef NICKLEN
155
156 /* Size of the nickname history list. */
157 #undef NICKNAMEHISTORYLENGTH
158
159 /* Name of package */
160 #undef PACKAGE
161
162 /* Define to the address where bug reports for this package should be sent. */
163 #undef PACKAGE_BUGREPORT
164
165 /* Define to the full name of this package. */
166 #undef PACKAGE_NAME
167
168 /* Define to the full name and version of this package. */
169 #undef PACKAGE_STRING
170
171 /* Define to the one symbol short name of this package. */
172 #undef PACKAGE_TARNAME
173
174 /* Define to the version of this package. */
175 #undef PACKAGE_VERSION
176
177 /* Path to /dev/null */
178 #undef PATH_DEVNULL
179
180 /* Set to prefix. */
181 #undef PREFIX
182
183 /* The size of `int64_t', as computed by sizeof. */
184 #undef SIZEOF_INT64_T
185
186 /* The size of `long long', as computed by sizeof. */
187 #undef SIZEOF_LONG_LONG
188
189 /* Define to 1 if you have the ANSI C header files. */
190 #undef STDC_HEADERS
191
192 /* Set to sysconfdir. */
193 #undef SYSCONFDIR
194
195 /* Send oper log stuff to syslog. */
196 #undef SYSLOG_OPER
197
198 /* Send user log stuff to syslog. */
199 #undef SYSLOG_USERS
200
201 /* Length of topics. */
202 #undef TOPICLEN
203
204 /* Size of the topic heap. */
205 #undef TOPIC_HEAP_SIZE
206
207 /* If Defined to 1 server links to your network must have a minimum of TS5. */
208 #undef TS5_ONLY
209
210 /* use this iopoll mechanism */
211 #undef USE_IOPOLL_MECHANISM
212
213 /* Define to 1 if you want to use syslog. */
214 #undef USE_SYSLOG
215
216 /* Version number of package */
217 #undef VERSION
218
219 /* Define to 1 if your processor stores words with the most significant byte
220 first (like Motorola and SPARC, unlike Intel and VAX). */
221 #undef WORDS_BIGENDIAN
222
223 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
224 `char[]'. */
225 #undef YYTEXT_POINTER
226
227 /* devpoll mechanism */
228 #undef __IOPOLL_MECHANISM_DEVPOLL
229
230 /* epoll mechanism */
231 #undef __IOPOLL_MECHANISM_EPOLL
232
233 /* kqueue mechanism */
234 #undef __IOPOLL_MECHANISM_KQUEUE
235
236 /* no iopoll mechanism */
237 #undef __IOPOLL_MECHANISM_NONE
238
239 /* poll mechanism */
240 #undef __IOPOLL_MECHANISM_POLL
241
242 /* rtsigio mechanism */
243 #undef __IOPOLL_MECHANISM_RTSIGIO
244
245 /* select mechanism */
246 #undef __IOPOLL_MECHANISM_SELECT
247
248 /* Define to empty if `const' does not conform to ANSI C. */
249 #undef const
250
251 /* Define to `__inline__' or `__inline' if that's what the C compiler
252 calls it, or to nothing if 'inline' is not supported under any name. */
253 #ifndef __cplusplus
254 #undef inline
255 #endif
256
257 /* Define to `long long' if <sys/types.h> does not define. */
258 #undef int64_t
259
260 /* Define to `unsigned long long' if <sys/types.h> does not define. */
261 #undef uint64_t