Updated to release 1.7.8
[platform/upstream/eeze.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3
4 #ifndef EFL_CONFIG_H__
5 #define EFL_CONFIG_H__
6
7
8 /* eject bin to use */
9 #undef EEZE_EJECT_BIN
10
11 /* mount bin to use */
12 #undef EEZE_MOUNT_BIN
13
14 /* umount bin to use */
15 #undef EEZE_UNMOUNT_BIN
16
17 /* whether eject is available */
18 #undef EJECTABLE
19
20 /* Define to 1 if you have the <dlfcn.h> header file. */
21 #undef HAVE_DLFCN_H
22
23 /* Eeze is mount-capable */
24 #undef HAVE_EEZE_MOUNT
25
26 /* Define to 1 if you have the <inttypes.h> header file. */
27 #undef HAVE_INTTYPES_H
28
29 /* Define if IPV6 is supported */
30 #undef HAVE_IPV6
31
32 /* Define to 1 if you have the <memory.h> header file. */
33 #undef HAVE_MEMORY_H
34
35 /* Define to 1 if you have the <netinet/in.h> header file. */
36 #undef HAVE_NETINET_IN_H
37
38 /* Define to 1 if you have the <stdint.h> header file. */
39 #undef HAVE_STDINT_H
40
41 /* Define to 1 if you have the <stdlib.h> header file. */
42 #undef HAVE_STDLIB_H
43
44 /* Define to 1 if you have the <strings.h> header file. */
45 #undef HAVE_STRINGS_H
46
47 /* Define to 1 if you have the <string.h> header file. */
48 #undef HAVE_STRING_H
49
50 /* Define to 1 if the system has the type `struct ipv6_mreq'. */
51 #undef HAVE_STRUCT_IPV6_MREQ
52
53 /* Define to 1 if you have the <sys/stat.h> header file. */
54 #undef HAVE_SYS_STAT_H
55
56 /* Define to 1 if you have the <sys/types.h> header file. */
57 #undef HAVE_SYS_TYPES_H
58
59 /* Define to 1 if you have the <unistd.h> header file. */
60 #undef HAVE_UNISTD_H
61
62 /* Define to 1 if your compiler has __attribute__ */
63 #undef HAVE___ATTRIBUTE__
64
65 /* Define to the sub-directory in which libtool stores uninstalled libraries.
66    */
67 #undef LT_OBJDIR
68
69 /* whether mount is available */
70 #undef MOUNTABLE
71
72 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
73 #undef NO_MINUS_C_MINUS_O
74
75 /* using first version of libmount */
76 #undef OLD_LIBMOUNT
77
78 /* compat functionality for udev < 148 */
79 #undef OLD_UDEV_RRRRRRRRRRRRRR
80
81 /* Name of package */
82 #undef PACKAGE
83
84 /* Define to the address where bug reports for this package should be sent. */
85 #undef PACKAGE_BUGREPORT
86
87 /* Define to the full name of this package. */
88 #undef PACKAGE_NAME
89
90 /* Define to the full name and version of this package. */
91 #undef PACKAGE_STRING
92
93 /* Define to the one symbol short name of this package. */
94 #undef PACKAGE_TARNAME
95
96 /* Define to the home page for this package. */
97 #undef PACKAGE_URL
98
99 /* Define to the version of this package. */
100 #undef PACKAGE_VERSION
101
102 /* Define to 1 if you have the ANSI C header files. */
103 #undef STDC_HEADERS
104
105 /* whether umount is available */
106 #undef UNMOUNTABLE
107
108 /* Version number of package */
109 #undef VERSION
110
111 /* Major version */
112 #undef VMAJ
113
114 /* Micro version */
115 #undef VMIC
116
117 /* Minor version */
118 #undef VMIN
119
120 /* Revison */
121 #undef VREV
122
123 /* Macro declaring a function argument to be unused */
124 #undef __UNUSED__
125
126
127 #endif /* EFL_CONFIG_H__ */
128