ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/include/setup.h.in
Revision: 641
Committed: Wed Jun 7 10:51:31 2006 UTC (20 years, 2 months ago) by michael
File size: 8120 byte(s)
Log Message:
- Renamed basename() to libio_basename() and use it everywhere instead
  of glibc's basename
- Updated configure.ac accordingly

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

Properties

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