ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/config.h.in
Revision: 935
Committed: Mon Apr 13 03:31:41 2009 UTC (17 years, 4 months ago) by db
File size: 6356 byte(s)
Log Message:
- This needs HAVE_BASENAME


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     /* Define to 1 if you have the <stddef.h> header file. */
76     #undef HAVE_STDDEF_H
77    
78     /* Define to 1 if you have the <stdint.h> header file. */
79     #undef HAVE_STDINT_H
80    
81     /* Define to 1 if you have the <stdlib.h> header file. */
82     #undef HAVE_STDLIB_H
83    
84     /* Define to 1 if you have the <strings.h> header file. */
85     #undef HAVE_STRINGS_H
86    
87     /* Define to 1 if you have the <string.h> header file. */
88     #undef HAVE_STRING_H
89    
90     /* Define to 1 if the system has the type `struct addrinfo'. */
91     #undef HAVE_STRUCT_ADDRINFO
92    
93     /* Define to 1 if the system has the type `struct sockaddr_in'. */
94     #undef HAVE_STRUCT_SOCKADDR_IN
95    
96     /* Define to 1 if the system has the type `struct sockaddr_in6'. */
97     #undef HAVE_STRUCT_SOCKADDR_IN6
98    
99     /* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */
100     #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
101    
102     /* Define to 1 if the system has the type `struct sockaddr_storage'. */
103     #undef HAVE_STRUCT_SOCKADDR_STORAGE
104    
105     /* Define to 1 if you have the <syslog.h> header file. */
106     #undef HAVE_SYSLOG_H
107    
108     /* Define to 1 if you have the <sys/devpoll.h> header file. */
109     #undef HAVE_SYS_DEVPOLL_H
110    
111     /* Define to 1 if you have the <sys/param.h> header file. */
112     #undef HAVE_SYS_PARAM_H
113    
114     /* Define to 1 if you have the <sys/resource.h> header file. */
115     #undef HAVE_SYS_RESOURCE_H
116    
117     /* Define to 1 if you have the <sys/stat.h> header file. */
118     #undef HAVE_SYS_STAT_H
119    
120     /* Define to 1 if you have the <sys/syslog.h> header file. */
121     #undef HAVE_SYS_SYSLOG_H
122    
123     /* Define to 1 if you have the <sys/types.h> header file. */
124     #undef HAVE_SYS_TYPES_H
125    
126     /* Define to 1 if you have the <sys/wait.h> header file. */
127     #undef HAVE_SYS_WAIT_H
128    
129     /* Define to 1 if you have the <unistd.h> header file. */
130     #undef HAVE_UNISTD_H
131    
132     /* Define to 1 if you have the <wait.h> header file. */
133     #undef HAVE_WAIT_H
134    
135     /* Miscellaneous sanity checks for the IRCd. Makes it slightly slower */
136     #undef INVARIANTS
137    
138     /* Define to 1 if you have IPv6 support. */
139     #undef IPV6
140    
141     /* Size of the local client heap. */
142     #undef LCLIENT_HEAP_SIZE
143    
144     /* Set to libdir. */
145     #undef LIBDIR
146    
147     /* Set to localstatedir. */
148     #undef LOCALSTATEDIR
149    
150     /* Set to syslog facility to use. */
151     #undef LOG_FACILITY
152    
153     /* Define to 1 to disable debugging. */
154     #undef NDEBUG
155    
156     /* Length of nicknames. */
157     #undef NICKLEN
158    
159 michael 925 /* Size of the WHOWAS array. */
160 michael 912 #undef NICKNAMEHISTORYLENGTH
161    
162     /* Name of package */
163     #undef PACKAGE
164    
165     /* Define to the address where bug reports for this package should be sent. */
166     #undef PACKAGE_BUGREPORT
167    
168     /* Define to the full name of this package. */
169     #undef PACKAGE_NAME
170    
171     /* Define to the full name and version of this package. */
172     #undef PACKAGE_STRING
173    
174     /* Define to the one symbol short name of this package. */
175     #undef PACKAGE_TARNAME
176    
177     /* Define to the version of this package. */
178     #undef PACKAGE_VERSION
179    
180 michael 923 /* Path to /dev/null */
181     #undef PATH_DEVNULL
182    
183 michael 912 /* Set to prefix. */
184     #undef PREFIX
185    
186     /* The size of `int64_t', as computed by sizeof. */
187     #undef SIZEOF_INT64_T
188    
189     /* The size of `long long', as computed by sizeof. */
190     #undef SIZEOF_LONG_LONG
191    
192     /* Define to 1 if you have the ANSI C header files. */
193     #undef STDC_HEADERS
194    
195     /* Set to sysconfdir. */
196     #undef SYSCONFDIR
197    
198     /* Send oper log stuff to syslog. */
199     #undef SYSLOG_OPER
200    
201     /* Send user log stuff to syslog. */
202     #undef SYSLOG_USERS
203    
204     /* Length of topics. */
205     #undef TOPICLEN
206    
207     /* Size of the topic heap. */
208     #undef TOPIC_HEAP_SIZE
209    
210     /* If Defined to 1 server links to your network must have a minimum of TS5. */
211     #undef TS5_ONLY
212    
213     /* use this iopoll mechanism */
214     #undef USE_IOPOLL_MECHANISM
215    
216     /* Define to 1 if you want to use syslog. */
217     #undef USE_SYSLOG
218    
219     /* Version number of package */
220     #undef VERSION
221    
222     /* Define to 1 if your processor stores words with the most significant byte
223     first (like Motorola and SPARC, unlike Intel and VAX). */
224     #undef WORDS_BIGENDIAN
225    
226     /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
227     `char[]'. */
228     #undef YYTEXT_POINTER
229    
230     /* devpoll mechanism */
231     #undef __IOPOLL_MECHANISM_DEVPOLL
232    
233     /* epoll mechanism */
234     #undef __IOPOLL_MECHANISM_EPOLL
235    
236     /* kqueue mechanism */
237     #undef __IOPOLL_MECHANISM_KQUEUE
238    
239     /* no iopoll mechanism */
240     #undef __IOPOLL_MECHANISM_NONE
241    
242     /* poll mechanism */
243     #undef __IOPOLL_MECHANISM_POLL
244    
245     /* rtsigio mechanism */
246     #undef __IOPOLL_MECHANISM_RTSIGIO
247    
248     /* select mechanism */
249     #undef __IOPOLL_MECHANISM_SELECT
250    
251     /* Define to empty if `const' does not conform to ANSI C. */
252     #undef const
253    
254     /* Define to `__inline__' or `__inline' if that's what the C compiler
255     calls it, or to nothing if 'inline' is not supported under any name. */
256     #ifndef __cplusplus
257     #undef inline
258     #endif
259    
260     /* Define to `long long' if <sys/types.h> does not define. */
261     #undef int64_t
262    
263     /* Define to `unsigned long long' if <sys/types.h> does not define. */
264     #undef uint64_t