ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/config.h.in
Revision: 4414
Committed: Thu Aug 7 14:06:08 2014 UTC (12 years ago) by michael
File size: 8144 byte(s)
Log Message:
- Removed ipv6 detection. We now assume all systems that run hybrid have
  ipv6 availability and sockaddr_storage.

File Contents

# User Rev Content
1 michael 915 /* config.h.in. Generated from configure.ac by autoheader. */
2 michael 912
3 michael 942 /* Define if building universal (internal helper macro) */
4     #undef AC_APPLE_UNIVERSAL_BUILD
5    
6 michael 912 /* Set to datadir. */
7     #undef DATADIR
8    
9 michael 2480 /* Define if SSP C support is enabled. */
10     #undef ENABLE_SSP_CC
11    
12 michael 945 /* Define to 1 if you have the `argz_add' function. */
13     #undef HAVE_ARGZ_ADD
14    
15     /* Define to 1 if you have the `argz_append' function. */
16     #undef HAVE_ARGZ_APPEND
17    
18     /* Define to 1 if you have the `argz_count' function. */
19     #undef HAVE_ARGZ_COUNT
20    
21     /* Define to 1 if you have the `argz_create_sep' function. */
22     #undef HAVE_ARGZ_CREATE_SEP
23    
24     /* Define to 1 if you have the <argz.h> header file. */
25     #undef HAVE_ARGZ_H
26    
27     /* Define to 1 if you have the `argz_insert' function. */
28     #undef HAVE_ARGZ_INSERT
29    
30     /* Define to 1 if you have the `argz_next' function. */
31     #undef HAVE_ARGZ_NEXT
32    
33     /* Define to 1 if you have the `argz_stringify' function. */
34     #undef HAVE_ARGZ_STRINGIFY
35    
36     /* Define to 1 if you have the `closedir' function. */
37     #undef HAVE_CLOSEDIR
38    
39 michael 912 /* Define to 1 if you have the <crypt.h> header file. */
40     #undef HAVE_CRYPT_H
41    
42 michael 945 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
43     you don't. */
44     #undef HAVE_DECL_CYGWIN_CONV_PATH
45    
46 michael 912 /* Define to 1 if you have the <devpoll.h> header file. */
47     #undef HAVE_DEVPOLL_H
48    
49 michael 945 /* Define to 1 if you have the <dirent.h> header file. */
50     #undef HAVE_DIRENT_H
51    
52     /* Define if you have the GNU dld library. */
53     #undef HAVE_DLD
54    
55     /* Define to 1 if you have the <dld.h> header file. */
56     #undef HAVE_DLD_H
57    
58     /* Define to 1 if you have the `dlerror' function. */
59     #undef HAVE_DLERROR
60    
61 michael 912 /* Define to 1 if you have the <dlfcn.h> header file. */
62     #undef HAVE_DLFCN_H
63    
64 michael 945 /* Define to 1 if you have the <dl.h> header file. */
65     #undef HAVE_DL_H
66    
67     /* Define if you have the _dyld_func_lookup function. */
68     #undef HAVE_DYLD
69    
70     /* Define to 1 if the system has the type `error_t'. */
71     #undef HAVE_ERROR_T
72    
73 michael 912 /* Define to 1 if you have the <inttypes.h> header file. */
74     #undef HAVE_INTTYPES_H
75    
76 michael 1015 /* Define to 1 if you have the `crypto' library (-lcrypto). */
77 michael 912 #undef HAVE_LIBCRYPTO
78    
79 michael 945 /* Define if you have the libdl library or equivalent. */
80     #undef HAVE_LIBDL
81    
82     /* Define if libdlloader will be built on this platform */
83     #undef HAVE_LIBDLLOADER
84    
85 michael 1856 /* Define to 1 if libGeoIP (-lGeoIP) is available. */
86     #undef HAVE_LIBGEOIP
87    
88 michael 1304 /* Define to 1 if you have the `ssl' library (-lssl). */
89     #undef HAVE_LIBSSL
90    
91 michael 945 /* Define this if a modern libltdl is already installed */
92     #undef HAVE_LTDL
93    
94     /* Define to 1 if you have the <mach-o/dyld.h> header file. */
95     #undef HAVE_MACH_O_DYLD_H
96    
97 michael 912 /* Define to 1 if you have the <memory.h> header file. */
98     #undef HAVE_MEMORY_H
99    
100 michael 945 /* Define to 1 if you have the `opendir' function. */
101     #undef HAVE_OPENDIR
102    
103     /* Define if libtool can extract symbol lists from object files. */
104     #undef HAVE_PRELOADED_SYMBOLS
105    
106     /* Define to 1 if you have the `readdir' function. */
107     #undef HAVE_READDIR
108    
109     /* Define if you have the shl_load function. */
110     #undef HAVE_SHL_LOAD
111    
112 db 941 /* Define to 1 if you have the <socket.h> header file. */
113     #undef HAVE_SOCKET_H
114    
115 michael 912 /* Define to 1 if you have the <stdint.h> header file. */
116     #undef HAVE_STDINT_H
117    
118     /* Define to 1 if you have the <stdlib.h> header file. */
119     #undef HAVE_STDLIB_H
120    
121     /* Define to 1 if you have the <strings.h> header file. */
122     #undef HAVE_STRINGS_H
123    
124     /* Define to 1 if you have the <string.h> header file. */
125     #undef HAVE_STRING_H
126    
127 michael 942 /* Define to 1 if you have the `strlcat' function. */
128     #undef HAVE_STRLCAT
129    
130     /* Define to 1 if you have the `strlcpy' function. */
131     #undef HAVE_STRLCPY
132    
133     /* Define to 1 if you have the `strtok_r' function. */
134     #undef HAVE_STRTOK_R
135    
136 michael 912 /* Define to 1 if you have the <sys/devpoll.h> header file. */
137     #undef HAVE_SYS_DEVPOLL_H
138    
139 michael 945 /* Define to 1 if you have the <sys/dl.h> header file. */
140     #undef HAVE_SYS_DL_H
141    
142 michael 912 /* Define to 1 if you have the <sys/param.h> header file. */
143     #undef HAVE_SYS_PARAM_H
144    
145     /* Define to 1 if you have the <sys/resource.h> header file. */
146     #undef HAVE_SYS_RESOURCE_H
147    
148     /* Define to 1 if you have the <sys/stat.h> header file. */
149     #undef HAVE_SYS_STAT_H
150    
151     /* Define to 1 if you have the <sys/types.h> header file. */
152     #undef HAVE_SYS_TYPES_H
153    
154     /* Define to 1 if you have the <sys/wait.h> header file. */
155     #undef HAVE_SYS_WAIT_H
156    
157 db 941 /* Define to 1 if you have the <types.h> header file. */
158     #undef HAVE_TYPES_H
159    
160 michael 912 /* Define to 1 if you have the <unistd.h> header file. */
161     #undef HAVE_UNISTD_H
162    
163 michael 942 /* Define to 1 if you have the `usleep' function. */
164     #undef HAVE_USLEEP
165    
166 michael 912 /* Define to 1 if you have the <wait.h> header file. */
167     #undef HAVE_WAIT_H
168    
169 michael 945 /* This value is set to 1 to indicate that the system argz facility works */
170     #undef HAVE_WORKING_ARGZ
171    
172 michael 912 /* Set to libdir. */
173     #undef LIBDIR
174    
175     /* Set to localstatedir. */
176     #undef LOCALSTATEDIR
177    
178 michael 945 /* Define if the OS needs help to load dependent libraries for dlopen(). */
179     #undef LTDL_DLOPEN_DEPLIBS
180    
181     /* Define to the system default library search path. */
182     #undef LT_DLSEARCH_PATH
183    
184     /* The archive extension */
185     #undef LT_LIBEXT
186    
187 michael 1106 /* The archive prefix */
188     #undef LT_LIBPREFIX
189    
190 michael 945 /* Define to the extension used for runtime loadable modules, say, ".so". */
191     #undef LT_MODULE_EXT
192    
193     /* Define to the name of the environment variable that determines the run-time
194     module search path. */
195     #undef LT_MODULE_PATH_VAR
196    
197     /* Define to the sub-directory in which libtool stores uninstalled libraries.
198     */
199     #undef LT_OBJDIR
200    
201 michael 1257 /* Define to the shared library suffix, say, ".dylib". */
202     #undef LT_SHARED_EXT
203    
204 michael 1654 /* Size of the auth mempool chunk. */
205     #undef MP_CHUNK_SIZE_AUTH
206    
207     /* Size of the ban mempool chunk. */
208     #undef MP_CHUNK_SIZE_BAN
209    
210     /* Size of the channel mempool chunk. */
211     #undef MP_CHUNK_SIZE_CHANNEL
212    
213     /* Size of the client mempool chunk. */
214     #undef MP_CHUNK_SIZE_CLIENT
215    
216     /* Size of the dbuf mempool chunk. */
217     #undef MP_CHUNK_SIZE_DBUF
218    
219     /* Size of the dlink_node mempool chunk. */
220     #undef MP_CHUNK_SIZE_DNODE
221    
222     /* Size of the dns mempool chunk. */
223     #undef MP_CHUNK_SIZE_DNS
224    
225 michael 1964 /* Size of the ip_entry mempool chunk. */
226     #undef MP_CHUNK_SIZE_IP_ENTRY
227    
228 michael 1654 /* Size of the local client mempool chunk. */
229     #undef MP_CHUNK_SIZE_LCLIENT
230    
231 michael 1964 /* Size of the channel-member mempool chunk. */
232 michael 1654 #undef MP_CHUNK_SIZE_MEMBER
233    
234 michael 1964 /* Size of the namehost mempool chunk. */
235     #undef MP_CHUNK_SIZE_NAMEHOST
236    
237     /* Size of the userhost mempool chunk. */
238     #undef MP_CHUNK_SIZE_USERHOST
239    
240 michael 1654 /* Size of the watch mempool chunk. */
241     #undef MP_CHUNK_SIZE_WATCH
242    
243     /* Define to disable assert() statements. */
244 michael 912 #undef NDEBUG
245    
246 michael 945 /* Define if dlsym() requires a leading underscore in symbol names. */
247     #undef NEED_USCORE
248    
249 michael 925 /* Size of the WHOWAS array. */
250 michael 912 #undef NICKNAMEHISTORYLENGTH
251    
252     /* Name of package */
253     #undef PACKAGE
254    
255     /* Define to the address where bug reports for this package should be sent. */
256     #undef PACKAGE_BUGREPORT
257    
258     /* Define to the full name of this package. */
259     #undef PACKAGE_NAME
260    
261     /* Define to the full name and version of this package. */
262     #undef PACKAGE_STRING
263    
264     /* Define to the one symbol short name of this package. */
265     #undef PACKAGE_TARNAME
266    
267 michael 967 /* Define to the home page for this package. */
268     #undef PACKAGE_URL
269    
270 michael 912 /* Define to the version of this package. */
271     #undef PACKAGE_VERSION
272    
273     /* Set to prefix. */
274     #undef PREFIX
275    
276     /* Define to 1 if you have the ANSI C header files. */
277     #undef STDC_HEADERS
278    
279     /* Set to sysconfdir. */
280     #undef SYSCONFDIR
281    
282     /* use this iopoll mechanism */
283     #undef USE_IOPOLL_MECHANISM
284    
285     /* Version number of package */
286     #undef VERSION
287    
288 db 941 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
289 michael 942 significant byte first (like Motorola and SPARC, unlike Intel). */
290     #if defined AC_APPLE_UNIVERSAL_BUILD
291     # if defined __BIG_ENDIAN__
292     # define WORDS_BIGENDIAN 1
293     # endif
294     #else
295     # ifndef WORDS_BIGENDIAN
296     # undef WORDS_BIGENDIAN
297     # endif
298 db 941 #endif
299 michael 912
300     /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
301     `char[]'. */
302     #undef YYTEXT_POINTER
303    
304     /* devpoll mechanism */
305     #undef __IOPOLL_MECHANISM_DEVPOLL
306    
307     /* epoll mechanism */
308     #undef __IOPOLL_MECHANISM_EPOLL
309    
310     /* kqueue mechanism */
311     #undef __IOPOLL_MECHANISM_KQUEUE
312    
313     /* no iopoll mechanism */
314     #undef __IOPOLL_MECHANISM_NONE
315    
316     /* poll mechanism */
317     #undef __IOPOLL_MECHANISM_POLL
318    
319 michael 945 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
320     #undef __error_t_defined
321    
322     /* Define to a type to use for `error_t' if it is not otherwise available. */
323     #undef error_t

Properties

Name Value
svn:eol-style native