adding missed tag
[profile/ivi/uxlaunch.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Debug Mode */
4 #undef DEBUG
5
6 /* Enable Chooser and Chooser IPC */
7 #undef ENABLE_CHOOSER
8
9 /* Enable ECryptFS support */
10 #undef ENABLE_ECRYPTFS
11
12 /* Define to 1 if your system has a working `chown' function. */
13 #undef HAVE_CHOWN
14
15 /* Define to 1 if you have the `clock_gettime' function. */
16 #undef HAVE_CLOCK_GETTIME
17
18 /* Define to 1 if you have the <fcntl.h> header file. */
19 #undef HAVE_FCNTL_H
20
21 /* Define to 1 if you have the `fork' function. */
22 #undef HAVE_FORK
23
24 /* Define to 1 if you have the `gettimeofday' function. */
25 #undef HAVE_GETTIMEOFDAY
26
27 /* Define to 1 if you have the <inttypes.h> header file. */
28 #undef HAVE_INTTYPES_H
29
30 /* Define to 1 if you have the `pam' library (-lpam). */
31 #undef HAVE_LIBPAM
32
33 /* Define to 1 if you have the `pthread' library (-lpthread). */
34 #undef HAVE_LIBPTHREAD
35
36 /* Define to 1 if you have the `rt' library (-lrt). */
37 #undef HAVE_LIBRT
38
39 /* Define to 1 if you have the `Xau' library (-lXau). */
40 #undef HAVE_LIBXAU
41
42 /* Define to 1 if you have the <limits.h> header file. */
43 #undef HAVE_LIMITS_H
44
45 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
46    to 0 otherwise. */
47 #undef HAVE_MALLOC
48
49 /* Define to 1 if you have the <memory.h> header file. */
50 #undef HAVE_MEMORY_H
51
52 /* Define to 1 if you have the `memset' function. */
53 #undef HAVE_MEMSET
54
55 /* Define to 1 if you have the `mkdir' function. */
56 #undef HAVE_MKDIR
57
58 /* Define to 1 if you have the `setenv' function. */
59 #undef HAVE_SETENV
60
61 /* Define to 1 if you have the <stdint.h> header file. */
62 #undef HAVE_STDINT_H
63
64 /* Define to 1 if you have the <stdlib.h> header file. */
65 #undef HAVE_STDLIB_H
66
67 /* Define to 1 if you have the `strchr' function. */
68 #undef HAVE_STRCHR
69
70 /* Define to 1 if you have the `strdup' function. */
71 #undef HAVE_STRDUP
72
73 /* Define to 1 if you have the `strerror' function. */
74 #undef HAVE_STRERROR
75
76 /* Define to 1 if you have the <strings.h> header file. */
77 #undef HAVE_STRINGS_H
78
79 /* Define to 1 if you have the <string.h> header file. */
80 #undef HAVE_STRING_H
81
82 /* Define to 1 if you have the `strrchr' function. */
83 #undef HAVE_STRRCHR
84
85 /* Define to 1 if you have the `strstr' function. */
86 #undef HAVE_STRSTR
87
88 /* Define to 1 if you have the <syslog.h> header file. */
89 #undef HAVE_SYSLOG_H
90
91 /* Define to 1 if you have the <sys/ioctl.h> header file. */
92 #undef HAVE_SYS_IOCTL_H
93
94 /* Define to 1 if you have the <sys/stat.h> header file. */
95 #undef HAVE_SYS_STAT_H
96
97 /* Define to 1 if you have the <sys/time.h> header file. */
98 #undef HAVE_SYS_TIME_H
99
100 /* Define to 1 if you have the <sys/types.h> header file. */
101 #undef HAVE_SYS_TYPES_H
102
103 /* Define to 1 if you have the `uname' function. */
104 #undef HAVE_UNAME
105
106 /* Define to 1 if you have the <unistd.h> header file. */
107 #undef HAVE_UNISTD_H
108
109 /* Define to 1 if you have the `vfork' function. */
110 #undef HAVE_VFORK
111
112 /* Define to 1 if you have the <vfork.h> header file. */
113 #undef HAVE_VFORK_H
114
115 /* Define to 1 if `fork' works. */
116 #undef HAVE_WORKING_FORK
117
118 /* Define to 1 if `vfork' works. */
119 #undef HAVE_WORKING_VFORK
120
121 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
122    slash. */
123 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
124
125 /* Name of package */
126 #undef PACKAGE
127
128 /* Define to the address where bug reports for this package should be sent. */
129 #undef PACKAGE_BUGREPORT
130
131 /* Define to the full name of this package. */
132 #undef PACKAGE_NAME
133
134 /* Define to the full name and version of this package. */
135 #undef PACKAGE_STRING
136
137 /* Define to the one symbol short name of this package. */
138 #undef PACKAGE_TARNAME
139
140 /* Define to the home page for this package. */
141 #undef PACKAGE_URL
142
143 /* Define to the version of this package. */
144 #undef PACKAGE_VERSION
145
146 /* Define to 1 if you have the ANSI C header files. */
147 #undef STDC_HEADERS
148
149 /* Version number of package */
150 #undef VERSION
151
152 /* Enable ConsoleKit support */
153 #undef WITH_CONSOLEKIT
154
155 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
156    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
157    #define below would cause a syntax error. */
158 #undef _UINT64_T
159
160 /* Define to `int' if <sys/types.h> doesn't define. */
161 #undef gid_t
162
163 /* Define to rpl_malloc if the replacement function should be used. */
164 #undef malloc
165
166 /* Define to `int' if <sys/types.h> does not define. */
167 #undef pid_t
168
169 /* Define to `unsigned int' if <sys/types.h> does not define. */
170 #undef size_t
171
172 /* Define to `int' if <sys/types.h> does not define. */
173 #undef ssize_t
174
175 /* Define to `int' if <sys/types.h> doesn't define. */
176 #undef uid_t
177
178 /* Define to the type of an unsigned integer type of width exactly 64 bits if
179    such a type exists and the standard includes do not define it. */
180 #undef uint64_t
181
182 /* Define as `fork' if `vfork' does not work. */
183 #undef vfork