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/* Define if hercifc program is to be built */
7#undef BUILD_HERCIFC
8
9/* Define if your gcc properly supports C99 flexible arrays */
10#undef C99_FLEXIBLE_ARRAYS
11
12/* Define to enable bzip2 compression in emulated DASDs */
13#undef CCKD_BZIP2
14
15/* Define to provide additional information about this build */
16#undef CUSTOM_BUILD_STRING
17
18/* Define to enable extra debugging code (TRACE/VERIFY/ASSERT macros) */
19#undef DEBUG
20
21/* Define to build interface to external Windows GUI */
22#undef EXTERNALGUI
23
24/* Define to 1 if you have the `alphasort' function. */
25#undef HAVE_ALPHASORT
26
27/* Define to 1 if you have the `argz_append' function. */
28#undef HAVE_ARGZ_APPEND
29
30/* Define to 1 if you have the `argz_create_sep' function. */
31#undef HAVE_ARGZ_CREATE_SEP
32
33/* Define to 1 if you have the <argz.h> header file. */
34#undef HAVE_ARGZ_H
35
36/* Define to 1 if you have the `argz_insert' function. */
37#undef HAVE_ARGZ_INSERT
38
39/* Define to 1 if you have the `argz_next' function. */
40#undef HAVE_ARGZ_NEXT
41
42/* Define to 1 if you have the `argz_stringify' function. */
43#undef HAVE_ARGZ_STRINGIFY
44
45/* Define to 1 if you have the <arpa/inet.h> header file. */
46#undef HAVE_ARPA_INET_H
47
48/* Define to 1 if you have the <assert.h> header file. */
49#undef HAVE_ASSERT_H
50
51/* Define if your gcc properly supports __attribute__((regparm(n))) */
52#undef HAVE_ATTR_REGPARM
53
54/* Define to 1 if you have the `bcopy' function. */
55#undef HAVE_BCOPY
56
57/* Define to 1 if you have the <byteswap.h> header file. */
58#undef HAVE_BYTESWAP_H
59
60/* Define to 1 if you have the <bzlib.h> header file. */
61#undef HAVE_BZLIB_H
62
63/* Define to 1 if you have the `closedir' function. */
64#undef HAVE_CLOSEDIR
65
66/* Define to 1 if you have the <ctype.h> header file. */
67#undef HAVE_CTYPE_H
68
69/* Define to 1 if you have the declaration of `IFNAMSIZ', and to 0 if you
70   don't. */
71#undef HAVE_DECL_IFNAMSIZ
72
73/* Define to 1 if you have the declaration of `LOGIN_NAME_MAX', and to 0 if
74   you don't. */
75#undef HAVE_DECL_LOGIN_NAME_MAX
76
77/* Define to 1 if you have the declaration of `MTEWARN', and to 0 if you
78   don't. */
79#undef HAVE_DECL_MTEWARN
80
81/* Define to 1 if you have the declaration of `SIGBUS', and to 0 if you don't.
82   */
83#undef HAVE_DECL_SIGBUS
84
85/* Define to 1 if you have the declaration of `SIGPIPE', and to 0 if you
86   don't. */
87#undef HAVE_DECL_SIGPIPE
88
89/* Define to 1 if you have the declaration of `SIGUSR1', and to 0 if you
90   don't. */
91#undef HAVE_DECL_SIGUSR1
92
93/* Define to 1 if you have the declaration of `SIGUSR2', and to 0 if you
94   don't. */
95#undef HAVE_DECL_SIGUSR2
96
97/* Define to 1 if you have the declaration of `SIOCADDRT', and to 0 if you
98   don't. */
99#undef HAVE_DECL_SIOCADDRT
100
101/* Define to 1 if you have the declaration of `SIOCDELRT', and to 0 if you
102   don't. */
103#undef HAVE_DECL_SIOCDELRT
104
105/* Define to 1 if you have the declaration of `SIOCDIFADDR', and to 0 if you
106   don't. */
107#undef HAVE_DECL_SIOCDIFADDR
108
109/* Define to 1 if you have the declaration of `SIOCSIFHWADDR', and to 0 if you
110   don't. */
111#undef HAVE_DECL_SIOCSIFHWADDR
112
113/* Define to 1 if you have the declaration of `SIOCSIFNETMASK', and to 0 if
114   you don't. */
115#undef HAVE_DECL_SIOCSIFNETMASK
116
117/* Define to 1 if you have the declaration of `_SC_NPROCESSORS_CONF', and to 0
118   if you don't. */
119#undef HAVE_DECL__SC_NPROCESSORS_CONF
120
121/* Define to 1 if you have the declaration of `_SC_NPROCESSORS_ONLN', and to 0
122   if you don't. */
123#undef HAVE_DECL__SC_NPROCESSORS_ONLN
124
125/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
126   */
127#undef HAVE_DIRENT_H
128
129/* Define if you have the GNU dld library. */
130#undef HAVE_DLD
131
132/* Define to 1 if you have the <dld.h> header file. */
133#undef HAVE_DLD_H
134
135/* Define to 1 if you have the `dlerror' function. */
136#undef HAVE_DLERROR
137
138/* Define to 1 if you have the <dlfcn.h> header file. */
139#undef HAVE_DLFCN_H
140
141/* Define to 1 if you have the <dl.h> header file. */
142#undef HAVE_DL_H
143
144/* Define if you have the _dyld_func_lookup function. */
145#undef HAVE_DYLD
146
147/* Define to 1 if you have the <errno.h> header file. */
148#undef HAVE_ERRNO_H
149
150/* Define to 1 if the system has the type `error_t'. */
151#undef HAVE_ERROR_T
152
153/* Define to 1 if you have the `fabsf' function. */
154#undef HAVE_FABSF
155
156/* Define to 1 if you have the `fabsl' function. */
157#undef HAVE_FABSL
158
159/* Define to 1 if you have the `fdatasync' function. */
160#undef HAVE_FDATASYNC
161
162/* Define to 1 if the fdatasync function is supported. */
163#undef HAVE_FDATASYNC_SUPPORTED
164
165/* Define to 1 if you have the `fmodl' function. */
166#undef HAVE_FMODL
167
168/* Define to 1 if you have the `fork' function. */
169#undef HAVE_FORK
170
171/* Define to 1 if you have the `frexpf' function. */
172#undef HAVE_FREXPF
173
174/* Define to 1 if you have the `frexpl' function. */
175#undef HAVE_FREXPL
176
177/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
178#undef HAVE_FSEEKO
179
180/* Define to 1 if you have the `fsync' function. */
181#undef HAVE_FSYNC
182
183/* Define to 1 if you have the `ftruncate' function. */
184#undef HAVE_FTRUNCATE
185
186/* Define to 1 if you have the `geteuid' function. */
187#undef HAVE_GETEUID
188
189/* Define to 1 if you have the `getlogin' function. */
190#undef HAVE_GETLOGIN
191
192/* Define to 1 if you have the `getlogin_r' function. */
193#undef HAVE_GETLOGIN_R
194
195/* Define to 1 if you have the `getopt_long' function. */
196#undef HAVE_GETOPT_LONG
197
198/* Define to 1 if you have the `getpgrp' function. */
199#undef HAVE_GETPGRP
200
201/* Define to 1 if you have the `getresuid' function. */
202#undef HAVE_GETRESUID
203
204/* Define to 1 if you have the `gettimeofday' function. */
205#undef HAVE_GETTIMEOFDAY
206
207/* Define to 1 if you have the `getuid' function. */
208#undef HAVE_GETUID
209
210/* Define to 1 if you have the `iconv' function. */
211#undef HAVE_ICONV
212
213/* Define to 1 if you have the <iconv.h> header file. */
214#undef HAVE_ICONV_H
215
216/* Define to 1 if the system has the type `id_t'. */
217#undef HAVE_ID_T
218
219/* Define to 1 if you have the `index' function. */
220#undef HAVE_INDEX
221
222/* Define to 1 if you have the `inet_aton' function. */
223#undef HAVE_INET_ATON
224
225/* Define to 1 if you have the `InitializeCriticalSectionAndSpinCount'
226   function. */
227#undef HAVE_INITIALIZECRITICALSECTIONANDSPINCOUNT
228
229/* Define to 1 if you have the <inttypes.h> header file. */
230#undef HAVE_INTTYPES_H
231
232/* Define to 1 if the system has the type `in_addr_t'. */
233#undef HAVE_IN_ADDR_T
234
235/* Define to 1 if you have the `ldexpf' function. */
236#undef HAVE_LDEXPF
237
238/* Define to 1 if you have the `ldexpl' function. */
239#undef HAVE_LDEXPL
240
241/* Define to 1 if you have the `cap' library (-lcap). */
242#undef HAVE_LIBCAP
243
244/* Define to 1 if you have the `dl' library (-ldl). */
245#undef HAVE_LIBDL
246
247/* Define to 1 if you have the `iconv' library (-liconv). */
248#undef HAVE_LIBICONV
249
250/* Define to 1 if you have the `m' library (-lm). */
251#undef HAVE_LIBM
252
253/* Define to 1 if you have the `msvcrt' library (-lmsvcrt). */
254#undef HAVE_LIBMSVCRT
255
256/* Define to 1 if you have the `nsl' library (-lnsl). */
257#undef HAVE_LIBNSL
258
259/* Define to 1 if you have the `pthread' library (-lpthread). */
260#undef HAVE_LIBPTHREAD
261
262/* Define to 1 if you have the `resolv' library (-lresolv). */
263#undef HAVE_LIBRESOLV
264
265/* Define to 1 if you have the `rt' library (-lrt). */
266#undef HAVE_LIBRT
267
268/* Define to 1 if you have the `socket' library (-lsocket). */
269#undef HAVE_LIBSOCKET
270
271/* Define to 1 if you have the `z' library (-lz). */
272#undef HAVE_LIBZ
273
274/* Define to 1 if you have the <linux/if_tun.h> header file. */
275#undef HAVE_LINUX_IF_TUN_H
276
277/* Define to 1 if you have the <ltdl.h> header file. */
278#undef HAVE_LTDL_H
279
280/* Define to 1 if you have the <mach-o/dyld.h> header file. */
281#undef HAVE_MACH_O_DYLD_H
282
283/* Define to 1 if you have the <malloc.h> header file. */
284#undef HAVE_MALLOC_H
285
286/* Define to 1 if you have the <math.h> header file. */
287#undef HAVE_MATH_H
288
289/* Define to 1 if you have the `memcpy' function. */
290#undef HAVE_MEMCPY
291
292/* Define to 1 if you have the `memmove' function. */
293#undef HAVE_MEMMOVE
294
295/* Define to 1 if you have the <memory.h> header file. */
296#undef HAVE_MEMORY_H
297
298/* Define to 1 if you have the `memrchr' function. */
299#undef HAVE_MEMRCHR
300
301/* Define to 1 if you have the `nanosleep' function. */
302#undef HAVE_NANOSLEEP
303
304/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
305#undef HAVE_NDIR_H
306
307/* Define to 1 if you have the <netdb.h> header file. */
308#undef HAVE_NETDB_H
309
310/* Define to 1 if you have the <netinet/in.h> header file. */
311#undef HAVE_NETINET_IN_H
312
313/* Define to 1 if you have the <netinet/tcp.h> header file. */
314#undef HAVE_NETINET_TCP_H
315
316/* Define to 1 if you have the <net/if.h> header file. */
317#undef HAVE_NET_IF_H
318
319/* Define to 1 if you have the <net/route.h> header file. */
320#undef HAVE_NET_ROUTE_H
321
322/* Define to 1 if you have the `opendir' function. */
323#undef HAVE_OPENDIR
324
325/* Define to 1 if you have the `pipe' function. */
326#undef HAVE_PIPE
327
328/* Define if libtool can extract symbol lists from object files. */
329#undef HAVE_PRELOADED_SYMBOLS
330
331/* Define to 1 if you have the <pwd.h> header file. */
332#undef HAVE_PWD_H
333
334/* Define to 1 if you have the `readdir' function. */
335#undef HAVE_READDIR
336
337/* Define to 1 if you have the `realpath' function. */
338#undef HAVE_REALPATH
339
340/* Define to 1 if you have the <regex.h> header file. */
341#undef HAVE_REGEX_H
342
343/* Define to 1 if you have the `rindex' function. */
344#undef HAVE_RINDEX
345
346/* Define to 1 if you have the `rint' function. */
347#undef HAVE_RINT
348
349/* Define to 1 if you have the `scandir' function. */
350#undef HAVE_SCANDIR
351
352/* Define to 1 if you have the <sched.h> header file. */
353#undef HAVE_SCHED_H
354
355/* Define to 1 if you have the `sched_yield' function. */
356#undef HAVE_SCHED_YIELD
357
358/* Define to 1 if you have the `setresuid' function. */
359#undef HAVE_SETRESUID
360
361/* Define to 1 if you have the `setreuid' function. */
362#undef HAVE_SETREUID
363
364/* Define if you have the shl_load function. */
365#undef HAVE_SHL_LOAD
366
367/* Define to 1 if you have the <signal.h> header file. */
368#undef HAVE_SIGNAL_H
369
370/* Define to 1 if you have the `sleep' function. */
371#undef HAVE_SLEEP
372
373/* Define to 1 if you have the `socketpair' function. */
374#undef HAVE_SOCKETPAIR
375
376/* Define to 1 if the system has the type `socklen_t'. */
377#undef HAVE_SOCKLEN_T
378
379/* Define to 1 if you have the `sqrtl' function. */
380#undef HAVE_SQRTL
381
382/* Define to 1 if you have the <stdint.h> header file. */
383#undef HAVE_STDINT_H
384
385/* Define to 1 if you have the <stdio.h> header file. */
386#undef HAVE_STDIO_H
387
388/* Define to 1 if you have the <stdlib.h> header file. */
389#undef HAVE_STDLIB_H
390
391/* Define to 1 if you have the `strchr' function. */
392#undef HAVE_STRCHR
393
394/* Define to 1 if you have the `strcmp' function. */
395#undef HAVE_STRCMP
396
397/* Define to 1 if you have the `strerror_r' function. */
398#undef HAVE_STRERROR_R
399
400/* Define to 1 if you have the <strings.h> header file. */
401#undef HAVE_STRINGS_H
402
403/* Define to 1 if you have the <string.h> header file. */
404#undef HAVE_STRING_H
405
406/* Define to 1 if you have the `strlcat' function. */
407#undef HAVE_STRLCAT
408
409/* Define to 1 if you have the `strlcpy' function. */
410#undef HAVE_STRLCPY
411
412/* Define to 1 if you have the `strrchr' function. */
413#undef HAVE_STRRCHR
414
415/* Define to 1 if you have the `strsignal' function. */
416#undef HAVE_STRSIGNAL
417
418/* Define to 1 if you have the `strtok_r' function. */
419#undef HAVE_STRTOK_R
420
421/* Define to 1 if `s_addr' is a member of `struct in_addr'. */
422#undef HAVE_STRUCT_IN_ADDR_S_ADDR
423
424/* Define to 1 if `sa_sigaction' is a member of `struct sigaction'. */
425#undef HAVE_STRUCT_SIGACTION_SA_SIGACTION
426
427/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
428#undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
429
430/* Define to 1 if `tv_nsec' is a member of `struct timespec'. */
431#undef HAVE_STRUCT_TIMESPEC_TV_NSEC
432
433/* Define to 1 if you have the `sysconf' function. */
434#undef HAVE_SYSCONF
435
436/* Define to 1 if you have the <sys/capability.h> header file. */
437#undef HAVE_SYS_CAPABILITY_H
438
439/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
440   */
441#undef HAVE_SYS_DIR_H
442
443/* Define to 1 if you have the <sys/dl.h> header file. */
444#undef HAVE_SYS_DL_H
445
446/* Define to 1 if you have the <sys/ioctl.h> header file. */
447#undef HAVE_SYS_IOCTL_H
448
449/* Define to 1 if you have the <sys/mman.h> header file. */
450#undef HAVE_SYS_MMAN_H
451
452/* Define to 1 if you have the <sys/mount.h> header file. */
453#undef HAVE_SYS_MOUNT_H
454
455/* Define to 1 if you have the <sys/mtio.h> header file. */
456#undef HAVE_SYS_MTIO_H
457
458/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
459   */
460#undef HAVE_SYS_NDIR_H
461
462/* Define to 1 if you have the <sys/param.h> header file. */
463#undef HAVE_SYS_PARAM_H
464
465/* Define to 1 if you have the <sys/prctl.h> header file. */
466#undef HAVE_SYS_PRCTL_H
467
468/* Define to 1 if you have the <sys/resource.h> header file. */
469#undef HAVE_SYS_RESOURCE_H
470
471/* Define to 1 if you have the `sys_siglist' function. */
472#undef HAVE_SYS_SIGLIST
473
474/* Define to 1 if you have the <sys/socket.h> header file. */
475#undef HAVE_SYS_SOCKET_H
476
477/* Define to 1 if you have the <sys/stat.h> header file. */
478#undef HAVE_SYS_STAT_H
479
480/* Define to 1 if you have the <sys/types.h> header file. */
481#undef HAVE_SYS_TYPES_H
482
483/* Define to 1 if you have the <sys/uio.h> header file. */
484#undef HAVE_SYS_UIO_H
485
486/* Define to 1 if you have the <sys/un.h> header file. */
487#undef HAVE_SYS_UN_H
488
489/* Define to 1 if you have the <sys/utsname.h> header file. */
490#undef HAVE_SYS_UTSNAME_H
491
492/* Define to 1 if you have the <sys/wait.h> header file. */
493#undef HAVE_SYS_WAIT_H
494
495/* Define to 1 if you have the <termios.h> header file. */
496#undef HAVE_TERMIOS_H
497
498/* Define to 1 if you have the <time.h> header file. */
499#undef HAVE_TIME_H
500
501/* Define to 1 if you have the <unistd.h> header file. */
502#undef HAVE_UNISTD_H
503
504/* Define to 1 if the system has the type `useconds_t'. */
505#undef HAVE_USECONDS_T
506
507/* Define to 1 if you have the `usleep' function. */
508#undef HAVE_USLEEP
509
510/* Define to 1 if the system has the type `u_char'. */
511#undef HAVE_U_CHAR
512
513/* Define to 1 if the system has the type `u_int'. */
514#undef HAVE_U_INT
515
516/* Define to 1 if the system has the type `u_int8_t'. */
517#undef HAVE_U_INT8_T
518
519/* Define to 1 if the system has the type `u_long'. */
520#undef HAVE_U_LONG
521
522/* Define to 1 if the system has the type `u_short'. */
523#undef HAVE_U_SHORT
524
525/* Define to 1 if you have the `vsscanf' function. */
526#undef HAVE_VSSCANF
527
528/* Define to 1 if you have the <zlib.h> header file. */
529#undef HAVE_ZLIB_H
530
531/* Define to indicate shared libraries are being used */
532#undef HDL_BUILD_SHARED
533
534/* Define to cause dynamic loader to use libtool instead of dlopen */
535#undef HDL_USE_LIBTOOL
536
537/* Define to enable bzip2 compression in emulated tapes */
538#undef HET_BZIP2
539
540/* Define if the OS needs help to load dependent libraries for dlopen(). */
541#undef LTDL_DLOPEN_DEPLIBS
542
543/* Define to the sub-directory in which libtool stores uninstalled libraries.
544   */
545#undef LTDL_OBJDIR
546
547/* Define to the name of the environment variable that determines the dynamic
548   library search path. */
549#undef LTDL_SHLIBPATH_VAR
550
551/* Define to the extension used for shared libraries, say, ".so". */
552#undef LTDL_SHLIB_EXT
553
554/* Define to the system default library search path. */
555#undef LTDL_SYSSEARCHPATH
556
557/* Defines the maximum number of emulated CPU engines */
558#undef MAX_CPU_ENGINES
559
560/* Define to indicate optreset exists */
561#undef NEED_GETOPT_OPTRESET
562
563/* Define to indicate a wrapper for getopt is needed */
564#undef NEED_GETOPT_WRAPPER
565
566/* Define if dlsym() requires a leading underscore in symbol names. */
567#undef NEED_USCORE
568
569/* Define if 'gettimeofday' returns non-unique values */
570#undef NON_UNIQUE_GETTIMEOFDAY
571
572/* Define to disable assembler routines for byte swapping */
573#undef NO_ASM_BYTESWAP
574
575/* Define to disable setuid operation */
576#undef NO_SETUID
577
578/* Define to disable sigabend_handler (please describe this better) */
579#undef NO_SIGABEND_HANDLER
580
581/* Define to enable posix draft 1003.1e capabilities */
582#undef OPTION_CAPABILITIES
583
584/* Define to enable symbolic substitutions in configuration file */
585#undef OPTION_CONFIG_SYMBOLS
586
587/* Define to enable Hercules Dynamic Loader feature */
588#undef OPTION_DYNAMIC_LOAD
589
590/* Define to enable enhanced-mode 'include' file support in configuration file
591   */
592#undef OPTION_ENHANCED_CONFIG_INCLUDE
593
594/* Define to enable enhanced-mode symbolic substitutions in configuration file
595   */
596#undef OPTION_ENHANCED_CONFIG_SYMBOLS
597
598/* Define to use included threads implementation (fthreads) */
599#undef OPTION_FTHREADS
600
601/* Define to enable Hercules Automatic Operator feature */
602#undef OPTION_HAO
603
604/* Name of package */
605#undef PACKAGE
606
607/* Define to the address where bug reports for this package should be sent. */
608#undef PACKAGE_BUGREPORT
609
610/* Define to the full name of this package. */
611#undef PACKAGE_NAME
612
613/* Define to the full name and version of this package. */
614#undef PACKAGE_STRING
615
616/* Define to the one symbol short name of this package. */
617#undef PACKAGE_TARNAME
618
619/* Define to the home page for this package. */
620#undef PACKAGE_URL
621
622/* Define to the version of this package. */
623#undef PACKAGE_VERSION
624
625/* The size of `int', as computed by sizeof. */
626#undef SIZEOF_INT
627
628/* The size of `int *', as computed by sizeof. */
629#undef SIZEOF_INT_P
630
631/* The size of `long', as computed by sizeof. */
632#undef SIZEOF_LONG
633
634/* The size of `off_t', as computed by sizeof. */
635#undef SIZEOF_OFF_T
636
637/* The size of `size_t', as computed by sizeof. */
638#undef SIZEOF_SIZE_T
639
640/* The size of `struct bytestruct', as computed by sizeof. */
641#undef SIZEOF_STRUCT_BYTESTRUCT
642
643/* Define to 1 if you have the ANSI C header files. */
644#undef STDC_HEADERS
645
646/* Define if 'struct timespec' defined in <sys/types.h> */
647#undef TIMESPEC_IN_SYS_TYPES_H
648
649/* Define if 'struct timespec' defined in <time.h> */
650#undef TIMESPEC_IN_TIME_H
651
652/* Version number of package */
653#undef VERSION
654
655/* Define when building under Win32 (MinGW or Cygwin) */
656#undef WIN32
657
658/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
659   significant byte first (like Motorola and SPARC, unlike Intel). */
660#if defined AC_APPLE_UNIVERSAL_BUILD
661# if defined __BIG_ENDIAN__
662#  define WORDS_BIGENDIAN 1
663# endif
664#else
665# ifndef WORDS_BIGENDIAN
666#  undef WORDS_BIGENDIAN
667# endif
668#endif
669
670/* Define missing macro on apple darwin (osx) platform */
671#undef _BSD_SOCKLEN_T_
672
673/* Enable large inode numbers on Mac OS X 10.5.  */
674#ifndef _DARWIN_USE_64_BIT_INODE
675# define _DARWIN_USE_64_BIT_INODE 1
676#endif
677
678/* Number of bits in a file offset, on hosts where this is settable. */
679#undef _FILE_OFFSET_BITS
680
681/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
682#undef _LARGEFILE_SOURCE
683
684/* Define for large files, on AIX-style hosts. */
685#undef _LARGE_FILES
686
687/* Define to empty if `const' does not conform to ANSI C. */
688#undef const
689
690/* Define to a type to use for `error_t' if it is not otherwise available. */
691#undef error_t
692
693/* Define to `long int' if <sys/types.h> does not define. */
694#undef off_t
695