Imported Upstream version 1.7.2
[platform/upstream/edbus.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 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
9    systems. This function is required for `alloca.c' support on those systems.
10    */
11 #undef CRAY_STACKSEG_END
12
13 /* Define to 1 if using `alloca.c'. */
14 #undef C_ALLOCA
15
16 /* Define to 1 if you have `alloca', as a function or macro. */
17 #undef HAVE_ALLOCA
18
19 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
20    */
21 #undef HAVE_ALLOCA_H
22
23 /* Define to 1 if you have the <dlfcn.h> header file. */
24 #undef HAVE_DLFCN_H
25
26 /* Define to 1 if you have the <inttypes.h> header file. */
27 #undef HAVE_INTTYPES_H
28
29 /* Define to 1 if you have the <memory.h> header file. */
30 #undef HAVE_MEMORY_H
31
32 /* Define to 1 if you have the <stdint.h> header file. */
33 #undef HAVE_STDINT_H
34
35 /* Define to 1 if you have the <stdlib.h> header file. */
36 #undef HAVE_STDLIB_H
37
38 /* Define to 1 if you have the <strings.h> header file. */
39 #undef HAVE_STRINGS_H
40
41 /* Define to 1 if you have the <string.h> header file. */
42 #undef HAVE_STRING_H
43
44 /* Define to 1 if you have the <sys/stat.h> header file. */
45 #undef HAVE_SYS_STAT_H
46
47 /* Define to 1 if you have the <sys/types.h> header file. */
48 #undef HAVE_SYS_TYPES_H
49
50 /* Define to 1 if you have the <unistd.h> header file. */
51 #undef HAVE_UNISTD_H
52
53 /* Define to 1 if your compiler has __attribute__ */
54 #undef HAVE___ATTRIBUTE__
55
56 /* Define to the sub-directory in which libtool stores uninstalled libraries.
57    */
58 #undef LT_OBJDIR
59
60 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
61 #undef NO_MINUS_C_MINUS_O
62
63 /* Name of package */
64 #undef PACKAGE
65
66 /* Define to the address where bug reports for this package should be sent. */
67 #undef PACKAGE_BUGREPORT
68
69 /* Define to the full name of this package. */
70 #undef PACKAGE_NAME
71
72 /* Define to the full name and version of this package. */
73 #undef PACKAGE_STRING
74
75 /* Define to the one symbol short name of this package. */
76 #undef PACKAGE_TARNAME
77
78 /* Define to the home page for this package. */
79 #undef PACKAGE_URL
80
81 /* Define to the version of this package. */
82 #undef PACKAGE_VERSION
83
84 /* If using the C implementation of alloca, define if you know the
85    direction of stack growth for your system; otherwise it will be
86    automatically deduced at runtime.
87         STACK_DIRECTION > 0 => grows toward higher addresses
88         STACK_DIRECTION < 0 => grows toward lower addresses
89         STACK_DIRECTION = 0 => direction of growth unknown */
90 #undef STACK_DIRECTION
91
92 /* Define to 1 if you have the ANSI C header files. */
93 #undef STDC_HEADERS
94
95 /* Version number of package */
96 #undef VERSION
97
98 /* Major version */
99 #undef VMAJ
100
101 /* Micro version */
102 #undef VMIC
103
104 /* Minor version */
105 #undef VMIN
106
107 /* Revison */
108 #undef VREV
109
110 /* Macro declaring a function argument to be unused */
111 #undef __UNUSED__
112
113 /* Define to `unsigned int' if <sys/types.h> does not define. */
114 #undef size_t
115
116
117 #endif /* EFL_CONFIG_H__ */
118