1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Default visibility */
4#undef API_EXPORTED
5
6/* Build AuthenTec AES1610 driver */
7#undef ENABLE_AES1610
8
9/* Build AuthenTec AES1660 driver */
10#undef ENABLE_AES1660
11
12/* Build AuthenTec AES2501 driver */
13#undef ENABLE_AES2501
14
15/* Build AuthenTec AES2550/AES2810 driver */
16#undef ENABLE_AES2550
17
18/* Build AuthenTec AES1660 driver */
19#undef ENABLE_AES2660
20
21/* Build AuthenTec AES3500 driver */
22#undef ENABLE_AES3500
23
24/* Build AuthenTec AES4000 driver */
25#undef ENABLE_AES4000
26
27/* Debug message logging */
28#undef ENABLE_DEBUG_LOGGING
29
30/* Build EgisTec ES603 driver */
31#undef ENABLE_ETES603
32
33/* Build Secugen FDU 2000 driver */
34#undef ENABLE_FDU2000
35
36/* Message logging */
37#undef ENABLE_LOGGING
38
39/* Build UPEK Eikon 2 */
40#undef ENABLE_UPEKE2
41
42/* Build UPEK TouchStrip sensor-only driver */
43#undef ENABLE_UPEKSONLY
44
45/* Build UPEK TouchChip driver */
46#undef ENABLE_UPEKTC
47
48/* Build Upek TouchChip Fingerprint Coprocessor driver */
49#undef ENABLE_UPEKTC_IMG
50
51/* Build UPEK TouchStrip driver */
52#undef ENABLE_UPEKTS
53
54/* Build Digital Persona U.are.U 4000 driver */
55#undef ENABLE_URU4000
56
57/* Build Veridicom 5thSense driver */
58#undef ENABLE_VCOM5S
59
60/* Build Validity VFS0050 driver */
61#undef ENABLE_VFS0050
62
63/* Build Validity VFS101 driver */
64#undef ENABLE_VFS101
65
66/* Build Validity VFS301/VFS300 driver */
67#undef ENABLE_VFS301
68
69/* Build Validity VFS5011 driver */
70#undef ENABLE_VFS5011
71
72/* Define to 1 if you have the <dlfcn.h> header file. */
73#undef HAVE_DLFCN_H
74
75/* Define to 1 if you have the <inttypes.h> header file. */
76#undef HAVE_INTTYPES_H
77
78/* Define to 1 if you have the <memory.h> header file. */
79#undef HAVE_MEMORY_H
80
81/* Define to 1 if you have the <stdint.h> header file. */
82#undef HAVE_STDINT_H
83
84/* Define to 1 if you have the <stdlib.h> header file. */
85#undef HAVE_STDLIB_H
86
87/* Define to 1 if you have the <strings.h> header file. */
88#undef HAVE_STRINGS_H
89
90/* Define to 1 if you have the <string.h> header file. */
91#undef HAVE_STRING_H
92
93/* Define to 1 if you have the <sys/stat.h> header file. */
94#undef HAVE_SYS_STAT_H
95
96/* Define to 1 if you have the <sys/types.h> header file. */
97#undef HAVE_SYS_TYPES_H
98
99/* Define to 1 if you have the <unistd.h> header file. */
100#undef HAVE_UNISTD_H
101
102/* defined if XV video overlay is available */
103#undef HAVE_XV
104
105/* Define to the sub-directory where libtool stores uninstalled libraries. */
106#undef LT_OBJDIR
107
108/* Name of package */
109#undef PACKAGE
110
111/* Define to the address where bug reports for this package should be sent. */
112#undef PACKAGE_BUGREPORT
113
114/* Define to the full name of this package. */
115#undef PACKAGE_NAME
116
117/* Define to the full name and version of this package. */
118#undef PACKAGE_STRING
119
120/* Define to the one symbol short name of this package. */
121#undef PACKAGE_TARNAME
122
123/* Define to the home page for this package. */
124#undef PACKAGE_URL
125
126/* Define to the version of this package. */
127#undef PACKAGE_VERSION
128
129/* Define to 1 if you have the ANSI C header files. */
130#undef STDC_HEADERS
131
132/* Version number of package */
133#undef VERSION
134
135/* Use GNU extensions */
136#undef _GNU_SOURCE
137
138/* Define to `__inline__' or `__inline' if that's what the C compiler
139   calls it, or to nothing if 'inline' is not supported under any name.  */
140#ifndef __cplusplus
141#undef inline
142#endif
143
144/* FreeBSD >=8 */
145#ifndef ETIME
146#define ETIME ETIMEDOUT
147#endif
148