16ca2c52aSchristos/* config.in.  Generated from configure.ac by autoheader.  */
26ca2c52aSchristos
36ca2c52aSchristos/* Define if building universal (internal helper macro) */
46ca2c52aSchristos#undef AC_APPLE_UNIVERSAL_BUILD
56ca2c52aSchristos
6b2396a7bSchristos/* Sim debug setting */
7b2396a7bSchristos#undef DEBUG
8b2396a7bSchristos
96ca2c52aSchristos/* Define to 1 if translation of program messages to the user's native
106ca2c52aSchristos   language is requested. */
116ca2c52aSchristos#undef ENABLE_NLS
126ca2c52aSchristos
136ca2c52aSchristos/* Define to 1 if you have the `chmod' function. */
146ca2c52aSchristos#undef HAVE_CHMOD
156ca2c52aSchristos
166ca2c52aSchristos/* Define to 1 if you have the `chown' function. */
176ca2c52aSchristos#undef HAVE_CHOWN
186ca2c52aSchristos
196ca2c52aSchristos/* Define to 1 if you have the <dlfcn.h> header file. */
206ca2c52aSchristos#undef HAVE_DLFCN_H
216ca2c52aSchristos
226ca2c52aSchristos/* Define if dv-sockser is usable. */
236ca2c52aSchristos#undef HAVE_DV_SOCKSER
246ca2c52aSchristos
256ca2c52aSchristos/* Define to 1 if you have the <errno.h> header file. */
266ca2c52aSchristos#undef HAVE_ERRNO_H
276ca2c52aSchristos
286ca2c52aSchristos/* Define to 1 if you have the `execv' function. */
296ca2c52aSchristos#undef HAVE_EXECV
306ca2c52aSchristos
316ca2c52aSchristos/* Define to 1 if you have the `execve' function. */
326ca2c52aSchristos#undef HAVE_EXECVE
336ca2c52aSchristos
346ca2c52aSchristos/* Define to 1 if you have the <fcntl.h> header file. */
356ca2c52aSchristos#undef HAVE_FCNTL_H
366ca2c52aSchristos
376ca2c52aSchristos/* Define to 1 if you have the `fork' function. */
386ca2c52aSchristos#undef HAVE_FORK
396ca2c52aSchristos
406ca2c52aSchristos/* Define to 1 if you have the <fpu_control.h> header file. */
416ca2c52aSchristos#undef HAVE_FPU_CONTROL_H
426ca2c52aSchristos
43b2396a7bSchristos/* Define to 1 if you have the `ftruncate' function. */
44b2396a7bSchristos#undef HAVE_FTRUNCATE
45b2396a7bSchristos
466ca2c52aSchristos/* Define to 1 if you have the `getrusage' function. */
476ca2c52aSchristos#undef HAVE_GETRUSAGE
486ca2c52aSchristos
496ca2c52aSchristos/* Define to 1 if you have the <inttypes.h> header file. */
506ca2c52aSchristos#undef HAVE_INTTYPES_H
516ca2c52aSchristos
526ca2c52aSchristos/* Define to 1 if you have the `m' library (-lm). */
536ca2c52aSchristos#undef HAVE_LIBM
546ca2c52aSchristos
556ca2c52aSchristos/* Define to 1 if you have the `nsl' library (-lnsl). */
566ca2c52aSchristos#undef HAVE_LIBNSL
576ca2c52aSchristos
586ca2c52aSchristos/* Define to 1 if you have the `socket' library (-lsocket). */
596ca2c52aSchristos#undef HAVE_LIBSOCKET
606ca2c52aSchristos
61b2396a7bSchristos/* Define to 1 if you have the `lstat' function. */
62b2396a7bSchristos#undef HAVE_LSTAT
63b2396a7bSchristos
646ca2c52aSchristos/* Define to 1 if you have the <memory.h> header file. */
656ca2c52aSchristos#undef HAVE_MEMORY_H
666ca2c52aSchristos
67b2396a7bSchristos/* Define to 1 if you have the `mmap' function. */
68b2396a7bSchristos#undef HAVE_MMAP
69b2396a7bSchristos
70b2396a7bSchristos/* Define to 1 if you have the `munmap' function. */
71b2396a7bSchristos#undef HAVE_MUNMAP
72b2396a7bSchristos
73b2396a7bSchristos/* Define to 1 if you have the `posix_fallocate' function. */
74b2396a7bSchristos#undef HAVE_POSIX_FALLOCATE
75b2396a7bSchristos
766ca2c52aSchristos/* Define to 1 if you have the `sigaction' function. */
776ca2c52aSchristos#undef HAVE_SIGACTION
786ca2c52aSchristos
79b2396a7bSchristos/* Define to 1 if the system has the type `socklen_t'. */
80b2396a7bSchristos#undef HAVE_SOCKLEN_T
81b2396a7bSchristos
826ca2c52aSchristos/* Define to 1 if you have the <stdint.h> header file. */
836ca2c52aSchristos#undef HAVE_STDINT_H
846ca2c52aSchristos
856ca2c52aSchristos/* Define to 1 if you have the <stdlib.h> header file. */
866ca2c52aSchristos#undef HAVE_STDLIB_H
876ca2c52aSchristos
886ca2c52aSchristos/* Define to 1 if you have the <strings.h> header file. */
896ca2c52aSchristos#undef HAVE_STRINGS_H
906ca2c52aSchristos
916ca2c52aSchristos/* Define to 1 if you have the <string.h> header file. */
926ca2c52aSchristos#undef HAVE_STRING_H
936ca2c52aSchristos
94*dc268d07Schristos/* Define to 1 if `st_atime' is a member of `struct stat'. */
95b2396a7bSchristos#undef HAVE_STRUCT_STAT_ST_ATIME
96b2396a7bSchristos
97*dc268d07Schristos/* Define to 1 if `st_blksize' is a member of `struct stat'. */
98b2396a7bSchristos#undef HAVE_STRUCT_STAT_ST_BLKSIZE
99b2396a7bSchristos
100*dc268d07Schristos/* Define to 1 if `st_blocks' is a member of `struct stat'. */
101b2396a7bSchristos#undef HAVE_STRUCT_STAT_ST_BLOCKS
102b2396a7bSchristos
103*dc268d07Schristos/* Define to 1 if `st_ctime' is a member of `struct stat'. */
104b2396a7bSchristos#undef HAVE_STRUCT_STAT_ST_CTIME
105b2396a7bSchristos
106*dc268d07Schristos/* Define to 1 if `st_dev' is a member of `struct stat'. */
107b2396a7bSchristos#undef HAVE_STRUCT_STAT_ST_DEV
108b2396a7bSchristos
109*dc268d07Schristos/* Define to 1 if `st_gid' is a member of `struct stat'. */
110b2396a7bSchristos#undef HAVE_STRUCT_STAT_ST_GID
111b2396a7bSchristos
112*dc268d07Schristos/* Define to 1 if `st_ino' is a member of `struct stat'. */
113b2396a7bSchristos#undef HAVE_STRUCT_STAT_ST_INO
114b2396a7bSchristos
115*dc268d07Schristos/* Define to 1 if `st_mode' is a member of `struct stat'. */
116b2396a7bSchristos#undef HAVE_STRUCT_STAT_ST_MODE
117b2396a7bSchristos
118*dc268d07Schristos/* Define to 1 if `st_mtime' is a member of `struct stat'. */
119b2396a7bSchristos#undef HAVE_STRUCT_STAT_ST_MTIME
120b2396a7bSchristos
121*dc268d07Schristos/* Define to 1 if `st_nlink' is a member of `struct stat'. */
122b2396a7bSchristos#undef HAVE_STRUCT_STAT_ST_NLINK
123b2396a7bSchristos
124*dc268d07Schristos/* Define to 1 if `st_rdev' is a member of `struct stat'. */
125b2396a7bSchristos#undef HAVE_STRUCT_STAT_ST_RDEV
126b2396a7bSchristos
127*dc268d07Schristos/* Define to 1 if `st_size' is a member of `struct stat'. */
128b2396a7bSchristos#undef HAVE_STRUCT_STAT_ST_SIZE
129b2396a7bSchristos
130*dc268d07Schristos/* Define to 1 if `st_uid' is a member of `struct stat'. */
131b2396a7bSchristos#undef HAVE_STRUCT_STAT_ST_UID
132b2396a7bSchristos
133b2396a7bSchristos/* Define to 1 if you have the <sys/mman.h> header file. */
134b2396a7bSchristos#undef HAVE_SYS_MMAN_H
135b2396a7bSchristos
1366ca2c52aSchristos/* Define to 1 if you have the <sys/resource.h> header file. */
1376ca2c52aSchristos#undef HAVE_SYS_RESOURCE_H
1386ca2c52aSchristos
1396ca2c52aSchristos/* Define to 1 if you have the <sys/stat.h> header file. */
1406ca2c52aSchristos#undef HAVE_SYS_STAT_H
1416ca2c52aSchristos
142b2396a7bSchristos/* Define to 1 if you have the <sys/times.h> header file. */
143b2396a7bSchristos#undef HAVE_SYS_TIMES_H
144b2396a7bSchristos
1456ca2c52aSchristos/* Define to 1 if you have the <sys/time.h> header file. */
1466ca2c52aSchristos#undef HAVE_SYS_TIME_H
1476ca2c52aSchristos
1486ca2c52aSchristos/* Define to 1 if you have the <sys/types.h> header file. */
1496ca2c52aSchristos#undef HAVE_SYS_TYPES_H
1506ca2c52aSchristos
1516ca2c52aSchristos/* Define to 1 if you have the `time' function. */
1526ca2c52aSchristos#undef HAVE_TIME
1536ca2c52aSchristos
1546ca2c52aSchristos/* Define to 1 if you have the <time.h> header file. */
1556ca2c52aSchristos#undef HAVE_TIME_H
1566ca2c52aSchristos
157b2396a7bSchristos/* Define to 1 if you have the `truncate' function. */
158b2396a7bSchristos#undef HAVE_TRUNCATE
159b2396a7bSchristos
1606ca2c52aSchristos/* Define to 1 if you have the <unistd.h> header file. */
1616ca2c52aSchristos#undef HAVE_UNISTD_H
1626ca2c52aSchristos
1636ca2c52aSchristos/* Define to 1 if you have the `utime' function. */
1646ca2c52aSchristos#undef HAVE_UTIME
1656ca2c52aSchristos
1666ca2c52aSchristos/* Define to 1 if you have the <utime.h> header file. */
1676ca2c52aSchristos#undef HAVE_UTIME_H
1686ca2c52aSchristos
1696ca2c52aSchristos/* Define to 1 if you have the <windows.h> header file. */
1706ca2c52aSchristos#undef HAVE_WINDOWS_H
1716ca2c52aSchristos
1726ca2c52aSchristos/* Define to 1 if you have the `__setfpucw' function. */
1736ca2c52aSchristos#undef HAVE___SETFPUCW
1746ca2c52aSchristos
1756ca2c52aSchristos/* Define to the sub-directory in which libtool stores uninstalled libraries.
1766ca2c52aSchristos   */
1776ca2c52aSchristos#undef LT_OBJDIR
1786ca2c52aSchristos
1796ca2c52aSchristos/* Name of this package. */
1806ca2c52aSchristos#undef PACKAGE
1816ca2c52aSchristos
1826ca2c52aSchristos/* Define to the address where bug reports for this package should be sent. */
1836ca2c52aSchristos#undef PACKAGE_BUGREPORT
1846ca2c52aSchristos
1856ca2c52aSchristos/* Define to the full name of this package. */
1866ca2c52aSchristos#undef PACKAGE_NAME
1876ca2c52aSchristos
1886ca2c52aSchristos/* Define to the full name and version of this package. */
1896ca2c52aSchristos#undef PACKAGE_STRING
1906ca2c52aSchristos
1916ca2c52aSchristos/* Define to the one symbol short name of this package. */
1926ca2c52aSchristos#undef PACKAGE_TARNAME
1936ca2c52aSchristos
1946ca2c52aSchristos/* Define to the home page for this package. */
1956ca2c52aSchristos#undef PACKAGE_URL
1966ca2c52aSchristos
1976ca2c52aSchristos/* Define to the version of this package. */
1986ca2c52aSchristos#undef PACKAGE_VERSION
1996ca2c52aSchristos
2006ca2c52aSchristos/* Additional package description */
2016ca2c52aSchristos#undef PKGVERSION
2026ca2c52aSchristos
203b2396a7bSchristos/* Sim profile settings */
204b2396a7bSchristos#undef PROFILE
205b2396a7bSchristos
2066ca2c52aSchristos/* Bug reporting address */
2076ca2c52aSchristos#undef REPORT_BUGS_TO
2086ca2c52aSchristos
2096ca2c52aSchristos/* Define as the return type of signal handlers (`int' or `void'). */
2106ca2c52aSchristos#undef RETSIGTYPE
2116ca2c52aSchristos
2126ca2c52aSchristos/* Define to 1 if you have the ANSI C header files. */
2136ca2c52aSchristos#undef STDC_HEADERS
2146ca2c52aSchristos
2156ca2c52aSchristos/* Enable extensions on AIX 3, Interix.  */
2166ca2c52aSchristos#ifndef _ALL_SOURCE
2176ca2c52aSchristos# undef _ALL_SOURCE
2186ca2c52aSchristos#endif
2196ca2c52aSchristos/* Enable GNU extensions on systems that have them.  */
2206ca2c52aSchristos#ifndef _GNU_SOURCE
2216ca2c52aSchristos# undef _GNU_SOURCE
2226ca2c52aSchristos#endif
2236ca2c52aSchristos/* Enable threading extensions on Solaris.  */
2246ca2c52aSchristos#ifndef _POSIX_PTHREAD_SEMANTICS
2256ca2c52aSchristos# undef _POSIX_PTHREAD_SEMANTICS
2266ca2c52aSchristos#endif
2276ca2c52aSchristos/* Enable extensions on HP NonStop.  */
2286ca2c52aSchristos#ifndef _TANDEM_SOURCE
2296ca2c52aSchristos# undef _TANDEM_SOURCE
2306ca2c52aSchristos#endif
2316ca2c52aSchristos/* Enable general extensions on Solaris.  */
2326ca2c52aSchristos#ifndef __EXTENSIONS__
2336ca2c52aSchristos# undef __EXTENSIONS__
2346ca2c52aSchristos#endif
2356ca2c52aSchristos
2366ca2c52aSchristos
237b2396a7bSchristos/* Sim assert settings */
238b2396a7bSchristos#undef WITH_ASSERT
239b2396a7bSchristos
240b2396a7bSchristos/* Sim debug setting */
241b2396a7bSchristos#undef WITH_DEBUG
242b2396a7bSchristos
243b2396a7bSchristos/* Sim default environment */
244b2396a7bSchristos#undef WITH_ENVIRONMENT
245b2396a7bSchristos
246b2396a7bSchristos/* Sim profile settings */
247b2396a7bSchristos#undef WITH_PROFILE
248b2396a7bSchristos
249b2396a7bSchristos/* How to route I/O */
250b2396a7bSchristos#undef WITH_STDIO
251b2396a7bSchristos
252b2396a7bSchristos/* Sim trace settings */
253b2396a7bSchristos#undef WITH_TRACE
254b2396a7bSchristos
2556ca2c52aSchristos/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2566ca2c52aSchristos   significant byte first (like Motorola and SPARC, unlike Intel). */
2576ca2c52aSchristos#if defined AC_APPLE_UNIVERSAL_BUILD
2586ca2c52aSchristos# if defined __BIG_ENDIAN__
2596ca2c52aSchristos#  define WORDS_BIGENDIAN 1
2606ca2c52aSchristos# endif
2616ca2c52aSchristos#else
2626ca2c52aSchristos# ifndef WORDS_BIGENDIAN
2636ca2c52aSchristos#  undef WORDS_BIGENDIAN
2646ca2c52aSchristos# endif
2656ca2c52aSchristos#endif
2666ca2c52aSchristos
2676ca2c52aSchristos/* Define to 1 if on MINIX. */
2686ca2c52aSchristos#undef _MINIX
2696ca2c52aSchristos
2706ca2c52aSchristos/* Define to 2 if the system does not provide POSIX.1 features except with
2716ca2c52aSchristos   this defined. */
2726ca2c52aSchristos#undef _POSIX_1_SOURCE
2736ca2c52aSchristos
2746ca2c52aSchristos/* Define to 1 if you need to in order for `stat' and other things to work. */
2756ca2c52aSchristos#undef _POSIX_SOURCE
276