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