ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/releases/8.2.0beta1/config.h.in
Revision: 1964
Committed: Wed May 8 14:27:02 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/config.h.in
File size: 8666 byte(s)
Log Message:
- Tweaked various mempool chunk sizes

File Contents

# User Rev Content
1 michael 915 /* config.h.in. Generated from configure.ac by autoheader. */
2 michael 912
3 michael 942 /* Define if building universal (internal helper macro) */
4     #undef AC_APPLE_UNIVERSAL_BUILD
5    
6 michael 912 /* Set to datadir. */
7     #undef DATADIR
8    
9     /* Define to 1 if you want halfops support. */
10     #undef HALFOPS
11    
12 michael 945 /* Define to 1 if you have the `argz_add' function. */
13     #undef HAVE_ARGZ_ADD
14    
15     /* Define to 1 if you have the `argz_append' function. */
16     #undef HAVE_ARGZ_APPEND
17    
18     /* Define to 1 if you have the `argz_count' function. */
19     #undef HAVE_ARGZ_COUNT
20    
21     /* Define to 1 if you have the `argz_create_sep' function. */
22     #undef HAVE_ARGZ_CREATE_SEP
23    
24     /* Define to 1 if you have the <argz.h> header file. */
25     #undef HAVE_ARGZ_H
26    
27     /* Define to 1 if you have the `argz_insert' function. */
28     #undef HAVE_ARGZ_INSERT
29    
30     /* Define to 1 if you have the `argz_next' function. */
31     #undef HAVE_ARGZ_NEXT
32    
33     /* Define to 1 if you have the `argz_stringify' function. */
34     #undef HAVE_ARGZ_STRINGIFY
35    
36     /* Define to 1 if you have the `closedir' function. */
37     #undef HAVE_CLOSEDIR
38    
39 michael 912 /* Define to 1 if you have the <crypt.h> header file. */
40     #undef HAVE_CRYPT_H
41    
42 michael 945 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
43     you don't. */
44     #undef HAVE_DECL_CYGWIN_CONV_PATH
45    
46 michael 912 /* Define to 1 if you have the <devpoll.h> header file. */
47     #undef HAVE_DEVPOLL_H
48    
49 michael 945 /* Define to 1 if you have the <dirent.h> header file. */
50     #undef HAVE_DIRENT_H
51    
52     /* Define if you have the GNU dld library. */
53     #undef HAVE_DLD
54    
55     /* Define to 1 if you have the <dld.h> header file. */
56     #undef HAVE_DLD_H
57    
58     /* Define to 1 if you have the `dlerror' function. */
59     #undef HAVE_DLERROR
60    
61 michael 912 /* Define to 1 if you have the <dlfcn.h> header file. */
62     #undef HAVE_DLFCN_H
63    
64 michael 945 /* Define to 1 if you have the <dl.h> header file. */
65     #undef HAVE_DL_H
66    
67     /* Define if you have the _dyld_func_lookup function. */
68     #undef HAVE_DYLD
69    
70     /* Define to 1 if the system has the type `error_t'. */
71     #undef HAVE_ERROR_T
72    
73 michael 912 /* Define to 1 if you have the <inttypes.h> header file. */
74     #undef HAVE_INTTYPES_H
75    
76 michael 1015 /* Define to 1 if you have the `crypto' library (-lcrypto). */
77 michael 912 #undef HAVE_LIBCRYPTO
78    
79 michael 945 /* Define if you have the libdl library or equivalent. */
80     #undef HAVE_LIBDL
81    
82     /* Define if libdlloader will be built on this platform */
83     #undef HAVE_LIBDLLOADER
84    
85 michael 1856 /* Define to 1 if libGeoIP (-lGeoIP) is available. */
86     #undef HAVE_LIBGEOIP
87    
88 michael 1304 /* Define to 1 if you have the `ssl' library (-lssl). */
89     #undef HAVE_LIBSSL
90    
91 michael 945 /* Define this if a modern libltdl is already installed */
92     #undef HAVE_LTDL
93    
94     /* Define to 1 if you have the <mach-o/dyld.h> header file. */
95     #undef HAVE_MACH_O_DYLD_H
96    
97 michael 912 /* Define to 1 if you have the <memory.h> header file. */
98     #undef HAVE_MEMORY_H
99    
100 michael 945 /* Define to 1 if you have the `opendir' function. */
101     #undef HAVE_OPENDIR
102    
103     /* Define if libtool can extract symbol lists from object files. */
104     #undef HAVE_PRELOADED_SYMBOLS
105    
106     /* Define to 1 if you have the `readdir' function. */
107     #undef HAVE_READDIR
108    
109     /* Define if you have the shl_load function. */
110     #undef HAVE_SHL_LOAD
111    
112 db 941 /* Define to 1 if you have the <socket.h> header file. */
113     #undef HAVE_SOCKET_H
114    
115 michael 912 /* Define to 1 if you have the <stdint.h> header file. */
116     #undef HAVE_STDINT_H
117    
118     /* Define to 1 if you have the <stdlib.h> header file. */
119     #undef HAVE_STDLIB_H
120    
121     /* Define to 1 if you have the <strings.h> header file. */
122     #undef HAVE_STRINGS_H
123    
124     /* Define to 1 if you have the <string.h> header file. */
125     #undef HAVE_STRING_H
126    
127 michael 942 /* Define to 1 if you have the `strlcat' function. */
128     #undef HAVE_STRLCAT
129    
130     /* Define to 1 if you have the `strlcpy' function. */
131     #undef HAVE_STRLCPY
132    
133     /* Define to 1 if you have the `strtok_r' function. */
134     #undef HAVE_STRTOK_R
135    
136 michael 912 /* Define to 1 if the system has the type `struct addrinfo'. */
137     #undef HAVE_STRUCT_ADDRINFO
138    
139     /* Define to 1 if the system has the type `struct sockaddr_in'. */
140     #undef HAVE_STRUCT_SOCKADDR_IN
141    
142 michael 1033 /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
143 michael 912 #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
144    
145     /* Define to 1 if the system has the type `struct sockaddr_storage'. */
146     #undef HAVE_STRUCT_SOCKADDR_STORAGE
147    
148     /* Define to 1 if you have the <sys/devpoll.h> header file. */
149     #undef HAVE_SYS_DEVPOLL_H
150    
151 michael 945 /* Define to 1 if you have the <sys/dl.h> header file. */
152     #undef HAVE_SYS_DL_H
153    
154 michael 912 /* Define to 1 if you have the <sys/param.h> header file. */
155     #undef HAVE_SYS_PARAM_H
156    
157     /* Define to 1 if you have the <sys/resource.h> header file. */
158     #undef HAVE_SYS_RESOURCE_H
159    
160     /* Define to 1 if you have the <sys/stat.h> header file. */
161     #undef HAVE_SYS_STAT_H
162    
163     /* Define to 1 if you have the <sys/types.h> header file. */
164     #undef HAVE_SYS_TYPES_H
165    
166     /* Define to 1 if you have the <sys/wait.h> header file. */
167     #undef HAVE_SYS_WAIT_H
168    
169 db 941 /* Define to 1 if you have the <types.h> header file. */
170     #undef HAVE_TYPES_H
171    
172 michael 912 /* Define to 1 if you have the <unistd.h> header file. */
173     #undef HAVE_UNISTD_H
174    
175 michael 942 /* Define to 1 if you have the `usleep' function. */
176     #undef HAVE_USLEEP
177    
178 michael 912 /* Define to 1 if you have the <wait.h> header file. */
179     #undef HAVE_WAIT_H
180    
181 michael 945 /* This value is set to 1 to indicate that the system argz facility works */
182     #undef HAVE_WORKING_ARGZ
183    
184 michael 912 /* Define to 1 if you have IPv6 support. */
185     #undef IPV6
186    
187     /* Set to libdir. */
188     #undef LIBDIR
189    
190     /* Set to localstatedir. */
191     #undef LOCALSTATEDIR
192    
193 michael 945 /* Define if the OS needs help to load dependent libraries for dlopen(). */
194     #undef LTDL_DLOPEN_DEPLIBS
195    
196     /* Define to the system default library search path. */
197     #undef LT_DLSEARCH_PATH
198    
199     /* The archive extension */
200     #undef LT_LIBEXT
201    
202 michael 1106 /* The archive prefix */
203     #undef LT_LIBPREFIX
204    
205 michael 945 /* Define to the extension used for runtime loadable modules, say, ".so". */
206     #undef LT_MODULE_EXT
207    
208     /* Define to the name of the environment variable that determines the run-time
209     module search path. */
210     #undef LT_MODULE_PATH_VAR
211    
212     /* Define to the sub-directory in which libtool stores uninstalled libraries.
213     */
214     #undef LT_OBJDIR
215    
216 michael 1257 /* Define to the shared library suffix, say, ".dylib". */
217     #undef LT_SHARED_EXT
218    
219 michael 1654 /* Size of the auth mempool chunk. */
220     #undef MP_CHUNK_SIZE_AUTH
221    
222     /* Size of the ban mempool chunk. */
223     #undef MP_CHUNK_SIZE_BAN
224    
225     /* Size of the channel mempool chunk. */
226     #undef MP_CHUNK_SIZE_CHANNEL
227    
228     /* Size of the client mempool chunk. */
229     #undef MP_CHUNK_SIZE_CLIENT
230    
231     /* Size of the dbuf mempool chunk. */
232     #undef MP_CHUNK_SIZE_DBUF
233    
234     /* Size of the dlink_node mempool chunk. */
235     #undef MP_CHUNK_SIZE_DNODE
236    
237     /* Size of the dns mempool chunk. */
238     #undef MP_CHUNK_SIZE_DNS
239    
240 michael 1964 /* Size of the ip_entry mempool chunk. */
241     #undef MP_CHUNK_SIZE_IP_ENTRY
242    
243 michael 1654 /* Size of the local client mempool chunk. */
244     #undef MP_CHUNK_SIZE_LCLIENT
245    
246 michael 1964 /* Size of the channel-member mempool chunk. */
247 michael 1654 #undef MP_CHUNK_SIZE_MEMBER
248    
249 michael 1964 /* Size of the namehost mempool chunk. */
250     #undef MP_CHUNK_SIZE_NAMEHOST
251    
252     /* Size of the userhost mempool chunk. */
253     #undef MP_CHUNK_SIZE_USERHOST
254    
255 michael 1654 /* Size of the watch mempool chunk. */
256     #undef MP_CHUNK_SIZE_WATCH
257    
258     /* Define to disable assert() statements. */
259 michael 912 #undef NDEBUG
260    
261 michael 945 /* Define if dlsym() requires a leading underscore in symbol names. */
262     #undef NEED_USCORE
263    
264 michael 925 /* Size of the WHOWAS array. */
265 michael 912 #undef NICKNAMEHISTORYLENGTH
266    
267     /* Name of package */
268     #undef PACKAGE
269    
270     /* Define to the address where bug reports for this package should be sent. */
271     #undef PACKAGE_BUGREPORT
272    
273     /* Define to the full name of this package. */
274     #undef PACKAGE_NAME
275    
276     /* Define to the full name and version of this package. */
277     #undef PACKAGE_STRING
278    
279     /* Define to the one symbol short name of this package. */
280     #undef PACKAGE_TARNAME
281    
282 michael 967 /* Define to the home page for this package. */
283     #undef PACKAGE_URL
284    
285 michael 912 /* Define to the version of this package. */
286     #undef PACKAGE_VERSION
287    
288     /* Set to prefix. */
289     #undef PREFIX
290    
291     /* Define to 1 if you have the ANSI C header files. */
292     #undef STDC_HEADERS
293    
294     /* Set to sysconfdir. */
295     #undef SYSCONFDIR
296    
297     /* use this iopoll mechanism */
298     #undef USE_IOPOLL_MECHANISM
299    
300     /* Version number of package */
301     #undef VERSION
302    
303 db 941 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
304 michael 942 significant byte first (like Motorola and SPARC, unlike Intel). */
305     #if defined AC_APPLE_UNIVERSAL_BUILD
306     # if defined __BIG_ENDIAN__
307     # define WORDS_BIGENDIAN 1
308     # endif
309     #else
310     # ifndef WORDS_BIGENDIAN
311     # undef WORDS_BIGENDIAN
312     # endif
313 db 941 #endif
314 michael 912
315     /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
316     `char[]'. */
317     #undef YYTEXT_POINTER
318    
319     /* devpoll mechanism */
320     #undef __IOPOLL_MECHANISM_DEVPOLL
321    
322     /* epoll mechanism */
323     #undef __IOPOLL_MECHANISM_EPOLL
324    
325     /* kqueue mechanism */
326     #undef __IOPOLL_MECHANISM_KQUEUE
327    
328     /* no iopoll mechanism */
329     #undef __IOPOLL_MECHANISM_NONE
330    
331     /* poll mechanism */
332     #undef __IOPOLL_MECHANISM_POLL
333    
334     /* select mechanism */
335     #undef __IOPOLL_MECHANISM_SELECT
336    
337 michael 945 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
338     #undef __error_t_defined
339    
340     /* Define to a type to use for `error_t' if it is not otherwise available. */
341     #undef error_t

Properties

Name Value
svn:eol-style native