Merge branch 'vendor/LDNS'
[dragonfly.git] / contrib / cryptsetup / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6
7 /* cipher for LUKS1 */
8 #define DEFAULT_LUKS1_CIPHER "aes"
9
10 /* hash function for LUKS1 header */
11 #define DEFAULT_LUKS1_HASH "sha1"
12
13 /* key length in bits for LUKS1 */
14 #define DEFAULT_LUKS1_KEYBITS 256
15
16 /* cipher mode for LUKS1 */
17 #define DEFAULT_LUKS1_MODE "cbc-essiv:sha256"
18
19 /* cipher for plain mode */
20 #define DEFAULT_PLAIN_CIPHER "aes"
21
22 /* password hashing function for plain mode */
23 #define DEFAULT_PLAIN_HASH "ripemd160"
24
25 /* key length in bits for plain mode */
26 #define DEFAULT_PLAIN_KEYBITS 256
27
28 /* cipher mode for plain mode */
29 #define DEFAULT_PLAIN_MODE "cbc-essiv:sha256"
30
31 /* Define to 1 if translation of program messages to the user's native
32    language is requested. */
33 //#define ENABLE_NLS 0
34
35 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
36    CoreFoundation framework. */
37 /* #undef HAVE_CFLOCALECOPYCURRENT */
38
39 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
40    the CoreFoundation framework. */
41 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
42
43 /* Define to 1 if you have the <ctype.h> header file. */
44 #define HAVE_CTYPE_H 1
45
46 /* Define if the GNU dcgettext() function is already present or preinstalled.
47    */
48 //#define HAVE_DCGETTEXT 0
49
50 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
51    */
52 #define HAVE_DIRENT_H 1
53
54 /* Define to 1 if you have the <dlfcn.h> header file. */
55 #define HAVE_DLFCN_H 1
56
57 /* Define to 1 if you have the `dm_task_set_cookie' function. */
58 #define HAVE_DM_TASK_SET_COOKIE 1
59
60 /* Define to 1 if you have the <fcntl.h> header file. */
61 #define HAVE_FCNTL_H 1
62
63 /* Define if the GNU gettext() function is already present or preinstalled. */
64 //#define HAVE_GETTEXT 0
65
66 /* Define if you have the iconv() function. */
67 /* #undef HAVE_ICONV */
68
69 /* Define to 1 if you have the <inttypes.h> header file. */
70 #define HAVE_INTTYPES_H 1
71
72 /* Define to 1 if you have the `devmapper' library (-ldevmapper). */
73 /* #undef HAVE_LIBDEVMAPPER */
74
75 /* Define to 1 if you have the `popt' library (-lpopt). */
76 //#define HAVE_LIBPOPT 0
77
78 /* Define to 1 if you have the `selinux' library (-lselinux). */
79 //#define HAVE_LIBSELINUX 0
80
81 /* Define to 1 if you have the `sepol' library (-lsepol). */
82 //#define HAVE_LIBSEPOL 0
83
84 /* Define to 1 if you have the `uuid' library (-luuid). */
85 #define HAVE_LIBUUID 1
86
87 /* Define to 1 if you have the <locale.h> header file. */
88 #define HAVE_LOCALE_H 1
89
90 /* Define to 1 if you have the <malloc.h> header file. */
91 #define HAVE_MALLOC_H 1
92
93 /* Define to 1 if you have the <memory.h> header file. */
94 #define HAVE_MEMORY_H 1
95
96 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
97 /* #undef HAVE_NDIR_H */
98
99 /* Define to 1 if you have the `posix_memalign' function. */
100 #define HAVE_POSIX_MEMALIGN 1
101
102 /* Define to 1 if you have the <stdint.h> header file. */
103 #define HAVE_STDINT_H 1
104
105 /* Define to 1 if you have the <stdlib.h> header file. */
106 #define HAVE_STDLIB_H 1
107
108 /* Define to 1 if you have the <strings.h> header file. */
109 #define HAVE_STRINGS_H 1
110
111 /* Define to 1 if you have the <string.h> header file. */
112 #define HAVE_STRING_H 1
113
114 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
115 #define HAVE_STRUCT_STAT_ST_RDEV 1
116
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
120
121 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
122    */
123 /* #undef HAVE_SYS_DIR_H */
124
125 /* Define to 1 if you have the <sys/ioctl.h> header file. */
126 #define HAVE_SYS_IOCTL_H 1
127
128 /* Define to 1 if you have the <sys/mman.h> header file. */
129 #define HAVE_SYS_MMAN_H 1
130
131 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
132    */
133 /* #undef HAVE_SYS_NDIR_H */
134
135 /* Define to 1 if you have the <sys/stat.h> header file. */
136 #define HAVE_SYS_STAT_H 1
137
138 /* Define to 1 if you have the <sys/types.h> header file. */
139 #define HAVE_SYS_TYPES_H 1
140
141 /* Define to 1 if you have the <unistd.h> header file. */
142 #define HAVE_UNISTD_H 1
143
144 /* Define to 1 if you have the <uuid/uuid.h> header file. */
145 #define HAVE_UUID_UUID_H 1
146
147 /* Define to the sub-directory in which libtool stores uninstalled libraries.
148    */
149 #define LT_OBJDIR ".libs/"
150
151 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
152 /* #undef NO_MINUS_C_MINUS_O */
153
154 /* Name of package */
155 #define PACKAGE "cryptsetup"
156
157 /* Define to the address where bug reports for this package should be sent. */
158 #define PACKAGE_BUGREPORT ""
159
160 /* Define to the full name of this package. */
161 #define PACKAGE_NAME "cryptsetup"
162
163 /* Define to the full name and version of this package. */
164 #define PACKAGE_STRING "cryptsetup 1.1.2"
165
166 /* Define to the one symbol short name of this package. */
167 #define PACKAGE_TARNAME "cryptsetup"
168
169 /* Define to the home page for this package. */
170 #define PACKAGE_URL ""
171
172 /* Define to the version of this package. */
173 #define PACKAGE_VERSION "1.1.2"
174
175 /* Define to 1 if you have the ANSI C header files. */
176 #define STDC_HEADERS 1
177
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
198
199
200 /* Try to use udev synchronisation? */
201 #define USE_UDEV 1
202
203 /* Version number of package */
204 #define VERSION "1.1.2"
205
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
217
218 /* Number of bits in a file offset, on hosts where this is settable. */
219 /* #undef _FILE_OFFSET_BITS */
220
221 /* Define for large files, on AIX-style hosts. */
222 /* #undef _LARGE_FILES */
223
224 /* Define to 1 if on MINIX. */
225 /* #undef _MINIX */
226
227 /* Define to 2 if the system does not provide POSIX.1 features except with
228    this defined. */
229 /* #undef _POSIX_1_SOURCE */
230
231 /* Define to 1 if you need to in order for `stat' and other things to work. */
232 /* #undef _POSIX_SOURCE */
233
234 /* Define to empty if `const' does not conform to ANSI C. */
235 /* #undef const */
236
237 /* Define to `long int' if <sys/types.h> does not define. */
238 /* #undef off_t */