Annotation of parser3/src/include/pa_config_auto.h.in, revision 1.46
1.37 paf 1: /* src/include/pa_config_auto.h.in. Generated from configure.in by autoheader. */
1.1 paf 2:
1.38 paf 3: /* using cygwin building environment */
4: #undef CYGWIN
5:
1.45 misha 6: /* FreeBSD4X target platform */
7: #undef FREEBSD4
8:
1.37 paf 9: /* Define to 1 if you have the <arpa/inet.h> header file. */
10: #undef HAVE_ARPA_INET_H
1.1 paf 11:
1.38 paf 12: /* Define to 1 if you have the <assert.h> header file. */
13: #undef HAVE_ASSERT_H
14:
1.37 paf 15: /* Define to 1 if you have the `crypt' function. */
16: #undef HAVE_CRYPT
1.26 paf 17:
1.37 paf 18: /* Define to 1 if you have the <crypt.h> header file. */
19: #undef HAVE_CRYPT_H
1.1 paf 20:
1.37 paf 21: /* Define to 1 if you have the <ctype.h> header file. */
22: #undef HAVE_CTYPE_H
1.26 paf 23:
1.30 paf 24: /* Define if you have daylight external variable in <time.h> */
25: #undef HAVE_DAYLIGHT
26:
1.37 paf 27: /* Define to 1 if you have the <direct.h> header file. */
28: #undef HAVE_DIRECT_H
1.30 paf 29:
1.37 paf 30: /* Define if you have the GNU dld library */
31: #undef HAVE_DLD
1.30 paf 32:
1.37 paf 33: /* Define to 1 if you have the `dlerror' function. */
34: #undef HAVE_DLERROR
1.30 paf 35:
1.37 paf 36: /* Define to 1 if you have the <errno.h> header file. */
37: #undef HAVE_ERRNO_H
1.19 paf 38:
1.46 ! misha 39: /* Define to 1 if you have the `fchmod' function. */
! 40: #undef HAVE_FCHMOD
! 41:
1.37 paf 42: /* Define to 1 if you have the `fcntl' function. */
43: #undef HAVE_FCNTL
1.27 paf 44:
1.37 paf 45: /* Define to 1 if you have the <fcntl.h> header file. */
46: #undef HAVE_FCNTL_H
1.15 paf 47:
1.37 paf 48: /* Define to 1 if you have the `flock' function. */
1.15 paf 49: #undef HAVE_FLOCK
50:
1.37 paf 51: /* Define to 1 if you have the `ftruncate' function. */
1.34 paf 52: #undef HAVE_FTRUNCATE
53:
1.37 paf 54: /* Define to 1 if you have the `getrusage' function. */
1.17 paf 55: #undef HAVE_GETRUSAGE
56:
1.37 paf 57: /* Define to 1 if you have the `gettimeofday' function. */
1.31 paf 58: #undef HAVE_GETTIMEOFDAY
59:
1.37 paf 60: /* Define to 1 if you have the <inttypes.h> header file. */
61: #undef HAVE_INTTYPES_H
1.15 paf 62:
1.37 paf 63: /* Define to 1 if you have the <io.h> header file. */
64: #undef HAVE_IO_H
1.17 paf 65:
1.37 paf 66: /* Define to 1 if you have the `crypt' library (-lcrypt). */
67: #undef HAVE_LIBCRYPT
1.12 paf 68:
1.37 paf 69: /* Define if you have the libdl library or equivalent. */
70: #undef HAVE_LIBDL
1.17 paf 71:
1.37 paf 72: /* Define to 1 if you have the `m' library (-lm). */
73: #undef HAVE_LIBM
1.33 paf 74:
1.37 paf 75: /* Define to 1 if you have the `nsl' library (-lnsl). */
76: #undef HAVE_LIBNSL
1.12 paf 77:
1.37 paf 78: /* Define to 1 if you have the `socket' library (-lsocket). */
79: #undef HAVE_LIBSOCKET
1.33 paf 80:
1.37 paf 81: /* Define to 1 if you have the `wsock32' library (-lwsock32). */
82: #undef HAVE_LIBWSOCK32
1.12 paf 83:
1.37 paf 84: /* Define to 1 if you have the `xnet' library (-lxnet). */
85: #undef HAVE_LIBXNET
1.33 paf 86:
1.37 paf 87: /* Define to 1 if you have the `lockf' function. */
88: #undef HAVE_LOCKF
1.1 paf 89:
1.37 paf 90: /* Define to 1 if you have the <math.h> header file. */
1.1 paf 91: #undef HAVE_MATH_H
92:
1.37 paf 93: /* Define to 1 if you have the <memory.h> header file. */
1.3 parser 94: #undef HAVE_MEMORY_H
95:
1.37 paf 96: /* Define to 1 if you have the <netdb.h> header file. */
1.33 paf 97: #undef HAVE_NETDB_H
98:
1.37 paf 99: /* Define to 1 if you have the <netinet/in.h> header file. */
1.33 paf 100: #undef HAVE_NETINET_IN_H
101:
1.37 paf 102: /* Define to 1 if you have the <process.h> header file. */
1.1 paf 103: #undef HAVE_PROCESS_H
104:
1.37 paf 105: /* Define to 1 if you have the `qsort' function. */
106: #undef HAVE_QSORT
107:
1.38 paf 108: /* Define to 1 if you have the `round' (maybe built-in) math function
109: function. */
1.37 paf 110: #undef HAVE_ROUND
111:
112: /* Define to 1 if you have the <setjmp.h> header file. */
1.3 parser 113: #undef HAVE_SETJMP_H
114:
1.37 paf 115: /* Define if you have the shl_load function. */
116: #undef HAVE_SHL_LOAD
117:
118: /* Define to 1 if you have the `siglongjmp' function. */
119: #undef HAVE_SIGLONGJMP
120:
1.38 paf 121: /* Define to 1 if you have the `sign' (maybe built-in) math function function.
122: */
1.37 paf 123: #undef HAVE_SIGN
124:
125: /* Define to 1 if you have the <signal.h> header file. */
1.32 paf 126: #undef HAVE_SIGNAL_H
127:
1.42 paf 128: /* Define to 1 if you have the `sigsetjmp' function. */
129: #undef HAVE_SIGSETJMP
130:
1.37 paf 131: /* Define to 1 if you have the <stdarg.h> header file. */
1.1 paf 132: #undef HAVE_STDARG_H
1.3 parser 133:
1.37 paf 134: /* Define to 1 if you have the <stddef.h> header file. */
1.3 parser 135: #undef HAVE_STDDEF_H
1.1 paf 136:
1.37 paf 137: /* Define to 1 if you have the <stdint.h> header file. */
138: #undef HAVE_STDINT_H
139:
140: /* Define to 1 if you have the <stdio.h> header file. */
1.1 paf 141: #undef HAVE_STDIO_H
142:
1.37 paf 143: /* Define to 1 if you have the <stdlib.h> header file. */
1.1 paf 144: #undef HAVE_STDLIB_H
145:
1.37 paf 146: /* Define to 1 if you have the <strings.h> header file. */
147: #undef HAVE_STRINGS_H
148:
149: /* Define to 1 if you have the <string.h> header file. */
1.1 paf 150: #undef HAVE_STRING_H
151:
1.37 paf 152: /* Define to 1 if you have the <sys/file.h> header file. */
1.15 paf 153: #undef HAVE_SYS_FILE_H
154:
1.37 paf 155: /* Define to 1 if you have the <sys/locking.h> header file. */
1.15 paf 156: #undef HAVE_SYS_LOCKING_H
157:
1.37 paf 158: /* Define to 1 if you have the <sys/resource.h> header file. */
1.17 paf 159: #undef HAVE_SYS_RESOURCE_H
160:
1.37 paf 161: /* Define to 1 if you have the <sys/select.h> header file. */
1.17 paf 162: #undef HAVE_SYS_SELECT_H
1.33 paf 163:
1.37 paf 164: /* Define to 1 if you have the <sys/socket.h> header file. */
1.33 paf 165: #undef HAVE_SYS_SOCKET_H
1.17 paf 166:
1.37 paf 167: /* Define to 1 if you have the <sys/stat.h> header file. */
1.1 paf 168: #undef HAVE_SYS_STAT_H
1.17 paf 169:
1.37 paf 170: /* Define to 1 if you have the <sys/time.h> header file. */
1.17 paf 171: #undef HAVE_SYS_TIME_H
1.15 paf 172:
1.37 paf 173: /* Define to 1 if you have the <sys/types.h> header file. */
1.15 paf 174: #undef HAVE_SYS_TYPES_H
1.1 paf 175:
1.37 paf 176: /* Define if you have timezone external variable in <time.h> */
177: #undef HAVE_TIMEZONE
178:
179: /* Define to 1 if you have the <time.h> header file. */
1.1 paf 180: #undef HAVE_TIME_H
181:
1.37 paf 182: /* Define if you have tm_gmtoff member of tm structure in <time.h> */
183: #undef HAVE_TM_GMTOFF
184:
185: /* Define if you have tm_tzadj member of tm structure in <time.h> */
186: #undef HAVE_TM_TZADJ
187:
1.38 paf 188: /* Define to 1 if you have the `trunc' (maybe built-in) math function
189: function. */
1.37 paf 190: #undef HAVE_TRUNC
191:
192: /* Define to 1 if you have the <unistd.h> header file. */
1.1 paf 193: #undef HAVE_UNISTD_H
1.27 paf 194:
1.44 misha 195: /* Define to 1 if you have the `unsetenv' function. */
196: #undef HAVE_UNSETENV
197:
1.37 paf 198: /* Define to 1 if you have the <winsock.h> header file. */
1.29 paf 199: #undef HAVE_WINSOCK_H
200:
1.37 paf 201: /* Define to 1 if you have the `_locking' function. */
202: #undef HAVE__LOCKING
203:
1.38 paf 204: /* assertions disabled */
205: #undef NDEBUG
206:
1.37 paf 207: /* pa_exec disabled */
208: #undef NO_PA_EXECS
209:
1.44 misha 210: /* stringstream disabled */
211: #undef NO_STRINGSTREAM
212:
1.37 paf 213: /* Define to the address where bug reports for this package should be sent. */
214: #undef PACKAGE_BUGREPORT
1.9 paf 215:
1.37 paf 216: /* Define to the full name of this package. */
217: #undef PACKAGE_NAME
1.8 parser 218:
1.37 paf 219: /* Define to the full name and version of this package. */
220: #undef PACKAGE_STRING
1.1 paf 221:
1.37 paf 222: /* Define to the one symbol short name of this package. */
223: #undef PACKAGE_TARNAME
1.4 parser 224:
1.37 paf 225: /* Define to the version of this package. */
226: #undef PACKAGE_VERSION
1.4 parser 227:
1.41 paf 228: /* compile for sparc processor */
229: #undef PA_BIG_ENDIAN
230:
1.37 paf 231: /* parser uses this command instead of user-defined sendmail commands */
232: #undef PA_FORCED_SENDMAIL
1.41 paf 233:
234: /* compile for intel processor or compatible */
235: #undef PA_LITTLE_ENDIAN
1.4 parser 236:
1.36 paf 237: /* disabled reading of files belonging to group+user other then effective */
1.35 paf 238: #undef PA_SAFE_MODE
1.1 paf 239:
1.28 paf 240: /* one can throw from dynamic library */
241: #undef PA_WITH_SJLJ_EXCEPTIONS
242:
1.37 paf 243: /* Define to 1 if you have the ANSI C header files. */
244: #undef STDC_HEADERS
1.10 paf 245:
1.37 paf 246: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
247: #undef TIME_WITH_SYS_TIME
1.25 paf 248:
1.37 paf 249: /* Windows32 target platform */
250: #undef WIN32
1.25 paf 251:
1.37 paf 252: /* has \$mail:received (uses static library) */
1.25 paf 253: #undef WITH_MAILRECEIVE
1.24 paf 254:
1.37 paf 255: /* xml-abled parser (uses static library) */
256: #undef XML
1.21 paf 257:
1.43 paf 258: /* Define to `__inline__' or `__inline' if that's what the C compiler
259: calls it, or to nothing if 'inline' is not supported under any name. */
260: #ifndef __cplusplus
1.37 paf 261: #undef inline
1.43 paf 262: #endif
1.14 paf 263:
1.37 paf 264: /* Define to `long' if <sys/types.h> does not define. */
265: #undef off_t
1.11 paf 266:
1.37 paf 267: /* Define to `unsigned int' if <sys/types.h> does not define. */
268: #undef size_t
1.1 paf 269:
1.37 paf 270: /* Define to `int' if <sys/types.h> does not define. */
271: #undef ssize_t
E-mail: