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