kernel - support dummy reallocblks in devfs
[dragonfly.git] / contrib / cryptsetup / config.h
bloba05fd7e86c9c30ef261b5963b9f8a4b0d21957be
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
7 /* cipher for LUKS1 */
8 #define DEFAULT_LUKS1_CIPHER "aes"
10 /* hash function for LUKS1 header */
11 #define DEFAULT_LUKS1_HASH "sha1"
13 /* key length in bits for LUKS1 */
14 #define DEFAULT_LUKS1_KEYBITS 256
16 /* cipher mode for LUKS1 */
17 #define DEFAULT_LUKS1_MODE "cbc-essiv:sha256"
19 /* cipher for plain mode */
20 #define DEFAULT_PLAIN_CIPHER "aes"
22 /* password hashing function for plain mode */
23 #define DEFAULT_PLAIN_HASH "ripemd160"
25 /* key length in bits for plain mode */
26 #define DEFAULT_PLAIN_KEYBITS 256
28 /* cipher mode for plain mode */
29 #define DEFAULT_PLAIN_MODE "cbc-essiv:sha256"
31 /* Define to 1 if translation of program messages to the user's native
32 language is requested. */
33 //#define ENABLE_NLS 0
35 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
36 CoreFoundation framework. */
37 /* #undef HAVE_CFLOCALECOPYCURRENT */
39 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
40 the CoreFoundation framework. */
41 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
43 /* Define to 1 if you have the <ctype.h> header file. */
44 #define HAVE_CTYPE_H 1
46 /* Define if the GNU dcgettext() function is already present or preinstalled.
48 //#define HAVE_DCGETTEXT 0
50 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
52 #define HAVE_DIRENT_H 1
54 /* Define to 1 if you have the <dlfcn.h> header file. */
55 #define HAVE_DLFCN_H 1
57 /* Define to 1 if you have the `dm_task_set_cookie' function. */
58 #define HAVE_DM_TASK_SET_COOKIE 1
60 /* Define to 1 if you have the <fcntl.h> header file. */
61 #define HAVE_FCNTL_H 1
63 /* Define if the GNU gettext() function is already present or preinstalled. */
64 //#define HAVE_GETTEXT 0
66 /* Define if you have the iconv() function. */
67 /* #undef HAVE_ICONV */
69 /* Define to 1 if you have the <inttypes.h> header file. */
70 #define HAVE_INTTYPES_H 1
72 /* Define to 1 if you have the `devmapper' library (-ldevmapper). */
73 /* #undef HAVE_LIBDEVMAPPER */
75 /* Define to 1 if you have the `popt' library (-lpopt). */
76 //#define HAVE_LIBPOPT 0
78 /* Define to 1 if you have the `selinux' library (-lselinux). */
79 //#define HAVE_LIBSELINUX 0
81 /* Define to 1 if you have the `sepol' library (-lsepol). */
82 //#define HAVE_LIBSEPOL 0
84 /* Define to 1 if you have the `uuid' library (-luuid). */
85 #define HAVE_LIBUUID 1
87 /* Define to 1 if you have the <locale.h> header file. */
88 #define HAVE_LOCALE_H 1
90 /* Define to 1 if you have the <malloc.h> header file. */
91 #define HAVE_MALLOC_H 1
93 /* Define to 1 if you have the <memory.h> header file. */
94 #define HAVE_MEMORY_H 1
96 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
97 /* #undef HAVE_NDIR_H */
99 /* Define to 1 if you have the `posix_memalign' function. */
100 #define HAVE_POSIX_MEMALIGN 1
102 /* Define to 1 if you have the <stdint.h> header file. */
103 #define HAVE_STDINT_H 1
105 /* Define to 1 if you have the <stdlib.h> header file. */
106 #define HAVE_STDLIB_H 1
108 /* Define to 1 if you have the <strings.h> header file. */
109 #define HAVE_STRINGS_H 1
111 /* Define to 1 if you have the <string.h> header file. */
112 #define HAVE_STRING_H 1
114 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
115 #define HAVE_STRUCT_STAT_ST_RDEV 1
117 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
118 `HAVE_STRUCT_STAT_ST_RDEV' instead. */
119 #define HAVE_ST_RDEV 1
121 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
123 /* #undef HAVE_SYS_DIR_H */
125 /* Define to 1 if you have the <sys/ioctl.h> header file. */
126 #define HAVE_SYS_IOCTL_H 1
128 /* Define to 1 if you have the <sys/mman.h> header file. */
129 #define HAVE_SYS_MMAN_H 1
131 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
133 /* #undef HAVE_SYS_NDIR_H */
135 /* Define to 1 if you have the <sys/stat.h> header file. */
136 #define HAVE_SYS_STAT_H 1
138 /* Define to 1 if you have the <sys/types.h> header file. */
139 #define HAVE_SYS_TYPES_H 1
141 /* Define to 1 if you have the <unistd.h> header file. */
142 #define HAVE_UNISTD_H 1
144 /* Define to 1 if you have the <uuid/uuid.h> header file. */
145 #define HAVE_UUID_UUID_H 1
147 /* Define to the sub-directory in which libtool stores uninstalled libraries.
149 #define LT_OBJDIR ".libs/"
151 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
152 /* #undef NO_MINUS_C_MINUS_O */
154 /* Name of package */
155 #define PACKAGE "cryptsetup"
157 /* Define to the address where bug reports for this package should be sent. */
158 #define PACKAGE_BUGREPORT ""
160 /* Define to the full name of this package. */
161 #define PACKAGE_NAME "cryptsetup"
163 /* Define to the full name and version of this package. */
164 #define PACKAGE_STRING "cryptsetup 1.1.2"
166 /* Define to the one symbol short name of this package. */
167 #define PACKAGE_TARNAME "cryptsetup"
169 /* Define to the home page for this package. */
170 #define PACKAGE_URL ""
172 /* Define to the version of this package. */
173 #define PACKAGE_VERSION "1.1.2"
175 /* Define to 1 if you have the ANSI C header files. */
176 #define STDC_HEADERS 1
178 /* Enable extensions on AIX 3, Interix. */
179 #ifndef _ALL_SOURCE
180 # define _ALL_SOURCE 1
181 #endif
182 /* Enable GNU extensions on systems that have them. */
183 #ifndef _GNU_SOURCE
184 # define _GNU_SOURCE 1
185 #endif
186 /* Enable threading extensions on Solaris. */
187 #ifndef _POSIX_PTHREAD_SEMANTICS
188 # define _POSIX_PTHREAD_SEMANTICS 1
189 #endif
190 /* Enable extensions on HP NonStop. */
191 #ifndef _TANDEM_SOURCE
192 # define _TANDEM_SOURCE 1
193 #endif
194 /* Enable general extensions on Solaris. */
195 #ifndef __EXTENSIONS__
196 # define __EXTENSIONS__ 1
197 #endif
200 /* Try to use udev synchronisation? */
201 #define USE_UDEV 1
203 /* Version number of package */
204 #define VERSION "1.1.2"
206 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
207 significant byte first (like Motorola and SPARC, unlike Intel). */
208 #if defined AC_APPLE_UNIVERSAL_BUILD
209 # if defined __BIG_ENDIAN__
210 # define WORDS_BIGENDIAN 1
211 # endif
212 #else
213 # ifndef WORDS_BIGENDIAN
214 /* # undef WORDS_BIGENDIAN */
215 # endif
216 #endif
218 /* Number of bits in a file offset, on hosts where this is settable. */
219 /* #undef _FILE_OFFSET_BITS */
221 /* Define for large files, on AIX-style hosts. */
222 /* #undef _LARGE_FILES */
224 /* Define to 1 if on MINIX. */
225 /* #undef _MINIX */
227 /* Define to 2 if the system does not provide POSIX.1 features except with
228 this defined. */
229 /* #undef _POSIX_1_SOURCE */
231 /* Define to 1 if you need to in order for `stat' and other things to work. */
232 /* #undef _POSIX_SOURCE */
234 /* Define to empty if `const' does not conform to ANSI C. */
235 /* #undef const */
237 /* Define to `long int' if <sys/types.h> does not define. */
238 /* #undef off_t */