~ubuntu-branches/ubuntu/lucid/cryptsetup/lucid

1.2.9 by Jonas Meurer
Import upstream version 1.0.7~rc1
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
/* Define to 1 if translation of program messages to the user's native
7
   language is requested. */
8
#undef ENABLE_NLS
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 and it works. */
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
1.3.2 by Jonas Meurer
Import upstream version 1.1.0~rc2
71
/* Define to 1 if you have the `posix_memalign' function. */
72
#undef HAVE_POSIX_MEMALIGN
73
74
/* Define to 1 if you have the `setlocale,' function. */
75
#undef HAVE_SETLOCALE_
1.2.9 by Jonas Meurer
Import upstream version 1.0.7~rc1
76
77
/* Define to 1 if you have the <stdint.h> header file. */
78
#undef HAVE_STDINT_H
79
80
/* Define to 1 if you have the <stdlib.h> header file. */
81
#undef HAVE_STDLIB_H
82
83
/* Define to 1 if you have the <strings.h> header file. */
84
#undef HAVE_STRINGS_H
85
86
/* Define to 1 if you have the <string.h> header file. */
87
#undef HAVE_STRING_H
88
1.3.2 by Jonas Meurer
Import upstream version 1.1.0~rc2
89
/* Define to 1 if `struct stat' is a member of `st_rdev'. */
1.2.9 by Jonas Meurer
Import upstream version 1.0.7~rc1
90
#undef HAVE_STRUCT_STAT_ST_RDEV
91
92
/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
93
   `HAVE_STRUCT_STAT_ST_RDEV' instead. */
94
#undef HAVE_ST_RDEV
95
96
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
97
   */
98
#undef HAVE_SYS_DIR_H
99
100
/* Define to 1 if you have the <sys/ioctl.h> header file. */
101
#undef HAVE_SYS_IOCTL_H
102
103
/* Define to 1 if you have the <sys/mman.h> header file. */
104
#undef HAVE_SYS_MMAN_H
105
106
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
107
   */
108
#undef HAVE_SYS_NDIR_H
109
110
/* Define to 1 if you have the <sys/stat.h> header file. */
111
#undef HAVE_SYS_STAT_H
112
113
/* Define to 1 if you have the <sys/types.h> header file. */
114
#undef HAVE_SYS_TYPES_H
115
116
/* Define to 1 if you have the <unistd.h> header file. */
117
#undef HAVE_UNISTD_H
118
119
/* Define to 1 if you have the <uuid/uuid.h> header file. */
120
#undef HAVE_UUID_UUID_H
121
122
/* Define to the sub-directory in which libtool stores uninstalled libraries.
123
   */
124
#undef LT_OBJDIR
125
126
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
127
#undef NO_MINUS_C_MINUS_O
128
129
/* Name of package */
130
#undef PACKAGE
131
132
/* Define to the address where bug reports for this package should be sent. */
133
#undef PACKAGE_BUGREPORT
134
135
/* Define to the full name of this package. */
136
#undef PACKAGE_NAME
137
138
/* Define to the full name and version of this package. */
139
#undef PACKAGE_STRING
140
141
/* Define to the one symbol short name of this package. */
142
#undef PACKAGE_TARNAME
143
1.3.2 by Jonas Meurer
Import upstream version 1.1.0~rc2
144
/* Define to the home page for this package. */
145
#undef PACKAGE_URL
146
1.2.9 by Jonas Meurer
Import upstream version 1.0.7~rc1
147
/* Define to the version of this package. */
148
#undef PACKAGE_VERSION
149
150
/* Define to 1 if you have the ANSI C header files. */
151
#undef STDC_HEADERS
152
153
/* Enable extensions on AIX 3, Interix.  */
154
#ifndef _ALL_SOURCE
155
# undef _ALL_SOURCE
156
#endif
157
/* Enable GNU extensions on systems that have them.  */
158
#ifndef _GNU_SOURCE
159
# undef _GNU_SOURCE
160
#endif
161
/* Enable threading extensions on Solaris.  */
162
#ifndef _POSIX_PTHREAD_SEMANTICS
163
# undef _POSIX_PTHREAD_SEMANTICS
164
#endif
165
/* Enable extensions on HP NonStop.  */
166
#ifndef _TANDEM_SOURCE
167
# undef _TANDEM_SOURCE
168
#endif
169
/* Enable general extensions on Solaris.  */
170
#ifndef __EXTENSIONS__
171
# undef __EXTENSIONS__
172
#endif
173
174
175
/* Version number of package */
176
#undef VERSION
177
178
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
179
   significant byte first (like Motorola and SPARC, unlike Intel). */
180
#if defined AC_APPLE_UNIVERSAL_BUILD
181
# if defined __BIG_ENDIAN__
182
#  define WORDS_BIGENDIAN 1
183
# endif
184
#else
185
# ifndef WORDS_BIGENDIAN
186
#  undef WORDS_BIGENDIAN
187
# endif
188
#endif
189
190
/* Number of bits in a file offset, on hosts where this is settable. */
191
#undef _FILE_OFFSET_BITS
192
193
/* Define for large files, on AIX-style hosts. */
194
#undef _LARGE_FILES
195
196
/* Define to 1 if on MINIX. */
197
#undef _MINIX
198
199
/* Define to 2 if the system does not provide POSIX.1 features except with
200
   this defined. */
201
#undef _POSIX_1_SOURCE
202
203
/* Define to 1 if you need to in order for `stat' and other things to work. */
204
#undef _POSIX_SOURCE
205
206
/* Define to empty if `const' does not conform to ANSI C. */
207
#undef const
208
209
/* Define to `long int' if <sys/types.h> does not define. */
210
#undef off_t