resetting manifest requested domain to floor
[platform/upstream/bootchart.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the `clock_gettime' function. */
4 #undef HAVE_CLOCK_GETTIME
5
6 /* Define to 1 if you have the <fcntl.h> header file. */
7 #undef HAVE_FCNTL_H
8
9 /* Define to 1 if you have the `fork' function. */
10 #undef HAVE_FORK
11
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* Define to 1 if you have the `rt' library (-lrt). */
16 #undef HAVE_LIBRT
17
18 /* Define to 1 if you have the <limits.h> header file. */
19 #undef HAVE_LIMITS_H
20
21 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
22    to 0 otherwise. */
23 #undef HAVE_MALLOC
24
25 /* Define to 1 if you have the <memory.h> header file. */
26 #undef HAVE_MEMORY_H
27
28 /* Define to 1 if you have the `memset' function. */
29 #undef HAVE_MEMSET
30
31 /* Define to 1 if you have the <stdint.h> header file. */
32 #undef HAVE_STDINT_H
33
34 /* Define to 1 if you have the <stdlib.h> header file. */
35 #undef HAVE_STDLIB_H
36
37 /* Define to 1 if you have the `strchr' function. */
38 #undef HAVE_STRCHR
39
40 /* Define to 1 if you have the <strings.h> header file. */
41 #undef HAVE_STRINGS_H
42
43 /* Define to 1 if you have the <string.h> header file. */
44 #undef HAVE_STRING_H
45
46 /* Define to 1 if you have the `strstr' function. */
47 #undef HAVE_STRSTR
48
49 /* Define to 1 if you have the <sys/stat.h> header file. */
50 #undef HAVE_SYS_STAT_H
51
52 /* Define to 1 if you have the <sys/time.h> header file. */
53 #undef HAVE_SYS_TIME_H
54
55 /* Define to 1 if you have the <sys/types.h> header file. */
56 #undef HAVE_SYS_TYPES_H
57
58 /* Define to 1 if you have the `uname' function. */
59 #undef HAVE_UNAME
60
61 /* Define to 1 if you have the <unistd.h> header file. */
62 #undef HAVE_UNISTD_H
63
64 /* Define to 1 if you have the `vfork' function. */
65 #undef HAVE_VFORK
66
67 /* Define to 1 if you have the <vfork.h> header file. */
68 #undef HAVE_VFORK_H
69
70 /* Define to 1 if `fork' works. */
71 #undef HAVE_WORKING_FORK
72
73 /* Define to 1 if `vfork' works. */
74 #undef HAVE_WORKING_VFORK
75
76 /* Name of package */
77 #undef PACKAGE
78
79 /* Define to the address where bug reports for this package should be sent. */
80 #undef PACKAGE_BUGREPORT
81
82 /* Define to the full name of this package. */
83 #undef PACKAGE_NAME
84
85 /* Define to the full name and version of this package. */
86 #undef PACKAGE_STRING
87
88 /* Define to the one symbol short name of this package. */
89 #undef PACKAGE_TARNAME
90
91 /* Define to the home page for this package. */
92 #undef PACKAGE_URL
93
94 /* Define to the version of this package. */
95 #undef PACKAGE_VERSION
96
97 /* Define to 1 if you have the ANSI C header files. */
98 #undef STDC_HEADERS
99
100 /* Version number of package */
101 #undef VERSION
102
103 /* Define to rpl_malloc if the replacement function should be used. */
104 #undef malloc
105
106 /* Define to `int' if <sys/types.h> does not define. */
107 #undef pid_t
108
109 /* Define as `fork' if `vfork' does not work. */
110 #undef vfork