ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/config.h.in
Revision: 6544
Committed: Wed Sep 16 16:29:27 2015 UTC (8 years, 6 months ago) by michael
File size: 8105 byte(s)
Log Message:
- autoreconf

File Contents

# Content
1 /* config.h.in. Generated from configure.ac by autoheader. */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Set to datadir. */
7 #undef DATADIR
8
9 /* Define if SSP C support is enabled. */
10 #undef ENABLE_SSP_CC
11
12 /* 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 /* Define to 1 if you have the <crypt.h> header file. */
40 #undef HAVE_CRYPT_H
41
42 /* 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 /* Define to 1 if you have the <devpoll.h> header file. */
47 #undef HAVE_DEVPOLL_H
48
49 /* 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 /* Define to 1 if you have the <dlfcn.h> header file. */
62 #undef HAVE_DLFCN_H
63
64 /* 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 /* Define to 1 if you have the <inttypes.h> header file. */
74 #undef HAVE_INTTYPES_H
75
76 /* Define to 1 if you have the `crypto' library (-lcrypto). */
77 #undef HAVE_LIBCRYPTO
78
79 /* 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 /* Define to 1 if libGeoIP (-lGeoIP) is available. */
86 #undef HAVE_LIBGEOIP
87
88 /* Define to 1 if you have the `ssl' library (-lssl). */
89 #undef HAVE_LIBSSL
90
91 /* 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 /* Define to 1 if you have the <memory.h> header file. */
98 #undef HAVE_MEMORY_H
99
100 /* 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 /* Define to 1 if you have the <socket.h> header file. */
113 #undef HAVE_SOCKET_H
114
115 /* 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 /* 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 /* Define to 1 if you have the <sys/devpoll.h> header file. */
137 #undef HAVE_SYS_DEVPOLL_H
138
139 /* Define to 1 if you have the <sys/dl.h> header file. */
140 #undef HAVE_SYS_DL_H
141
142 /* 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 /* Define to 1 if you have the <types.h> header file. */
158 #undef HAVE_TYPES_H
159
160 /* Define to 1 if you have the <unistd.h> header file. */
161 #undef HAVE_UNISTD_H
162
163 /* Define to 1 if you have the <wait.h> header file. */
164 #undef HAVE_WAIT_H
165
166 /* This value is set to 1 to indicate that the system argz facility works */
167 #undef HAVE_WORKING_ARGZ
168
169 /* Set to libdir. */
170 #undef LIBDIR
171
172 /* Set to localstatedir. */
173 #undef LOCALSTATEDIR
174
175 /* Define if the OS needs help to load dependent libraries for dlopen(). */
176 #undef LTDL_DLOPEN_DEPLIBS
177
178 /* Define to the system default library search path. */
179 #undef LT_DLSEARCH_PATH
180
181 /* The archive extension */
182 #undef LT_LIBEXT
183
184 /* The archive prefix */
185 #undef LT_LIBPREFIX
186
187 /* Define to the extension used for runtime loadable modules, say, ".so". */
188 #undef LT_MODULE_EXT
189
190 /* Define to the name of the environment variable that determines the run-time
191 module search path. */
192 #undef LT_MODULE_PATH_VAR
193
194 /* Define to the sub-directory where libtool stores uninstalled libraries. */
195 #undef LT_OBJDIR
196
197 /* Define to the shared library suffix, say, ".dylib". */
198 #undef LT_SHARED_EXT
199
200 /* Define to the shared archive member specification, say "(shr.o)". */
201 #undef LT_SHARED_LIB_MEMBER
202
203 /* Size of the auth mempool chunk. */
204 #undef MP_CHUNK_SIZE_AUTH
205
206 /* Size of the ban mempool chunk. */
207 #undef MP_CHUNK_SIZE_BAN
208
209 /* Size of the channel mempool chunk. */
210 #undef MP_CHUNK_SIZE_CHANNEL
211
212 /* Size of the client mempool chunk. */
213 #undef MP_CHUNK_SIZE_CLIENT
214
215 /* Size of the connection mempool chunk. */
216 #undef MP_CHUNK_SIZE_CONNECTION
217
218 /* Size of the dbuf mempool chunk. */
219 #undef MP_CHUNK_SIZE_DBUF
220
221 /* Size of the dlink_node mempool chunk. */
222 #undef MP_CHUNK_SIZE_DNODE
223
224 /* Size of the dns mempool chunk. */
225 #undef MP_CHUNK_SIZE_DNS
226
227 /* Size of the ip_entry mempool chunk. */
228 #undef MP_CHUNK_SIZE_IP_ENTRY
229
230 /* Size of the channel-member mempool chunk. */
231 #undef MP_CHUNK_SIZE_MEMBER
232
233 /* Size of the namehost mempool chunk. */
234 #undef MP_CHUNK_SIZE_NAMEHOST
235
236 /* Size of the userhost mempool chunk. */
237 #undef MP_CHUNK_SIZE_USERHOST
238
239 /* Size of the watch mempool chunk. */
240 #undef MP_CHUNK_SIZE_WATCH
241
242 /* Define to disable assert() statements. */
243 #undef NDEBUG
244
245 /* Define if dlsym() requires a leading underscore in symbol names. */
246 #undef NEED_USCORE
247
248 /* Name of package */
249 #undef PACKAGE
250
251 /* Define to the address where bug reports for this package should be sent. */
252 #undef PACKAGE_BUGREPORT
253
254 /* Define to the full name of this package. */
255 #undef PACKAGE_NAME
256
257 /* Define to the full name and version of this package. */
258 #undef PACKAGE_STRING
259
260 /* Define to the one symbol short name of this package. */
261 #undef PACKAGE_TARNAME
262
263 /* Define to the home page for this package. */
264 #undef PACKAGE_URL
265
266 /* Define to the version of this package. */
267 #undef PACKAGE_VERSION
268
269 /* Set to prefix. */
270 #undef PREFIX
271
272 /* Define to 1 if you have the ANSI C header files. */
273 #undef STDC_HEADERS
274
275 /* Set to sysconfdir. */
276 #undef SYSCONFDIR
277
278 /* use this iopoll mechanism */
279 #undef USE_IOPOLL_MECHANISM
280
281 /* Version number of package */
282 #undef VERSION
283
284 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
285 significant byte first (like Motorola and SPARC, unlike Intel). */
286 #if defined AC_APPLE_UNIVERSAL_BUILD
287 # if defined __BIG_ENDIAN__
288 # define WORDS_BIGENDIAN 1
289 # endif
290 #else
291 # ifndef WORDS_BIGENDIAN
292 # undef WORDS_BIGENDIAN
293 # endif
294 #endif
295
296 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
297 `char[]'. */
298 #undef YYTEXT_POINTER
299
300 /* devpoll mechanism */
301 #undef __IOPOLL_MECHANISM_DEVPOLL
302
303 /* epoll mechanism */
304 #undef __IOPOLL_MECHANISM_EPOLL
305
306 /* kqueue mechanism */
307 #undef __IOPOLL_MECHANISM_KQUEUE
308
309 /* no iopoll mechanism */
310 #undef __IOPOLL_MECHANISM_NONE
311
312 /* poll mechanism */
313 #undef __IOPOLL_MECHANISM_POLL
314
315 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
316 #undef __error_t_defined
317
318 /* Define to a type to use for 'error_t' if it is not otherwise available. */
319 #undef error_t

Properties

Name Value
svn:eol-style native