• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef __V4L_ANDROID_CONFIG_H__
2 #define __V4L_ANDROID_CONFIG_H__
3 /* config.h.  Generated from config.h.in by configure.  */
4 /* config.h.in.  Generated from configure.ac by autoheader.  */
5 
6 /* alsa library is present */
7 /* #undef HAVE_ALSA */
8 
9 /* Define to 1 if you have the <dlfcn.h> header file. */
10 #define HAVE_DLFCN_H 1
11 
12 /* Define if you have the iconv() function and it works. */
13 /* #undef HAVE_ICONV */
14 
15 /* Define to 1 if you have the <inttypes.h> header file. */
16 #define HAVE_INTTYPES_H 1
17 
18 /* whether we use libjpeg */
19 /* #undef HAVE_JPEG */
20 
21 /* Define to 1 if you have the `klogctl' function. */
22 #define HAVE_KLOGCTL 1
23 
24 /* Define to 1 if you have the <memory.h> header file. */
25 #define HAVE_MEMORY_H 1
26 
27 /* qt has opengl support */
28 /* #undef HAVE_QTGL */
29 
30 /* Define to 1 if you have the <stdint.h> header file. */
31 #define HAVE_STDINT_H 1
32 
33 /* Define to 1 if you have the <stdlib.h> header file. */
34 #define HAVE_STDLIB_H 1
35 
36 /* Define to 1 if you have the <strings.h> header file. */
37 #define HAVE_STRINGS_H 1
38 
39 /* Define to 1 if you have the <string.h> header file. */
40 #define HAVE_STRING_H 1
41 
42 /* Define to 1 if you have the <sys/klog.h> header file. */
43 #define HAVE_SYS_KLOG_H 1
44 
45 /* Define to 1 if you have the <sys/stat.h> header file. */
46 #define HAVE_SYS_STAT_H 1
47 
48 /* Define to 1 if you have the <sys/types.h> header file. */
49 #define HAVE_SYS_TYPES_H 1
50 
51 /* Define to 1 if you have the <unistd.h> header file. */
52 #define HAVE_UNISTD_H 1
53 
54 /* Define to 1 or 0, depending whether the compiler supports simple visibility
55    declarations. */
56 #define HAVE_VISIBILITY 1
57 
58 /* Define as const if the declaration of iconv() needs const. */
59 /* #undef ICONV_CONST */
60 
61 /* ir-keytable preinstalled tables directory */
62 #define IR_KEYTABLE_SYSTEM_DIR "/lib/udev/rc_keymaps"
63 
64 /* ir-keytable user defined tables directory */
65 #define IR_KEYTABLE_USER_DIR "/system/etc/rc_keymaps"
66 
67 /* libv4l1 private lib directory */
68 #define LIBV4L1_PRIV_DIR "/system/lib/libv4l"
69 
70 /* libv4l2 plugin directory */
71 #define LIBV4L2_PLUGIN_DIR "/system/lib/libv4l/plugins"
72 
73 /* libv4l2 private lib directory */
74 #define LIBV4L2_PRIV_DIR "/system/lib/libv4l"
75 
76 /* libv4lconvert private lib directory */
77 #define LIBV4LCONVERT_PRIV_DIR "/system/lib/libv4l"
78 
79 /* Define to the sub-directory in which libtool stores uninstalled libraries.
80    */
81 #define LT_OBJDIR ".libs/"
82 
83 /* Name of package */
84 #define PACKAGE "v4l-utils"
85 
86 /* Define to the address where bug reports for this package should be sent. */
87 #define PACKAGE_BUGREPORT ""
88 
89 /* Define to the full name of this package. */
90 #define PACKAGE_NAME "v4l-utils"
91 
92 /* Define to the full name and version of this package. */
93 #define PACKAGE_STRING "v4l-utils 1.1.0"
94 
95 /* Define to the one symbol short name of this package. */
96 #define PACKAGE_TARNAME "v4l-utils"
97 
98 /* Define to the home page for this package. */
99 #define PACKAGE_URL ""
100 
101 /* Define to the version of this package. */
102 #define PACKAGE_VERSION "1.1.0"
103 
104 /* Define to the type that is the result of default argument promotions of
105    type mode_t. */
106 #define PROMOTED_MODE_T int
107 
108 /* Define to 1 if you have the ANSI C header files. */
109 #define STDC_HEADERS 1
110 
111 /* v4l-utils version string */
112 #define V4L_UTILS_VERSION "1.1.0"
113 
114 /* Version number of package */
115 #define VERSION "1.1.0"
116 
117 /* Define to `int' if <sys/types.h> does not define. */
118 /* #undef mode_t */
119 
120 #endif
121