1/* rumpuser_config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the `aligned_alloc' function. */
4#undef HAVE_ALIGNED_ALLOC
5
6/* Define to 1 if you have the `arc4random_buf' function. */
7#undef HAVE_ARC4RANDOM_BUF
8
9/* Define to 1 if you have the `chflags' function. */
10#undef HAVE_CHFLAGS
11
12/* Define to 1 if the system has the type `clockid_t'. */
13#undef HAVE_CLOCKID_T
14
15/* clock_gettime */
16#undef HAVE_CLOCK_GETTIME
17
18/* clock_nanosleep */
19#undef HAVE_CLOCK_NANOSLEEP
20
21/* dlinfo */
22#undef HAVE_DLINFO
23
24/* Define to 1 if you have the `fsync_range' function. */
25#undef HAVE_FSYNC_RANGE
26
27/* Define to 1 if you have the `getenv_r' function. */
28#undef HAVE_GETENV_R
29
30/* Define to 1 if you have the `getprogname' function. */
31#undef HAVE_GETPROGNAME
32
33/* Define to 1 if you have the `getsubopt' function. */
34#undef HAVE_GETSUBOPT
35
36/* Define to 1 if you have the <inttypes.h> header file. */
37#undef HAVE_INTTYPES_H
38
39/* Define to 1 if ioctl()'s cmd arg is int */
40#undef HAVE_IOCTL_CMD_INT
41
42/* Define to 1 if you have the `kqueue' function. */
43#undef HAVE_KQUEUE
44
45/* Define to 1 if you have the `rt' library (-lrt). */
46#undef HAVE_LIBRT
47
48/* Define to 1 if you have the `memalign' function. */
49#undef HAVE_MEMALIGN
50
51/* Define to 1 if you have the <memory.h> header file. */
52#undef HAVE_MEMORY_H
53
54/* Define to 1 if you have the <paths.h> header file. */
55#undef HAVE_PATHS_H
56
57/* Define to 1 if you have the `posix_memalign' function. */
58#undef HAVE_POSIX_MEMALIGN
59
60/* Define to 1 if you have 2-arg pthread_setname_np() */
61#undef HAVE_PTHREAD_SETNAME2
62
63/* Define to 1 if you have 3-arg pthread_setname_np() */
64#undef HAVE_PTHREAD_SETNAME3
65
66/* Define to 1 if the system has the type `register_t'. */
67#undef HAVE_REGISTER_T
68
69/* Define to 1 if you have the `setprogname' function. */
70#undef HAVE_SETPROGNAME
71
72/* Define to 1 if you have the <stdint.h> header file. */
73#undef HAVE_STDINT_H
74
75/* Define to 1 if you have the <stdlib.h> header file. */
76#undef HAVE_STDLIB_H
77
78/* Define to 1 if you have the <strings.h> header file. */
79#undef HAVE_STRINGS_H
80
81/* Define to 1 if you have the <string.h> header file. */
82#undef HAVE_STRING_H
83
84/* Define to 1 if you have the `strsuftoll' function. */
85#undef HAVE_STRSUFTOLL
86
87/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
88#undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
89
90/* Define to 1 if you have the <sys/atomic.h> header file. */
91#undef HAVE_SYS_ATOMIC_H
92
93/* Define to 1 if you have the <sys/cdefs.h> header file. */
94#undef HAVE_SYS_CDEFS_H
95
96/* Define to 1 if you have the <sys/disklabel.h> header file. */
97#undef HAVE_SYS_DISKLABEL_H
98
99/* Define to 1 if you have the <sys/disk.h> header file. */
100#undef HAVE_SYS_DISK_H
101
102/* Define to 1 if you have the <sys/dkio.h> header file. */
103#undef HAVE_SYS_DKIO_H
104
105/* Define to 1 if you have the <sys/param.h> header file. */
106#undef HAVE_SYS_PARAM_H
107
108/* Define to 1 if you have the <sys/stat.h> header file. */
109#undef HAVE_SYS_STAT_H
110
111/* Define to 1 if you have the <sys/sysctl.h> header file. */
112#undef HAVE_SYS_SYSCTL_H
113
114/* Define to 1 if you have the <sys/types.h> header file. */
115#undef HAVE_SYS_TYPES_H
116
117/* Define to 1 if you have the <unistd.h> header file. */
118#undef HAVE_UNISTD_H
119
120/* Define to 1 if you have the `utimensat' function. */
121#undef HAVE_UTIMENSAT
122
123/* Define to 1 if you have the `__quotactl' function. */
124#undef HAVE___QUOTACTL
125
126/* Define to the address where bug reports for this package should be sent. */
127#undef PACKAGE_BUGREPORT
128
129/* Define to the full name of this package. */
130#undef PACKAGE_NAME
131
132/* Define to the full name and version of this package. */
133#undef PACKAGE_STRING
134
135/* Define to the one symbol short name of this package. */
136#undef PACKAGE_TARNAME
137
138/* Define to the home page for this package. */
139#undef PACKAGE_URL
140
141/* Define to the version of this package. */
142#undef PACKAGE_VERSION
143
144/* Define to 1 if you have the ANSI C header files. */
145#undef STDC_HEADERS
146
147/* Enable large inode numbers on Mac OS X 10.5.  */
148#ifndef _DARWIN_USE_64_BIT_INODE
149# define _DARWIN_USE_64_BIT_INODE 1
150#endif
151
152/* Number of bits in a file offset, on hosts where this is settable. */
153#undef _FILE_OFFSET_BITS
154
155/* Define for large files, on AIX-style hosts. */
156#undef _LARGE_FILES
157