upload tizen1.0 source
[framework/system/dlog.git] / config.hin
1 /* config.hin.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the <dlfcn.h> header file. */
4 #undef HAVE_DLFCN_H
5
6 /* Define to 1 if you have the <inttypes.h> header file. */
7 #undef HAVE_INTTYPES_H
8
9 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
10    to 0 otherwise. */
11 #undef HAVE_MALLOC
12
13 /* Define to 1 if you have the <memory.h> header file. */
14 #undef HAVE_MEMORY_H
15
16 /* Define to 1 if you have the `memset' function. */
17 #undef HAVE_MEMSET
18
19 /* Define to 1 if `stat' has the bug that it succeeds when given the
20    zero-length file name argument. */
21 #undef HAVE_STAT_EMPTY_STRING_BUG
22
23 /* Define to 1 if stdbool.h conforms to C99. */
24 #undef HAVE_STDBOOL_H
25
26 /* Define to 1 if you have the <stdint.h> header file. */
27 #undef HAVE_STDINT_H
28
29 /* Define to 1 if you have the <stdlib.h> header file. */
30 #undef HAVE_STDLIB_H
31
32 /* Define to 1 if you have the <strings.h> header file. */
33 #undef HAVE_STRINGS_H
34
35 /* Define to 1 if you have the <string.h> header file. */
36 #undef HAVE_STRING_H
37
38 /* Define to 1 if you have the <sys/stat.h> header file. */
39 #undef HAVE_SYS_STAT_H
40
41 /* Define to 1 if you have the <sys/types.h> header file. */
42 #undef HAVE_SYS_TYPES_H
43
44 /* Define to 1 if you have the <unistd.h> header file. */
45 #undef HAVE_UNISTD_H
46
47 /* Define to 1 if the system has the type `_Bool'. */
48 #undef HAVE__BOOL
49
50 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
51    slash. */
52 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
53
54 /* Define to the sub-directory in which libtool stores uninstalled libraries.
55    */
56 #undef LT_OBJDIR
57
58 /* Name of package */
59 #undef PACKAGE
60
61 /* Define to the address where bug reports for this package should be sent. */
62 #undef PACKAGE_BUGREPORT
63
64 /* Define to the full name of this package. */
65 #undef PACKAGE_NAME
66
67 /* Define to the full name and version of this package. */
68 #undef PACKAGE_STRING
69
70 /* Define to the one symbol short name of this package. */
71 #undef PACKAGE_TARNAME
72
73 /* Define to the home page for this package. */
74 #undef PACKAGE_URL
75
76 /* Define to the version of this package. */
77 #undef PACKAGE_VERSION
78
79 /* Define to 1 if you have the ANSI C header files. */
80 #undef STDC_HEADERS
81
82 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
83 #undef TM_IN_SYS_TIME
84
85 /* Version number of package */
86 #undef VERSION
87
88 /* Define to empty if `const' does not conform to ANSI C. */
89 #undef const
90
91 /* Define to `__inline__' or `__inline' if that's what the C compiler
92    calls it, or to nothing if 'inline' is not supported under any name.  */
93 #ifndef __cplusplus
94 #undef inline
95 #endif
96
97 /* Define to rpl_malloc if the replacement function should be used. */
98 #undef malloc
99
100 /* Define to `int' if <sys/types.h> does not define. */
101 #undef pid_t
102
103 /* Define to `unsigned int' if <sys/types.h> does not define. */
104 #undef size_t
105
106 /* Define to `int' if <sys/types.h> does not define. */
107 #undef ssize_t