ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/config.h.in
Revision: 941
Committed: Sat May 2 02:02:59 2009 UTC (14 years, 11 months ago) by db
File size: 6626 byte(s)
Log Message:
- Update autools versions.
- Fix acinclude.m4 to work on FreeBSD at least.


File Contents

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