ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/include/setup.h.in
Revision: 30
Committed: Sun Oct 2 20:03:27 2005 UTC (20 years, 10 months ago) by adx
File size: 8083 byte(s)
Log Message:
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

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     /* 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     /* Define to 1 if you have the `lrand48' function. */
79     #undef HAVE_LRAND48
80    
81     /* Define to 1 if you have the <mach-o/dyld.h> header file. */
82     #undef HAVE_MACH_O_DYLD_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 `mmap' function. */
88     #undef HAVE_MMAP
89    
90     /* Define if the shl_load function is available. */
91     #undef HAVE_SHL_LOAD
92    
93     /* Define to 1 if you have the `snprintf' function. */
94     #undef HAVE_SNPRINTF
95    
96     /* Define to 1 if you have the `socketpair' function. */
97     #undef HAVE_SOCKETPAIR
98    
99     /* Define to 1 if you have the `srand48' function. */
100     #undef HAVE_SRAND48
101    
102     /* Define to 1 if you have the <stddef.h> header file. */
103     #undef HAVE_STDDEF_H
104    
105     /* Define to 1 if you have the <stdint.h> header file. */
106     #undef HAVE_STDINT_H
107    
108     /* Define to 1 if you have the <stdlib.h> header file. */
109     #undef HAVE_STDLIB_H
110    
111     /* Define to 1 if you have the <strings.h> header file. */
112     #undef HAVE_STRINGS_H
113    
114     /* Define to 1 if you have the <string.h> header file. */
115     #undef HAVE_STRING_H
116    
117     /* Define to 1 if you have the `strlcat' function. */
118     #undef HAVE_STRLCAT
119    
120     /* Define to 1 if you have the `strlcpy' function. */
121     #undef HAVE_STRLCPY
122    
123     /* Define to 1 if you have the `strtok_r' function. */
124     #undef HAVE_STRTOK_R
125    
126     /* Define to 1 if the system has the type `struct addrinfo'. */
127     #undef HAVE_STRUCT_ADDRINFO
128    
129     /* Define to 1 if the system has the type `struct sockaddr_storage'. */
130     #undef HAVE_STRUCT_SOCKADDR_STORAGE
131    
132     /* Define to 1 if you have the <sys/devpoll.h> header file. */
133     #undef HAVE_SYS_DEVPOLL_H
134    
135     /* Define to 1 if you have the <sys/param.h> header file. */
136     #undef HAVE_SYS_PARAM_H
137    
138     /* Define to 1 if you have the <sys/resource.h> header file. */
139     #undef HAVE_SYS_RESOURCE_H
140    
141     /* Define to 1 if you have the <sys/stat.h> header file. */
142     #undef HAVE_SYS_STAT_H
143    
144     /* Define to 1 if you have the <sys/syslog.h> header file. */
145     #undef HAVE_SYS_SYSLOG_H
146    
147     /* Define to 1 if you have the <sys/types.h> header file. */
148     #undef HAVE_SYS_TYPES_H
149    
150     /* Define to 1 if you have the <sys/wait.h> header file. */
151     #undef HAVE_SYS_WAIT_H
152    
153     /* Define to 1 if you have the <unistd.h> header file. */
154     #undef HAVE_UNISTD_H
155    
156     /* Define to 1 if you have the `usleep' function. */
157     #undef HAVE_USLEEP
158    
159     /* Define to 1 if you have the `vsnprintf' function. */
160     #undef HAVE_VSNPRINTF
161    
162     /* Define to 1 if you have the <wait.h> header file. */
163     #undef HAVE_WAIT_H
164    
165     /* Miscellaneous sanity checks for the ircd. Makes it slightly slower */
166     #undef INVARIANTS
167    
168     /* Define if IPv6 support is present and available. */
169     #undef IPV6
170    
171     /* Prefix where the ircd is installed. */
172     #undef IRCD_PREFIX
173    
174     /* Size of the local client heap. */
175     #undef LCLIENT_HEAP_SIZE
176    
177     /* Log facility to use for syslog() */
178     #undef LOG_FACILITY
179    
180     /* Define this to disable debugging support. */
181     #undef NDEBUG
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     /* Send vital ircd messages to syslog */
271     #undef USE_SYSLOG
272    
273     /* Define to 1 if your processor stores words with the most significant byte
274     first (like Motorola and SPARC, unlike Intel and VAX). */
275     #undef WORDS_BIGENDIAN
276    
277     /* Enable GNU extensions on systems that have them. */
278     #ifndef _GNU_SOURCE
279     # undef _GNU_SOURCE
280     #endif
281    
282     /* This is needed to use strtok_r on Solaris. */
283     #undef __EXTENSIONS__
284    
285     /* If system does not define in_port_t, define it to what it should be. */
286     #undef in_port_t
287    
288     /* Define to `__inline__' or `__inline' if that's what the C compiler
289     calls it, or to nothing if 'inline' is not supported under any name. */
290     #ifndef __cplusplus
291     #undef inline
292     #endif
293    
294     /* Define to `long long' if <sys/types.h> does not define. */
295     #undef int64_t
296    
297     /* If system does not define sa_family_t, define it here. */
298     #undef sa_family_t
299    
300     /* If we don't have a real socklen_t, unsigned int is good enough. */
301     #undef socklen_t
302    
303     /* Broken glibc implementations use __ss_family instead of ss_family. Define
304     to __ss_family if true. */
305     #undef ss_family
306    
307     /* If system does not define u_int16_t, define a usable substitute. */
308     #undef u_int16_t
309    
310     /* If system does not define u_int32_t, define to unsigned long int here. */
311     #undef u_int32_t
312    
313     /* Define to `unsigned long long' if <sys/types.h> does not define. */
314     #undef uint64_t

Properties

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