Fix memory leak issue - RQ161111-00886
[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 /* Set to 1 if Evil package is installed */
27 #undef HAVE_EVIL
28
29 /* Define to 1 if you have the <inttypes.h> header file. */
30 #undef HAVE_INTTYPES_H
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 <stdint.h> header file. */
36 #undef HAVE_STDINT_H
37
38 /* Define to 1 if you have the <stdlib.h> header file. */
39 #undef HAVE_STDLIB_H
40
41 /* Define to 1 if you have the <strings.h> header file. */
42 #undef HAVE_STRINGS_H
43
44 /* Define to 1 if you have the <string.h> header file. */
45 #undef HAVE_STRING_H
46
47 /* Define to 1 if you have the <sys/stat.h> header file. */
48 #undef HAVE_SYS_STAT_H
49
50 /* Define to 1 if you have the <sys/types.h> header file. */
51 #undef HAVE_SYS_TYPES_H
52
53 /* Define to 1 if you have the <unistd.h> header file. */
54 #undef HAVE_UNISTD_H
55
56 /* Define to 1 if your compiler has __attribute__ */
57 #undef HAVE___ATTRIBUTE__
58
59 /* Define to the sub-directory in which libtool stores uninstalled libraries.
60    */
61 #undef LT_OBJDIR
62
63 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
64 #undef NO_MINUS_C_MINUS_O
65
66 /* Name of package */
67 #undef PACKAGE
68
69 /* Define to the address where bug reports for this package should be sent. */
70 #undef PACKAGE_BUGREPORT
71
72 /* Define to the full name of this package. */
73 #undef PACKAGE_NAME
74
75 /* Define to the full name and version of this package. */
76 #undef PACKAGE_STRING
77
78 /* Define to the one symbol short name of this package. */
79 #undef PACKAGE_TARNAME
80
81 /* Define to the home page for this package. */
82 #undef PACKAGE_URL
83
84 /* Define to the version of this package. */
85 #undef PACKAGE_VERSION
86
87 /* If using the C implementation of alloca, define if you know the
88    direction of stack growth for your system; otherwise it will be
89    automatically deduced at runtime.
90         STACK_DIRECTION > 0 => grows toward higher addresses
91         STACK_DIRECTION < 0 => grows toward lower addresses
92         STACK_DIRECTION = 0 => direction of growth unknown */
93 #undef STACK_DIRECTION
94
95 /* Define to 1 if you have the ANSI C header files. */
96 #undef STDC_HEADERS
97
98 /* Version number of package */
99 #undef VERSION
100
101 /* Major version */
102 #undef VMAJ
103
104 /* Micro version */
105 #undef VMIC
106
107 /* Minor version */
108 #undef VMIN
109
110 /* Revison */
111 #undef VREV
112
113 /* Macro declaring a function argument to be unused */
114 #undef __UNUSED__
115
116 /* Define to `unsigned int' if <sys/types.h> does not define. */
117 #undef size_t
118
119
120 #endif /* EFL_CONFIG_H__ */
121