Initial checking of what was revision 56 on http://luks.endorphin.org/svn/cryptsetup
[platform/upstream/cryptsetup.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define to 1 if translation of program messages to the user's native
4    language is requested. */
5 #undef ENABLE_NLS
6
7 /* Definition for the gettext package name */
8 #undef GETTEXT_PACKAGE
9
10 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
11    CoreFoundation framework. */
12 #undef HAVE_CFLOCALECOPYCURRENT
13
14 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
15    the CoreFoundation framework. */
16 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
17
18 /* Define to 1 if you have the <ctype.h> header file. */
19 #undef HAVE_CTYPE_H
20
21 /* Define if the GNU dcgettext() function is already present or preinstalled.
22    */
23 #undef HAVE_DCGETTEXT
24
25 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
26    */
27 #undef HAVE_DIRENT_H
28
29 /* Define to 1 if you have the <dlfcn.h> header file. */
30 #undef HAVE_DLFCN_H
31
32 /* Define to 1 if you have the <fcntl.h> header file. */
33 #undef HAVE_FCNTL_H
34
35 /* Define if the GNU gettext() function is already present or preinstalled. */
36 #undef HAVE_GETTEXT
37
38 /* Define if you have the iconv() function. */
39 #undef HAVE_ICONV
40
41 /* Define to 1 if you have the <inttypes.h> header file. */
42 #undef HAVE_INTTYPES_H
43
44 /* Define to 1 if you have the `devmapper' library (-ldevmapper). */
45 #undef HAVE_LIBDEVMAPPER
46
47 /* Define to 1 if you have the `popt' library (-lpopt). */
48 #undef HAVE_LIBPOPT
49
50 /* Define to 1 if you have the `selinux' library (-lselinux). */
51 #undef HAVE_LIBSELINUX
52
53 /* Define to 1 if you have the `sepol' library (-lsepol). */
54 #undef HAVE_LIBSEPOL
55
56 /* Define to 1 if you have the `uuid' library (-luuid). */
57 #undef HAVE_LIBUUID
58
59 /* Define to 1 if you have the <locale.h> header file. */
60 #undef HAVE_LOCALE_H
61
62 /* Define to 1 if you have the <malloc.h> header file. */
63 #undef HAVE_MALLOC_H
64
65 /* Define to 1 if you have the <memory.h> header file. */
66 #undef HAVE_MEMORY_H
67
68 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
69 #undef HAVE_NDIR_H
70
71 /* Define to 1 if you have the `setlocale' function. */
72 #undef HAVE_SETLOCALE
73
74 /* Define to 1 if you have the <stdint.h> header file. */
75 #undef HAVE_STDINT_H
76
77 /* Define to 1 if you have the <stdlib.h> header file. */
78 #undef HAVE_STDLIB_H
79
80 /* Define to 1 if you have the <strings.h> header file. */
81 #undef HAVE_STRINGS_H
82
83 /* Define to 1 if you have the <string.h> header file. */
84 #undef HAVE_STRING_H
85
86 /* Define to 1 if `st_rdev' is member of `struct stat'. */
87 #undef HAVE_STRUCT_STAT_ST_RDEV
88
89 /* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
90    `HAVE_STRUCT_STAT_ST_RDEV' instead. */
91 #undef HAVE_ST_RDEV
92
93 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
94    */
95 #undef HAVE_SYS_DIR_H
96
97 /* Define to 1 if you have the <sys/ioctl.h> header file. */
98 #undef HAVE_SYS_IOCTL_H
99
100 /* Define to 1 if you have the <sys/mman.h> header file. */
101 #undef HAVE_SYS_MMAN_H
102
103 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
104    */
105 #undef HAVE_SYS_NDIR_H
106
107 /* Define to 1 if you have the <sys/stat.h> header file. */
108 #undef HAVE_SYS_STAT_H
109
110 /* Define to 1 if you have the <sys/types.h> header file. */
111 #undef HAVE_SYS_TYPES_H
112
113 /* Define to 1 if you have the <unistd.h> header file. */
114 #undef HAVE_UNISTD_H
115
116 /* Define to 1 if you have the <uuid/uuid.h> header file. */
117 #undef HAVE_UUID_UUID_H
118
119 /* Name of package */
120 #undef PACKAGE
121
122 /* Define to the address where bug reports for this package should be sent. */
123 #undef PACKAGE_BUGREPORT
124
125 /* Define to the full name of this package. */
126 #undef PACKAGE_NAME
127
128 /* Define to the full name and version of this package. */
129 #undef PACKAGE_STRING
130
131 /* Define to the one symbol short name of this package. */
132 #undef PACKAGE_TARNAME
133
134 /* Define to the version of this package. */
135 #undef PACKAGE_VERSION
136
137 /* Define to 1 if you have the ANSI C header files. */
138 #undef STDC_HEADERS
139
140 /* Define if you wish to use the plugin loader */
141 #undef USE_PLUGINS
142
143 /* Version number of package */
144 #undef VERSION
145
146 /* Define to 1 if your processor stores words with the most significant byte
147    first (like Motorola and SPARC, unlike Intel and VAX). */
148 #undef WORDS_BIGENDIAN
149
150 /* Number of bits in a file offset, on hosts where this is settable. */
151 #undef _FILE_OFFSET_BITS
152
153 /* Enable GNU extensions on systems that have them.  */
154 #ifndef _GNU_SOURCE
155 # undef _GNU_SOURCE
156 #endif
157
158 /* Define for large files, on AIX-style hosts. */
159 #undef _LARGE_FILES
160
161 /* Define to empty if `const' does not conform to ANSI C. */
162 #undef const
163
164 /* Define to `long int' if <sys/types.h> does not define. */
165 #undef off_t