19e2a065bSpooka/* rumpuser_config.h.in.  Generated from configure.ac by autoheader.  */
29e2a065bSpooka
39e2a065bSpooka/* Define to 1 if you have the `aligned_alloc' function. */
49e2a065bSpooka#undef HAVE_ALIGNED_ALLOC
59e2a065bSpooka
69e2a065bSpooka/* Define to 1 if you have the `arc4random_buf' function. */
79e2a065bSpooka#undef HAVE_ARC4RANDOM_BUF
89e2a065bSpooka
99e2a065bSpooka/* Define to 1 if you have the `chflags' function. */
109e2a065bSpooka#undef HAVE_CHFLAGS
119e2a065bSpooka
129e2a065bSpooka/* Define to 1 if the system has the type `clockid_t'. */
139e2a065bSpooka#undef HAVE_CLOCKID_T
149e2a065bSpooka
156a36174cSpooka/* clock_gettime */
169e2a065bSpooka#undef HAVE_CLOCK_GETTIME
179e2a065bSpooka
18adc7c76cSpooka/* clock_nanosleep */
19adc7c76cSpooka#undef HAVE_CLOCK_NANOSLEEP
20adc7c76cSpooka
219e2a065bSpooka/* dlinfo */
229e2a065bSpooka#undef HAVE_DLINFO
239e2a065bSpooka
249e2a065bSpooka/* Define to 1 if you have the `fsync_range' function. */
259e2a065bSpooka#undef HAVE_FSYNC_RANGE
269e2a065bSpooka
279e2a065bSpooka/* Define to 1 if you have the `getenv_r' function. */
289e2a065bSpooka#undef HAVE_GETENV_R
299e2a065bSpooka
309e2a065bSpooka/* Define to 1 if you have the `getprogname' function. */
319e2a065bSpooka#undef HAVE_GETPROGNAME
329e2a065bSpooka
339e2a065bSpooka/* Define to 1 if you have the `getsubopt' function. */
349e2a065bSpooka#undef HAVE_GETSUBOPT
359e2a065bSpooka
369e2a065bSpooka/* Define to 1 if you have the <inttypes.h> header file. */
379e2a065bSpooka#undef HAVE_INTTYPES_H
389e2a065bSpooka
399e2a065bSpooka/* Define to 1 if ioctl()'s cmd arg is int */
409e2a065bSpooka#undef HAVE_IOCTL_CMD_INT
419e2a065bSpooka
429e2a065bSpooka/* Define to 1 if you have the `kqueue' function. */
439e2a065bSpooka#undef HAVE_KQUEUE
449e2a065bSpooka
459e2a065bSpooka/* Define to 1 if you have the `rt' library (-lrt). */
469e2a065bSpooka#undef HAVE_LIBRT
479e2a065bSpooka
489e2a065bSpooka/* Define to 1 if you have the `memalign' function. */
499e2a065bSpooka#undef HAVE_MEMALIGN
509e2a065bSpooka
519e2a065bSpooka/* Define to 1 if you have the <memory.h> header file. */
529e2a065bSpooka#undef HAVE_MEMORY_H
539e2a065bSpooka
549e2a065bSpooka/* Define to 1 if you have the <paths.h> header file. */
559e2a065bSpooka#undef HAVE_PATHS_H
569e2a065bSpooka
579e2a065bSpooka/* Define to 1 if you have the `posix_memalign' function. */
589e2a065bSpooka#undef HAVE_POSIX_MEMALIGN
599e2a065bSpooka
609e2a065bSpooka/* Define to 1 if you have 2-arg pthread_setname_np() */
619e2a065bSpooka#undef HAVE_PTHREAD_SETNAME2
629e2a065bSpooka
639e2a065bSpooka/* Define to 1 if you have 3-arg pthread_setname_np() */
649e2a065bSpooka#undef HAVE_PTHREAD_SETNAME3
659e2a065bSpooka
669e2a065bSpooka/* Define to 1 if the system has the type `register_t'. */
679e2a065bSpooka#undef HAVE_REGISTER_T
689e2a065bSpooka
699e2a065bSpooka/* Define to 1 if you have the `setprogname' function. */
709e2a065bSpooka#undef HAVE_SETPROGNAME
719e2a065bSpooka
729e2a065bSpooka/* Define to 1 if you have the <stdint.h> header file. */
739e2a065bSpooka#undef HAVE_STDINT_H
749e2a065bSpooka
759e2a065bSpooka/* Define to 1 if you have the <stdlib.h> header file. */
769e2a065bSpooka#undef HAVE_STDLIB_H
779e2a065bSpooka
789e2a065bSpooka/* Define to 1 if you have the <strings.h> header file. */
799e2a065bSpooka#undef HAVE_STRINGS_H
809e2a065bSpooka
819e2a065bSpooka/* Define to 1 if you have the <string.h> header file. */
829e2a065bSpooka#undef HAVE_STRING_H
839e2a065bSpooka
849e2a065bSpooka/* Define to 1 if you have the `strsuftoll' function. */
859e2a065bSpooka#undef HAVE_STRSUFTOLL
869e2a065bSpooka
879e2a065bSpooka/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
889e2a065bSpooka#undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
899e2a065bSpooka
909e2a065bSpooka/* Define to 1 if you have the <sys/atomic.h> header file. */
919e2a065bSpooka#undef HAVE_SYS_ATOMIC_H
929e2a065bSpooka
939e2a065bSpooka/* Define to 1 if you have the <sys/cdefs.h> header file. */
949e2a065bSpooka#undef HAVE_SYS_CDEFS_H
959e2a065bSpooka
969e2a065bSpooka/* Define to 1 if you have the <sys/disklabel.h> header file. */
979e2a065bSpooka#undef HAVE_SYS_DISKLABEL_H
989e2a065bSpooka
999e2a065bSpooka/* Define to 1 if you have the <sys/disk.h> header file. */
1009e2a065bSpooka#undef HAVE_SYS_DISK_H
1019e2a065bSpooka
1029e2a065bSpooka/* Define to 1 if you have the <sys/dkio.h> header file. */
1039e2a065bSpooka#undef HAVE_SYS_DKIO_H
1049e2a065bSpooka
1059e2a065bSpooka/* Define to 1 if you have the <sys/param.h> header file. */
1069e2a065bSpooka#undef HAVE_SYS_PARAM_H
1079e2a065bSpooka
1089e2a065bSpooka/* Define to 1 if you have the <sys/stat.h> header file. */
1099e2a065bSpooka#undef HAVE_SYS_STAT_H
1109e2a065bSpooka
1119e2a065bSpooka/* Define to 1 if you have the <sys/sysctl.h> header file. */
1129e2a065bSpooka#undef HAVE_SYS_SYSCTL_H
1139e2a065bSpooka
1149e2a065bSpooka/* Define to 1 if you have the <sys/types.h> header file. */
1159e2a065bSpooka#undef HAVE_SYS_TYPES_H
1169e2a065bSpooka
1179e2a065bSpooka/* Define to 1 if you have the <unistd.h> header file. */
1189e2a065bSpooka#undef HAVE_UNISTD_H
1199e2a065bSpooka
120*74bf789aSpooka/* Define to 1 if you have the `utimensat' function. */
121*74bf789aSpooka#undef HAVE_UTIMENSAT
122*74bf789aSpooka
1239e2a065bSpooka/* Define to 1 if you have the `__quotactl' function. */
1249e2a065bSpooka#undef HAVE___QUOTACTL
1259e2a065bSpooka
1269e2a065bSpooka/* Define to the address where bug reports for this package should be sent. */
1279e2a065bSpooka#undef PACKAGE_BUGREPORT
1289e2a065bSpooka
1299e2a065bSpooka/* Define to the full name of this package. */
1309e2a065bSpooka#undef PACKAGE_NAME
1319e2a065bSpooka
1329e2a065bSpooka/* Define to the full name and version of this package. */
1339e2a065bSpooka#undef PACKAGE_STRING
1349e2a065bSpooka
1359e2a065bSpooka/* Define to the one symbol short name of this package. */
1369e2a065bSpooka#undef PACKAGE_TARNAME
1379e2a065bSpooka
1389e2a065bSpooka/* Define to the home page for this package. */
1399e2a065bSpooka#undef PACKAGE_URL
1409e2a065bSpooka
1419e2a065bSpooka/* Define to the version of this package. */
1429e2a065bSpooka#undef PACKAGE_VERSION
1439e2a065bSpooka
1449e2a065bSpooka/* Define to 1 if you have the ANSI C header files. */
1459e2a065bSpooka#undef STDC_HEADERS
1469e2a065bSpooka
1479e2a065bSpooka/* Enable large inode numbers on Mac OS X 10.5.  */
1489e2a065bSpooka#ifndef _DARWIN_USE_64_BIT_INODE
1499e2a065bSpooka# define _DARWIN_USE_64_BIT_INODE 1
1509e2a065bSpooka#endif
1519e2a065bSpooka
1529e2a065bSpooka/* Number of bits in a file offset, on hosts where this is settable. */
1539e2a065bSpooka#undef _FILE_OFFSET_BITS
1549e2a065bSpooka
1559e2a065bSpooka/* Define for large files, on AIX-style hosts. */
1569e2a065bSpooka#undef _LARGE_FILES
157