usched: Allow process to change self cpu affinity
[dragonfly.git] / contrib / cryptsetup / config.h.in
blob902ffa0fef8332b81062ec9d5f4eba854bd14ece
1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
6 /* cipher for LUKS1 */
7 #undef DEFAULT_LUKS1_CIPHER
9 /* hash function for LUKS1 header */
10 #undef DEFAULT_LUKS1_HASH
12 /* key length in bits for LUKS1 */
13 #undef DEFAULT_LUKS1_KEYBITS
15 /* cipher mode for LUKS1 */
16 #undef DEFAULT_LUKS1_MODE
18 /* cipher for plain mode */
19 #undef DEFAULT_PLAIN_CIPHER
21 /* password hashing function for plain mode */
22 #undef DEFAULT_PLAIN_HASH
24 /* key length in bits for plain mode */
25 #undef DEFAULT_PLAIN_KEYBITS
27 /* cipher mode for plain mode */
28 #undef DEFAULT_PLAIN_MODE
30 /* Define to 1 if translation of program messages to the user's native
31 language is requested. */
32 #undef ENABLE_NLS
34 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
35 CoreFoundation framework. */
36 #undef HAVE_CFLOCALECOPYCURRENT
38 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
39 the CoreFoundation framework. */
40 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
42 /* Define to 1 if you have the <ctype.h> header file. */
43 #undef HAVE_CTYPE_H
45 /* Define if the GNU dcgettext() function is already present or preinstalled.
47 #undef HAVE_DCGETTEXT
49 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
51 #undef HAVE_DIRENT_H
53 /* Define to 1 if you have the <dlfcn.h> header file. */
54 #undef HAVE_DLFCN_H
56 /* Define to 1 if you have the `dm_task_set_cookie' function. */
57 #undef HAVE_DM_TASK_SET_COOKIE
59 /* Define to 1 if you have the <fcntl.h> header file. */
60 #undef HAVE_FCNTL_H
62 /* Define if the GNU gettext() function is already present or preinstalled. */
63 #undef HAVE_GETTEXT
65 /* Define if you have the iconv() function. */
66 #undef HAVE_ICONV
68 /* Define to 1 if you have the <inttypes.h> header file. */
69 #undef HAVE_INTTYPES_H
71 /* Define to 1 if you have the `devmapper' library (-ldevmapper). */
72 #undef HAVE_LIBDEVMAPPER
74 /* Define to 1 if you have the `popt' library (-lpopt). */
75 #undef HAVE_LIBPOPT
77 /* Define to 1 if you have the `selinux' library (-lselinux). */
78 #undef HAVE_LIBSELINUX
80 /* Define to 1 if you have the `sepol' library (-lsepol). */
81 #undef HAVE_LIBSEPOL
83 /* Define to 1 if you have the `uuid' library (-luuid). */
84 #undef HAVE_LIBUUID
86 /* Define to 1 if you have the <locale.h> header file. */
87 #undef HAVE_LOCALE_H
89 /* Define to 1 if you have the <malloc.h> header file. */
90 #undef HAVE_MALLOC_H
92 /* Define to 1 if you have the <memory.h> header file. */
93 #undef HAVE_MEMORY_H
95 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
96 #undef HAVE_NDIR_H
98 /* Define to 1 if you have the `posix_memalign' function. */
99 #undef HAVE_POSIX_MEMALIGN
101 /* Define to 1 if you have the <stdint.h> header file. */
102 #undef HAVE_STDINT_H
104 /* Define to 1 if you have the <stdlib.h> header file. */
105 #undef HAVE_STDLIB_H
107 /* Define to 1 if you have the <strings.h> header file. */
108 #undef HAVE_STRINGS_H
110 /* Define to 1 if you have the <string.h> header file. */
111 #undef HAVE_STRING_H
113 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
114 #undef HAVE_STRUCT_STAT_ST_RDEV
116 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
117 `HAVE_STRUCT_STAT_ST_RDEV' instead. */
118 #undef HAVE_ST_RDEV
120 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
122 #undef HAVE_SYS_DIR_H
124 /* Define to 1 if you have the <sys/ioctl.h> header file. */
125 #undef HAVE_SYS_IOCTL_H
127 /* Define to 1 if you have the <sys/mman.h> header file. */
128 #undef HAVE_SYS_MMAN_H
130 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
132 #undef HAVE_SYS_NDIR_H
134 /* Define to 1 if you have the <sys/stat.h> header file. */
135 #undef HAVE_SYS_STAT_H
137 /* Define to 1 if you have the <sys/types.h> header file. */
138 #undef HAVE_SYS_TYPES_H
140 /* Define to 1 if you have the <unistd.h> header file. */
141 #undef HAVE_UNISTD_H
143 /* Define to 1 if you have the <uuid/uuid.h> header file. */
144 #undef HAVE_UUID_UUID_H
146 /* Define to the sub-directory in which libtool stores uninstalled libraries.
148 #undef LT_OBJDIR
150 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
151 #undef NO_MINUS_C_MINUS_O
153 /* Name of package */
154 #undef PACKAGE
156 /* Define to the address where bug reports for this package should be sent. */
157 #undef PACKAGE_BUGREPORT
159 /* Define to the full name of this package. */
160 #undef PACKAGE_NAME
162 /* Define to the full name and version of this package. */
163 #undef PACKAGE_STRING
165 /* Define to the one symbol short name of this package. */
166 #undef PACKAGE_TARNAME
168 /* Define to the home page for this package. */
169 #undef PACKAGE_URL
171 /* Define to the version of this package. */
172 #undef PACKAGE_VERSION
174 /* Define to 1 if you have the ANSI C header files. */
175 #undef STDC_HEADERS
177 /* Enable extensions on AIX 3, Interix. */
178 #ifndef _ALL_SOURCE
179 # undef _ALL_SOURCE
180 #endif
181 /* Enable GNU extensions on systems that have them. */
182 #ifndef _GNU_SOURCE
183 # undef _GNU_SOURCE
184 #endif
185 /* Enable threading extensions on Solaris. */
186 #ifndef _POSIX_PTHREAD_SEMANTICS
187 # undef _POSIX_PTHREAD_SEMANTICS
188 #endif
189 /* Enable extensions on HP NonStop. */
190 #ifndef _TANDEM_SOURCE
191 # undef _TANDEM_SOURCE
192 #endif
193 /* Enable general extensions on Solaris. */
194 #ifndef __EXTENSIONS__
195 # undef __EXTENSIONS__
196 #endif
199 /* Try to use udev synchronisation? */
200 #undef USE_UDEV
202 /* Version number of package */
203 #undef VERSION
205 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
206 significant byte first (like Motorola and SPARC, unlike Intel). */
207 #if defined AC_APPLE_UNIVERSAL_BUILD
208 # if defined __BIG_ENDIAN__
209 # define WORDS_BIGENDIAN 1
210 # endif
211 #else
212 # ifndef WORDS_BIGENDIAN
213 # undef WORDS_BIGENDIAN
214 # endif
215 #endif
217 /* Number of bits in a file offset, on hosts where this is settable. */
218 #undef _FILE_OFFSET_BITS
220 /* Define for large files, on AIX-style hosts. */
221 #undef _LARGE_FILES
223 /* Define to 1 if on MINIX. */
224 #undef _MINIX
226 /* Define to 2 if the system does not provide POSIX.1 features except with
227 this defined. */
228 #undef _POSIX_1_SOURCE
230 /* Define to 1 if you need to in order for `stat' and other things to work. */
231 #undef _POSIX_SOURCE
233 /* Define to empty if `const' does not conform to ANSI C. */
234 #undef const
236 /* Define to `long int' if <sys/types.h> does not define. */
237 #undef off_t