Annotation of parser3/src/include/pa_config_auto.h.in, revision 1.35
1.16 paf 1: /* src/include/pa_config_auto.h.in. Generated automatically from configure.in by autoheader. */
1.1 paf 2:
3: /* Define as __inline if that's what the C compiler calls it. */
4: #undef inline
5:
1.26 paf 6: /* Define to `long' if <sys/types.h> doesn't define. */
7: #undef off_t
8:
1.1 paf 9: /* Define to `unsigned' if <sys/types.h> doesn't define. */
10: #undef size_t
11:
12: /* Define if you have the ANSI C header files. */
13: #undef STDC_HEADERS
14:
1.19 paf 15: /* Define if you can safely include both <sys/time.h> and <time.h>. */
16: #undef TIME_WITH_SYS_TIME
17:
18: /* Define if you have the GNU dld library. */
19: #undef HAVE_DLD
20:
21: /* Define if you have the libdl library or equivalent. */
22: #undef HAVE_LIBDL
23:
24: /* Define if you have the shl_load function. */
25: #undef HAVE_SHL_LOAD
26:
1.26 paf 27: /* Define to `unsigned int' if <sys/types.h> does not define. */
28: #undef size_t
29:
30: /* Define to `int' if <sys/types.h> does not define. */
31: #undef ssize_t
32:
1.30 paf 33: /* Define if you have daylight external variable in <time.h> */
34: #undef HAVE_DAYLIGHT
35:
36: /* Define if you have timezone external variable in <time.h> */
37: #undef HAVE_TIMEZONE
38:
39: /* Define if you have tm_gmtoff member of tm structure in <time.h> */
40: #undef HAVE_TM_GMTOFF
41:
42: /* Define if you have tm_tzadj member of tm structure in <time.h> */
43: #undef HAVE_TM_TZADJ
44:
1.15 paf 45: /* Define if you have the _locking function. */
46: #undef HAVE__LOCKING
1.19 paf 47:
1.27 paf 48: /* Define if you have the crypt function. */
49: #undef HAVE_CRYPT
50:
1.19 paf 51: /* Define if you have the dlerror function. */
52: #undef HAVE_DLERROR
1.15 paf 53:
1.18 paf 54: /* Define if you have the fcntl function. */
55: #undef HAVE_FCNTL
56:
1.15 paf 57: /* Define if you have the flock function. */
58: #undef HAVE_FLOCK
59:
1.34 paf 60: /* Define if you have the ftruncate function. */
61: #undef HAVE_FTRUNCATE
62:
1.17 paf 63: /* Define if you have the getrusage function. */
64: #undef HAVE_GETRUSAGE
65:
1.31 paf 66: /* Define if you have the gettimeofday function. */
67: #undef HAVE_GETTIMEOFDAY
68:
1.15 paf 69: /* Define if you have the lockf function. */
70: #undef HAVE_LOCKF
71:
1.17 paf 72: /* Define if you have the qsort function. */
73: #undef HAVE_QSORT
74:
1.12 paf 75: /* Define if you have the round function. */
76: #undef HAVE_ROUND
77:
1.17 paf 78: /* Define if you have the select function. */
79: #undef HAVE_SELECT
80:
1.33 paf 81: /* Define if you have the siglongjmp function. */
82: #undef HAVE_SIGLONGJMP
83:
1.12 paf 84: /* Define if you have the sign function. */
85: #undef HAVE_SIGN
86:
1.33 paf 87: /* Define if you have the sigsetjmp function. */
88: #undef HAVE_SIGSETJMP
89:
1.12 paf 90: /* Define if you have the trunc function. */
91: #undef HAVE_TRUNC
92:
1.33 paf 93: /* Define if you have the <arpa/inet.h> header file. */
94: #undef HAVE_ARPA_INET_H
95:
1.27 paf 96: /* Define if you have the <crypt.h> header file. */
97: #undef HAVE_CRYPT_H
98:
1.1 paf 99: /* Define if you have the <ctype.h> header file. */
100: #undef HAVE_CTYPE_H
101:
1.2 paf 102: /* Define if you have the <direct.h> header file. */
103: #undef HAVE_DIRECT_H
104:
1.1 paf 105: /* Define if you have the <errno.h> header file. */
106: #undef HAVE_ERRNO_H
107:
108: /* Define if you have the <fcntl.h> header file. */
109: #undef HAVE_FCNTL_H
110:
111: /* Define if you have the <io.h> header file. */
112: #undef HAVE_IO_H
113:
114: /* Define if you have the <math.h> header file. */
115: #undef HAVE_MATH_H
116:
1.3 parser 117: /* Define if you have the <memory.h> header file. */
118: #undef HAVE_MEMORY_H
119:
1.33 paf 120: /* Define if you have the <netdb.h> header file. */
121: #undef HAVE_NETDB_H
122:
123: /* Define if you have the <netinet/in.h> header file. */
124: #undef HAVE_NETINET_IN_H
125:
1.14 paf 126: /* Define if you have the <new> header file. */
127: #undef HAVE_NEW
128:
1.1 paf 129: /* Define if you have the <process.h> header file. */
130: #undef HAVE_PROCESS_H
131:
1.3 parser 132: /* Define if you have the <setjmp.h> header file. */
133: #undef HAVE_SETJMP_H
134:
1.32 paf 135: /* Define if you have the <signal.h> header file. */
136: #undef HAVE_SIGNAL_H
137:
1.1 paf 138: /* Define if you have the <stdarg.h> header file. */
139: #undef HAVE_STDARG_H
1.3 parser 140:
141: /* Define if you have the <stddef.h> header file. */
142: #undef HAVE_STDDEF_H
1.1 paf 143:
144: /* Define if you have the <stdio.h> header file. */
145: #undef HAVE_STDIO_H
146:
147: /* Define if you have the <stdlib.h> header file. */
148: #undef HAVE_STDLIB_H
149:
150: /* Define if you have the <string.h> header file. */
151: #undef HAVE_STRING_H
152:
1.15 paf 153: /* Define if you have the <sys/file.h> header file. */
154: #undef HAVE_SYS_FILE_H
155:
156: /* Define if you have the <sys/locking.h> header file. */
157: #undef HAVE_SYS_LOCKING_H
158:
1.17 paf 159: /* Define if you have the <sys/resource.h> header file. */
160: #undef HAVE_SYS_RESOURCE_H
161:
162: /* Define if you have the <sys/select.h> header file. */
163: #undef HAVE_SYS_SELECT_H
1.33 paf 164:
165: /* Define if you have the <sys/socket.h> header file. */
166: #undef HAVE_SYS_SOCKET_H
1.17 paf 167:
1.1 paf 168: /* Define if you have the <sys/stat.h> header file. */
169: #undef HAVE_SYS_STAT_H
1.17 paf 170:
171: /* Define if you have the <sys/time.h> header file. */
172: #undef HAVE_SYS_TIME_H
1.15 paf 173:
174: /* Define if you have the <sys/types.h> header file. */
175: #undef HAVE_SYS_TYPES_H
1.1 paf 176:
177: /* Define if you have the <time.h> header file. */
178: #undef HAVE_TIME_H
179:
180: /* Define if you have the <unistd.h> header file. */
181: #undef HAVE_UNISTD_H
1.27 paf 182:
1.29 paf 183: /* Define if you have the <winsock.h> header file. */
184: #undef HAVE_WINSOCK_H
185:
1.27 paf 186: /* Define if you have the crypt library (-lcrypt). */
187: #undef HAVE_LIBCRYPT
1.9 paf 188:
1.8 parser 189: /* Define if you have the m library (-lm). */
190: #undef HAVE_LIBM
191:
1.4 parser 192: /* Define if you have the nsl library (-lnsl). */
193: #undef HAVE_LIBNSL
1.1 paf 194:
1.4 parser 195: /* Define if you have the socket library (-lsocket). */
196: #undef HAVE_LIBSOCKET
197:
198: /* Define if you have the wsock32 library (-lwsock32). */
199: #undef HAVE_LIBWSOCK32
200:
201: /* Define if you have the xnet library (-lxnet). */
202: #undef HAVE_LIBXNET
203:
1.35 ! paf 204: /* reading of files belonging to group+user other then effective */
! 205: #undef PA_SAFE_MODE
1.1 paf 206:
1.22 paf 207: /* pa_exec disabled */
208: #undef NO_PA_EXECS
209:
1.35 ! paf 210: /* no string origin tracking */
! 211: #undef NO_STRING_ORIGIN
1.23 paf 212:
1.28 paf 213: /* one can throw from dynamic library */
214: #undef PA_WITH_SJLJ_EXCEPTIONS
215:
1.25 paf 216: /* xml-abled parser (uses shared library) */
1.6 parser 217: #undef XML
1.10 paf 218:
1.25 paf 219: /* xml-abled parser (uses static library) */
1.21 paf 220: #undef XML
1.25 paf 221:
1.26 paf 222: /* has $mail:received (uses shared library) */
1.25 paf 223: #undef WITH_MAILRECEIVE
224:
1.26 paf 225: /* has $mail:received (uses static library) */
1.25 paf 226: #undef WITH_MAILRECEIVE
1.24 paf 227:
228: /* parser uses this command instead of user-defined sendmail commands */
229: #undef PA_FORCED_SENDMAIL
1.21 paf 230:
1.14 paf 231: /* Windows32 target platform */
232: #undef WIN32
233:
1.11 paf 234: /* compiler supports pragma pack */
235: #undef HAVE_PRAGMA_PACK
236:
1.14 paf 237: /* library has set_new_handler func */
238: #undef HAVE_SET_NEW_HANDLER
1.1 paf 239:
E-mail: