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