Annotation of parser3/src/include/pa_config_auto.h.in, revision 1.78
1.37 paf 1: /* src/include/pa_config_auto.h.in. Generated from configure.in by autoheader. */
1.1 paf 2:
1.73 moko 3: /* Define if building universal (internal helper macro) */
4: #undef AC_APPLE_UNIVERSAL_BUILD
5:
1.38 paf 6: /* using cygwin building environment */
7: #undef CYGWIN
8:
1.45 misha 9: /* FreeBSD4X target platform */
10: #undef FREEBSD4
11:
1.56 moko 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:
1.37 paf 36: /* Define to 1 if you have the <arpa/inet.h> header file. */
37: #undef HAVE_ARPA_INET_H
1.1 paf 38:
1.38 paf 39: /* Define to 1 if you have the <assert.h> header file. */
40: #undef HAVE_ASSERT_H
41:
1.56 moko 42: /* Define to 1 if you have the `closedir' function. */
43: #undef HAVE_CLOSEDIR
44:
1.37 paf 45: /* Define to 1 if you have the `crypt' function. */
46: #undef HAVE_CRYPT
1.26 paf 47:
1.37 paf 48: /* Define to 1 if you have the <crypt.h> header file. */
49: #undef HAVE_CRYPT_H
1.1 paf 50:
1.37 paf 51: /* Define to 1 if you have the <ctype.h> header file. */
52: #undef HAVE_CTYPE_H
1.26 paf 53:
1.30 paf 54: /* Define if you have daylight external variable in <time.h> */
55: #undef HAVE_DAYLIGHT
56:
1.56 moko 57: /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
58: you don't. */
59: #undef HAVE_DECL_CYGWIN_CONV_PATH
60:
1.37 paf 61: /* Define to 1 if you have the <direct.h> header file. */
62: #undef HAVE_DIRECT_H
1.30 paf 63:
1.56 moko 64: /* Define to 1 if you have the <dirent.h> header file. */
65: #undef HAVE_DIRENT_H
66:
1.37 paf 67: /* Define if you have the GNU dld library */
68: #undef HAVE_DLD
1.30 paf 69:
1.56 moko 70: /* Define to 1 if you have the <dld.h> header file. */
71: #undef HAVE_DLD_H
72:
1.37 paf 73: /* Define to 1 if you have the `dlerror' function. */
74: #undef HAVE_DLERROR
1.30 paf 75:
1.56 moko 76: /* Define to 1 if you have the <dlfcn.h> header file. */
77: #undef HAVE_DLFCN_H
78:
79: /* Define to 1 if you have the <dl.h> header file. */
80: #undef HAVE_DL_H
81:
82: /* Define if you have the _dyld_func_lookup function. */
83: #undef HAVE_DYLD
84:
1.37 paf 85: /* Define to 1 if you have the <errno.h> header file. */
86: #undef HAVE_ERRNO_H
1.19 paf 87:
1.56 moko 88: /* Define to 1 if the system has the type `error_t'. */
89: #undef HAVE_ERROR_T
90:
1.46 misha 91: /* Define to 1 if you have the `fchmod' function. */
92: #undef HAVE_FCHMOD
93:
1.37 paf 94: /* Define to 1 if you have the `fcntl' function. */
95: #undef HAVE_FCNTL
1.27 paf 96:
1.37 paf 97: /* Define to 1 if you have the <fcntl.h> header file. */
98: #undef HAVE_FCNTL_H
1.15 paf 99:
1.37 paf 100: /* Define to 1 if you have the `flock' function. */
1.15 paf 101: #undef HAVE_FLOCK
102:
1.37 paf 103: /* Define to 1 if you have the `ftruncate' function. */
1.34 paf 104: #undef HAVE_FTRUNCATE
105:
1.37 paf 106: /* Define to 1 if you have the `getrusage' function. */
1.17 paf 107: #undef HAVE_GETRUSAGE
108:
1.37 paf 109: /* Define to 1 if you have the `gettimeofday' function. */
1.31 paf 110: #undef HAVE_GETTIMEOFDAY
111:
1.37 paf 112: /* Define to 1 if you have the <inttypes.h> header file. */
113: #undef HAVE_INTTYPES_H
1.15 paf 114:
1.37 paf 115: /* Define to 1 if you have the <io.h> header file. */
116: #undef HAVE_IO_H
1.17 paf 117:
1.37 paf 118: /* Define to 1 if you have the `crypt' library (-lcrypt). */
119: #undef HAVE_LIBCRYPT
1.12 paf 120:
1.37 paf 121: /* Define if you have the libdl library or equivalent. */
122: #undef HAVE_LIBDL
1.17 paf 123:
1.56 moko 124: /* Define if libdlloader will be built on this platform */
125: #undef HAVE_LIBDLLOADER
126:
1.37 paf 127: /* Define to 1 if you have the `m' library (-lm). */
128: #undef HAVE_LIBM
1.33 paf 129:
1.37 paf 130: /* Define to 1 if you have the `nsl' library (-lnsl). */
131: #undef HAVE_LIBNSL
1.12 paf 132:
1.37 paf 133: /* Define to 1 if you have the `socket' library (-lsocket). */
134: #undef HAVE_LIBSOCKET
1.33 paf 135:
1.37 paf 136: /* Define to 1 if you have the `wsock32' library (-lwsock32). */
137: #undef HAVE_LIBWSOCK32
1.12 paf 138:
1.37 paf 139: /* Define to 1 if you have the `xnet' library (-lxnet). */
140: #undef HAVE_LIBXNET
1.33 paf 141:
1.56 moko 142: /* Define to 1 if you have the <limits.h> header file. */
143: #undef HAVE_LIMITS_H
144:
1.37 paf 145: /* Define to 1 if you have the `lockf' function. */
146: #undef HAVE_LOCKF
1.1 paf 147:
1.56 moko 148: /* Define this if a modern libltdl is already installed */
149: #undef HAVE_LTDL
150:
151: /* Define to 1 if you have the <mach-o/dyld.h> header file. */
152: #undef HAVE_MACH_O_DYLD_H
153:
1.37 paf 154: /* Define to 1 if you have the <math.h> header file. */
1.1 paf 155: #undef HAVE_MATH_H
156:
1.37 paf 157: /* Define to 1 if you have the <memory.h> header file. */
1.3 parser 158: #undef HAVE_MEMORY_H
159:
1.37 paf 160: /* Define to 1 if you have the <netdb.h> header file. */
1.33 paf 161: #undef HAVE_NETDB_H
162:
1.37 paf 163: /* Define to 1 if you have the <netinet/in.h> header file. */
1.33 paf 164: #undef HAVE_NETINET_IN_H
165:
1.56 moko 166: /* Define to 1 if you have the `opendir' function. */
167: #undef HAVE_OPENDIR
168:
169: /* Define if libtool can extract symbol lists from object files. */
170: #undef HAVE_PRELOADED_SYMBOLS
171:
1.37 paf 172: /* Define to 1 if you have the <process.h> header file. */
1.1 paf 173: #undef HAVE_PROCESS_H
174:
1.37 paf 175: /* Define to 1 if you have the `qsort' function. */
176: #undef HAVE_QSORT
177:
1.56 moko 178: /* Define to 1 if you have the `readdir' function. */
179: #undef HAVE_READDIR
180:
1.38 paf 181: /* Define to 1 if you have the `round' (maybe built-in) math function
182: function. */
1.37 paf 183: #undef HAVE_ROUND
184:
185: /* Define to 1 if you have the <setjmp.h> header file. */
1.3 parser 186: #undef HAVE_SETJMP_H
187:
1.37 paf 188: /* Define if you have the shl_load function. */
189: #undef HAVE_SHL_LOAD
190:
191: /* Define to 1 if you have the `siglongjmp' function. */
192: #undef HAVE_SIGLONGJMP
193:
1.38 paf 194: /* Define to 1 if you have the `sign' (maybe built-in) math function function.
195: */
1.37 paf 196: #undef HAVE_SIGN
197:
198: /* Define to 1 if you have the <signal.h> header file. */
1.32 paf 199: #undef HAVE_SIGNAL_H
200:
1.42 paf 201: /* Define to 1 if you have the `sigsetjmp' function. */
202: #undef HAVE_SIGSETJMP
203:
1.37 paf 204: /* Define to 1 if you have the <stdarg.h> header file. */
1.1 paf 205: #undef HAVE_STDARG_H
1.3 parser 206:
1.37 paf 207: /* Define to 1 if you have the <stddef.h> header file. */
1.3 parser 208: #undef HAVE_STDDEF_H
1.1 paf 209:
1.37 paf 210: /* Define to 1 if you have the <stdint.h> header file. */
211: #undef HAVE_STDINT_H
212:
213: /* Define to 1 if you have the <stdio.h> header file. */
1.1 paf 214: #undef HAVE_STDIO_H
215:
1.37 paf 216: /* Define to 1 if you have the <stdlib.h> header file. */
1.1 paf 217: #undef HAVE_STDLIB_H
218:
1.37 paf 219: /* Define to 1 if you have the <strings.h> header file. */
220: #undef HAVE_STRINGS_H
221:
222: /* Define to 1 if you have the <string.h> header file. */
1.1 paf 223: #undef HAVE_STRING_H
224:
1.56 moko 225: /* Define to 1 if you have the `strlcat' function. */
226: #undef HAVE_STRLCAT
227:
228: /* Define to 1 if you have the `strlcpy' function. */
229: #undef HAVE_STRLCPY
230:
231: /* Define to 1 if you have the <sys/dl.h> header file. */
232: #undef HAVE_SYS_DL_H
233:
1.37 paf 234: /* Define to 1 if you have the <sys/file.h> header file. */
1.15 paf 235: #undef HAVE_SYS_FILE_H
236:
1.37 paf 237: /* Define to 1 if you have the <sys/locking.h> header file. */
1.15 paf 238: #undef HAVE_SYS_LOCKING_H
239:
1.37 paf 240: /* Define to 1 if you have the <sys/resource.h> header file. */
1.17 paf 241: #undef HAVE_SYS_RESOURCE_H
242:
1.37 paf 243: /* Define to 1 if you have the <sys/select.h> header file. */
1.17 paf 244: #undef HAVE_SYS_SELECT_H
1.33 paf 245:
1.37 paf 246: /* Define to 1 if you have the <sys/socket.h> header file. */
1.33 paf 247: #undef HAVE_SYS_SOCKET_H
1.17 paf 248:
1.37 paf 249: /* Define to 1 if you have the <sys/stat.h> header file. */
1.1 paf 250: #undef HAVE_SYS_STAT_H
1.17 paf 251:
1.37 paf 252: /* Define to 1 if you have the <sys/time.h> header file. */
1.17 paf 253: #undef HAVE_SYS_TIME_H
1.15 paf 254:
1.37 paf 255: /* Define to 1 if you have the <sys/types.h> header file. */
1.15 paf 256: #undef HAVE_SYS_TYPES_H
1.1 paf 257:
1.37 paf 258: /* Define if you have timezone external variable in <time.h> */
259: #undef HAVE_TIMEZONE
260:
261: /* Define to 1 if you have the <time.h> header file. */
1.1 paf 262: #undef HAVE_TIME_H
263:
1.37 paf 264: /* Define if you have tm_gmtoff member of tm structure in <time.h> */
265: #undef HAVE_TM_GMTOFF
266:
267: /* Define if you have tm_tzadj member of tm structure in <time.h> */
268: #undef HAVE_TM_TZADJ
269:
1.38 paf 270: /* Define to 1 if you have the `trunc' (maybe built-in) math function
271: function. */
1.37 paf 272: #undef HAVE_TRUNC
273:
274: /* Define to 1 if you have the <unistd.h> header file. */
1.1 paf 275: #undef HAVE_UNISTD_H
1.27 paf 276:
1.44 misha 277: /* Define to 1 if you have the `unsetenv' function. */
278: #undef HAVE_UNSETENV
279:
1.37 paf 280: /* Define to 1 if you have the <winsock.h> header file. */
1.29 paf 281: #undef HAVE_WINSOCK_H
282:
1.56 moko 283: /* This value is set to 1 to indicate that the system argz facility works */
284: #undef HAVE_WORKING_ARGZ
285:
1.37 paf 286: /* Define to 1 if you have the `_locking' function. */
287: #undef HAVE__LOCKING
288:
1.56 moko 289: /* Define if the OS needs help to load dependent libraries for dlopen(). */
290: #undef LTDL_DLOPEN_DEPLIBS
291:
292: /* Define to the system default library search path. */
293: #undef LT_DLSEARCH_PATH
294:
295: /* The archive extension */
296: #undef LT_LIBEXT
297:
298: /* The archive prefix */
299: #undef LT_LIBPREFIX
300:
301: /* Define to the extension used for runtime loadable modules, say, ".so". */
302: #undef LT_MODULE_EXT
303:
304: /* Define to the name of the environment variable that determines the run-time
305: module search path. */
306: #undef LT_MODULE_PATH_VAR
307:
308: /* Define to the sub-directory in which libtool stores uninstalled libraries.
309: */
310: #undef LT_OBJDIR
311:
312: /* Define to the shared library suffix, say, ".dylib". */
313: #undef LT_SHARED_EXT
314:
1.38 paf 315: /* assertions disabled */
316: #undef NDEBUG
317:
1.56 moko 318: /* Define if dlsym() requires a leading underscore in symbol names. */
319: #undef NEED_USCORE
320:
1.37 paf 321: /* pa_exec disabled */
322: #undef NO_PA_EXECS
323:
1.44 misha 324: /* stringstream disabled */
325: #undef NO_STRINGSTREAM
326:
1.56 moko 327: /* Name of package */
328: #undef PACKAGE
329:
1.37 paf 330: /* Define to the address where bug reports for this package should be sent. */
331: #undef PACKAGE_BUGREPORT
1.9 paf 332:
1.37 paf 333: /* Define to the full name of this package. */
334: #undef PACKAGE_NAME
1.8 parser 335:
1.37 paf 336: /* Define to the full name and version of this package. */
337: #undef PACKAGE_STRING
1.1 paf 338:
1.37 paf 339: /* Define to the one symbol short name of this package. */
340: #undef PACKAGE_TARNAME
1.4 parser 341:
1.73 moko 342: /* Define to the home page for this package. */
343: #undef PACKAGE_URL
344:
1.37 paf 345: /* Define to the version of this package. */
346: #undef PACKAGE_VERSION
1.4 parser 347:
1.70 moko 348: /* parser version */
349: #undef PARSER_VERSION
350:
1.41 paf 351: /* compile for sparc processor */
352: #undef PA_BIG_ENDIAN
353:
1.37 paf 354: /* parser uses this command instead of user-defined sendmail commands */
355: #undef PA_FORCED_SENDMAIL
1.41 paf 356:
357: /* compile for intel processor or compatible */
358: #undef PA_LITTLE_ENDIAN
1.4 parser 359:
1.36 paf 360: /* disabled reading of files belonging to group+user other then effective */
1.35 paf 361: #undef PA_SAFE_MODE
1.1 paf 362:
1.28 paf 363: /* one can throw from dynamic library */
364: #undef PA_WITH_SJLJ_EXCEPTIONS
365:
1.37 paf 366: /* Define to 1 if you have the ANSI C header files. */
367: #undef STDC_HEADERS
1.10 paf 368:
1.37 paf 369: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
370: #undef TIME_WITH_SYS_TIME
1.25 paf 371:
1.56 moko 372: /* Version number of package */
373: #undef VERSION
374:
1.37 paf 375: /* Windows32 target platform */
376: #undef WIN32
1.25 paf 377:
1.77 moko 378: /* has \$mail:received */
1.25 paf 379: #undef WITH_MAILRECEIVE
1.24 paf 380:
1.73 moko 381: /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
382: significant byte first (like Motorola and SPARC, unlike Intel). */
383: #if defined AC_APPLE_UNIVERSAL_BUILD
384: # if defined __BIG_ENDIAN__
385: # define WORDS_BIGENDIAN 1
386: # endif
387: #else
388: # ifndef WORDS_BIGENDIAN
389: # undef WORDS_BIGENDIAN
390: # endif
391: #endif
392:
1.65 moko 393: /* xml-abled parser */
1.37 paf 394: #undef XML
1.21 paf 395:
1.56 moko 396: /* Define so that glibc/gnulib argp.h does not typedef error_t. */
397: #undef __error_t_defined
398:
399: /* Define to a type to use for `error_t' if it is not otherwise available. */
400: #undef error_t
1.14 paf 401:
1.37 paf 402: /* Define to `unsigned int' if <sys/types.h> does not define. */
403: #undef size_t
1.1 paf 404:
1.37 paf 405: /* Define to `int' if <sys/types.h> does not define. */
406: #undef ssize_t
E-mail: