ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/include/setup.h.in
Revision: 166
Committed: Fri Oct 21 04:20:48 2005 UTC (20 years, 9 months ago) by db
File size: 8232 byte(s)
Log Message:
Backported from HEAD

- committed configure changes by nenolod (William Pitcock)
  to check for HAVE_DLINFO
- fixed logic for picking up address for the mod_list


File Contents

# User Rev Content
1 adx 30 /* 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     /* Size of the dbuf heap. */
13     #undef DBUF_HEAP_SIZE
14    
15     /* Size of the dlink_node heap. */
16     #undef DNODE_HEAP_SIZE
17    
18     /* Define if this ircd will be an EFnet server. */
19     #undef EFNET
20    
21     /* Define this if you want to enable gline voting. */
22     #undef GLINE_VOTING
23    
24     /* Define if you want halfops support. */
25     #undef HALFOPS
26    
27     /* Define to 1 if you have the `basename' function. */
28     #undef HAVE_BASENAME
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 `dlfunc' function. */
40     #undef HAVE_DLFUNC
41    
42 db 166 /* Define to 1 if you have the `dlinfo' function. */
43     #undef HAVE_DLINFO
44    
45 adx 30 /* Define if the dlopen function is available. */
46     #undef HAVE_DLOPEN
47    
48     /* Define to 1 if you have the <errno.h> header file. */
49     #undef HAVE_ERRNO_H
50    
51     /* Define to 1 if you have the `EVP_bf_cfb' function. */
52     #undef HAVE_EVP_BF_CFB
53    
54     /* Define to 1 if you have the `EVP_cast5_cfb' function. */
55     #undef HAVE_EVP_CAST5_CFB
56    
57     /* Define to 1 if you have the `EVP_des_cfb' function. */
58     #undef HAVE_EVP_DES_CFB
59    
60     /* Define to 1 if you have the `EVP_des_ede3_cfb' function. */
61     #undef HAVE_EVP_DES_EDE3_CFB
62    
63     /* Define to 1 if you have the `EVP_idea_cfb' function. */
64     #undef HAVE_EVP_IDEA_CFB
65    
66     /* Define to 1 if you have the `EVP_rc5_32_12_16_cfb' function. */
67     #undef HAVE_EVP_RC5_32_12_16_CFB
68    
69     /* Define to 1 if you have the <inttypes.h> header file. */
70     #undef HAVE_INTTYPES_H
71    
72     /* Define to 1 if you have the `crypto' library (-lcrypto). */
73     #undef HAVE_LIBCRYPTO
74    
75     /* Define to 1 if you have the <libgen.h> header file. */
76     #undef HAVE_LIBGEN_H
77    
78     /* Define to 1 if zlib (-lz) is available. */
79     #undef HAVE_LIBZ
80    
81 db 166 /* Define to 1 if you have the <link.h> header file. */
82     #undef HAVE_LINK_H
83    
84 adx 30 /* Define to 1 if you have the `lrand48' function. */
85     #undef HAVE_LRAND48
86    
87     /* Define to 1 if you have the <mach-o/dyld.h> header file. */
88     #undef HAVE_MACH_O_DYLD_H
89    
90     /* Define to 1 if you have the <memory.h> header file. */
91     #undef HAVE_MEMORY_H
92    
93     /* Define to 1 if you have the `mmap' function. */
94     #undef HAVE_MMAP
95    
96     /* Define if the shl_load function is available. */
97     #undef HAVE_SHL_LOAD
98    
99     /* Define to 1 if you have the `snprintf' function. */
100     #undef HAVE_SNPRINTF
101    
102     /* Define to 1 if you have the `socketpair' function. */
103     #undef HAVE_SOCKETPAIR
104    
105     /* Define to 1 if you have the `srand48' function. */
106     #undef HAVE_SRAND48
107    
108     /* Define to 1 if you have the <stddef.h> header file. */
109     #undef HAVE_STDDEF_H
110    
111     /* Define to 1 if you have the <stdint.h> header file. */
112     #undef HAVE_STDINT_H
113    
114     /* Define to 1 if you have the <stdlib.h> header file. */
115     #undef HAVE_STDLIB_H
116    
117     /* Define to 1 if you have the <strings.h> header file. */
118     #undef HAVE_STRINGS_H
119    
120     /* Define to 1 if you have the <string.h> header file. */
121     #undef HAVE_STRING_H
122    
123     /* Define to 1 if you have the `strlcat' function. */
124     #undef HAVE_STRLCAT
125    
126     /* Define to 1 if you have the `strlcpy' function. */
127     #undef HAVE_STRLCPY
128    
129     /* Define to 1 if you have the `strtok_r' function. */
130     #undef HAVE_STRTOK_R
131    
132     /* Define to 1 if the system has the type `struct addrinfo'. */
133     #undef HAVE_STRUCT_ADDRINFO
134    
135     /* Define to 1 if the system has the type `struct sockaddr_storage'. */
136     #undef HAVE_STRUCT_SOCKADDR_STORAGE
137    
138     /* Define to 1 if you have the <sys/devpoll.h> header file. */
139     #undef HAVE_SYS_DEVPOLL_H
140    
141     /* Define to 1 if you have the <sys/param.h> header file. */
142     #undef HAVE_SYS_PARAM_H
143    
144     /* Define to 1 if you have the <sys/resource.h> header file. */
145     #undef HAVE_SYS_RESOURCE_H
146    
147     /* Define to 1 if you have the <sys/stat.h> header file. */
148     #undef HAVE_SYS_STAT_H
149    
150     /* Define to 1 if you have the <sys/syslog.h> header file. */
151     #undef HAVE_SYS_SYSLOG_H
152    
153     /* Define to 1 if you have the <sys/types.h> header file. */
154     #undef HAVE_SYS_TYPES_H
155    
156     /* Define to 1 if you have the <sys/wait.h> header file. */
157     #undef HAVE_SYS_WAIT_H
158    
159     /* Define to 1 if you have the <unistd.h> header file. */
160     #undef HAVE_UNISTD_H
161    
162     /* Define to 1 if you have the `usleep' function. */
163     #undef HAVE_USLEEP
164    
165     /* Define to 1 if you have the `vsnprintf' function. */
166     #undef HAVE_VSNPRINTF
167    
168     /* Define to 1 if you have the <wait.h> header file. */
169     #undef HAVE_WAIT_H
170    
171     /* Miscellaneous sanity checks for the ircd. Makes it slightly slower */
172     #undef INVARIANTS
173    
174     /* Define if IPv6 support is present and available. */
175     #undef IPV6
176    
177     /* Prefix where the ircd is installed. */
178     #undef IRCD_PREFIX
179    
180     /* Size of the local client heap. */
181     #undef LCLIENT_HEAP_SIZE
182    
183     /* Log facility to use for syslog() */
184     #undef LOG_FACILITY
185    
186     /* Define this to disable debugging support. */
187     #undef NDEBUG
188    
189     /* Nickname length */
190     #undef NICKLEN
191    
192     /* Size of the WHOWAS array. */
193     #undef NICKNAMEHISTORYLENGTH
194    
195     /* Disable the block allocator. */
196     #undef NOBALLOC
197    
198     /* Define to 1 if your system has no in6addr_any. */
199     #undef NO_IN6ADDR_ANY
200    
201     /* Define if you have no native inet_aton() function. */
202     #undef NO_INET_ATON
203    
204     /* Define if you have no native inet_ntop() function. */
205     #undef NO_INET_NTOP
206    
207     /* Define if you have no native inet_pton() function. */
208     #undef NO_INET_PTON
209    
210     /* Define to the address where bug reports for this package should be sent. */
211     #undef PACKAGE_BUGREPORT
212    
213     /* Define to the full name of this package. */
214     #undef PACKAGE_NAME
215    
216     /* Define to the full name and version of this package. */
217     #undef PACKAGE_STRING
218    
219     /* Define to the one symbol short name of this package. */
220     #undef PACKAGE_TARNAME
221    
222     /* Define to the version of this package. */
223     #undef PACKAGE_VERSION
224    
225     /* Path to /dev/null */
226     #undef PATH_DEVNULL
227    
228     /* This is the type of IO loop we are using */
229     #undef SELECT_TYPE
230    
231     /* Suffix for shared libraries on this platform. */
232     #undef SHARED_SUFFIX
233    
234     /* The size of a `int64_t', as computed by sizeof. */
235     #undef SIZEOF_INT64_T
236    
237     /* The size of a `long long', as computed by sizeof. */
238     #undef SIZEOF_LONG_LONG
239    
240     /* Define to 1 if sockaddr_in has a 'sin_len' member. */
241     #undef SOCKADDR_IN_HAS_LEN
242    
243     /* Define to 1 if dynamic modules can't be used. */
244     #undef STATIC_MODULES
245    
246     /* Define to 1 if you have the ANSI C header files. */
247     #undef STDC_HEADERS
248    
249     /* Define to 1 if string.h may be included along with strings.h */
250     #undef STRING_WITH_STRINGS
251    
252     /* Send connect notices for other servers to syslog */
253     #undef SYSLOG_CONNECT
254    
255     /* Send oper kills to syslog */
256     #undef SYSLOG_KILL
257    
258     /* Send /OPER successes to syslog */
259     #undef SYSLOG_OPER
260    
261     /* Send remote squits for all servers to syslog */
262     #undef SYSLOG_SQUIT
263    
264     /* Send user log stuff to syslog */
265     #undef SYSLOG_USERS
266    
267     /* Maximum topic length (<=390) */
268     #undef TOPICLEN
269    
270     /* Size of the topic heap. */
271     #undef TOPIC_HEAP_SIZE
272    
273     /* If enabled, server links to your network must have a minimum of TS5. */
274     #undef TS5_ONLY
275    
276     /* Send vital ircd messages to syslog */
277     #undef USE_SYSLOG
278    
279     /* Define to 1 if your processor stores words with the most significant byte
280     first (like Motorola and SPARC, unlike Intel and VAX). */
281     #undef WORDS_BIGENDIAN
282    
283     /* Enable GNU extensions on systems that have them. */
284     #ifndef _GNU_SOURCE
285     # undef _GNU_SOURCE
286     #endif
287    
288     /* This is needed to use strtok_r on Solaris. */
289     #undef __EXTENSIONS__
290    
291     /* If system does not define in_port_t, define it to what it should be. */
292     #undef in_port_t
293    
294     /* Define to `__inline__' or `__inline' if that's what the C compiler
295     calls it, or to nothing if 'inline' is not supported under any name. */
296     #ifndef __cplusplus
297     #undef inline
298     #endif
299    
300     /* Define to `long long' if <sys/types.h> does not define. */
301     #undef int64_t
302    
303     /* If system does not define sa_family_t, define it here. */
304     #undef sa_family_t
305    
306     /* If we don't have a real socklen_t, unsigned int is good enough. */
307     #undef socklen_t
308    
309     /* Broken glibc implementations use __ss_family instead of ss_family. Define
310     to __ss_family if true. */
311     #undef ss_family
312    
313     /* If system does not define u_int16_t, define a usable substitute. */
314     #undef u_int16_t
315    
316     /* If system does not define u_int32_t, define to unsigned long int here. */
317     #undef u_int32_t
318    
319     /* Define to `unsigned long long' if <sys/types.h> does not define. */
320     #undef uint64_t

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision