Tizen 2.1 base
[external/libdaemon.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the `asprintf' function. */
4 #undef HAVE_ASPRINTF
5
6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H
8
9 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
10 #undef HAVE_DOPRNT
11
12 /* Define to 1 if you have the `dup2' function. */
13 #undef HAVE_DUP2
14
15 /* Define to 1 if you have the <fcntl.h> header file. */
16 #undef HAVE_FCNTL_H
17
18 /* Define to 1 if you have the `fork' function. */
19 #undef HAVE_FORK
20
21 /* Define to 1 if you have the <inttypes.h> header file. */
22 #undef HAVE_INTTYPES_H
23
24 /* Define to 1 if you have the <limits.h> header file. */
25 #undef HAVE_LIMITS_H
26
27 /* Define to 1 if you have the <memory.h> header file. */
28 #undef HAVE_MEMORY_H
29
30 /* Define to 1 if you have the `memset' function. */
31 #undef HAVE_MEMSET
32
33 /* Define to 1 if you have the `select' function. */
34 #undef HAVE_SELECT
35
36 /* Define to 1 if you have the <stdint.h> header file. */
37 #undef HAVE_STDINT_H
38
39 /* Define to 1 if you have the <stdlib.h> header file. */
40 #undef HAVE_STDLIB_H
41
42 /* Define to 1 if you have the `strerror' function. */
43 #undef HAVE_STRERROR
44
45 /* Define to 1 if you have the <strings.h> header file. */
46 #undef HAVE_STRINGS_H
47
48 /* Define to 1 if you have the <string.h> header file. */
49 #undef HAVE_STRING_H
50
51 /* Define to 1 if you have the `strrchr' function. */
52 #undef HAVE_STRRCHR
53
54 /* Define to 1 if you have the <syslog.h> header file. */
55 #undef HAVE_SYSLOG_H
56
57 /* Define to 1 if you have the <sys/ioctl.h> header file. */
58 #undef HAVE_SYS_IOCTL_H
59
60 /* Define to 1 if you have the <sys/select.h> header file. */
61 #undef HAVE_SYS_SELECT_H
62
63 /* Define to 1 if you have the <sys/socket.h> header file. */
64 #undef HAVE_SYS_SOCKET_H
65
66 /* Define to 1 if you have the <sys/stat.h> header file. */
67 #undef HAVE_SYS_STAT_H
68
69 /* Define to 1 if you have the <sys/time.h> header file. */
70 #undef HAVE_SYS_TIME_H
71
72 /* Define to 1 if you have the <sys/types.h> header file. */
73 #undef HAVE_SYS_TYPES_H
74
75 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
76 #undef HAVE_SYS_WAIT_H
77
78 /* Define to 1 if you have the <unistd.h> header file. */
79 #undef HAVE_UNISTD_H
80
81 /* Define to 1 if you have the `vfork' function. */
82 #undef HAVE_VFORK
83
84 /* Define to 1 if you have the <vfork.h> header file. */
85 #undef HAVE_VFORK_H
86
87 /* Define to 1 if you have the `vprintf' function. */
88 #undef HAVE_VPRINTF
89
90 /* Define to 1 if `fork' works. */
91 #undef HAVE_WORKING_FORK
92
93 /* Define to 1 if `vfork' works. */
94 #undef HAVE_WORKING_VFORK
95
96 /* Define to the sub-directory in which libtool stores uninstalled libraries.
97    */
98 #undef LT_OBJDIR
99
100 /* Define to 1 if assertions should be disabled. */
101 #undef NDEBUG
102
103 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
104 #undef NO_MINUS_C_MINUS_O
105
106 /* Name of package */
107 #undef PACKAGE
108
109 /* Define to the address where bug reports for this package should be sent. */
110 #undef PACKAGE_BUGREPORT
111
112 /* Define to the full name of this package. */
113 #undef PACKAGE_NAME
114
115 /* Define to the full name and version of this package. */
116 #undef PACKAGE_STRING
117
118 /* Define to the one symbol short name of this package. */
119 #undef PACKAGE_TARNAME
120
121 /* Define to the home page for this package. */
122 #undef PACKAGE_URL
123
124 /* Define to the version of this package. */
125 #undef PACKAGE_VERSION
126
127 /* Define as the return type of signal handlers (`int' or `void'). */
128 #undef RETSIGTYPE
129
130 /* Define to the type of arg 1 for `select'. */
131 #undef SELECT_TYPE_ARG1
132
133 /* Define to the type of args 2, 3 and 4 for `select'. */
134 #undef SELECT_TYPE_ARG234
135
136 /* Define to the type of arg 5 for `select'. */
137 #undef SELECT_TYPE_ARG5
138
139 /* Define to 1 if the `setpgrp' function takes no argument. */
140 #undef SETPGRP_VOID
141
142 /* Define to 1 if you have the ANSI C header files. */
143 #undef STDC_HEADERS
144
145 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
146 #undef TIME_WITH_SYS_TIME
147
148 /* Enable extensions on AIX 3, Interix.  */
149 #ifndef _ALL_SOURCE
150 # undef _ALL_SOURCE
151 #endif
152 /* Enable GNU extensions on systems that have them.  */
153 #ifndef _GNU_SOURCE
154 # undef _GNU_SOURCE
155 #endif
156 /* Enable threading extensions on Solaris.  */
157 #ifndef _POSIX_PTHREAD_SEMANTICS
158 # undef _POSIX_PTHREAD_SEMANTICS
159 #endif
160 /* Enable extensions on HP NonStop.  */
161 #ifndef _TANDEM_SOURCE
162 # undef _TANDEM_SOURCE
163 #endif
164 /* Enable general extensions on Solaris.  */
165 #ifndef __EXTENSIONS__
166 # undef __EXTENSIONS__
167 #endif
168
169
170 /* Version number of package */
171 #undef VERSION
172
173 /* Number of bits in a file offset, on hosts where this is settable. */
174 #undef _FILE_OFFSET_BITS
175
176 /* Define for large files, on AIX-style hosts. */
177 #undef _LARGE_FILES
178
179 /* Define to 1 if on MINIX. */
180 #undef _MINIX
181
182 /* Define to 2 if the system does not provide POSIX.1 features except with
183    this defined. */
184 #undef _POSIX_1_SOURCE
185
186 /* Define to 1 if you need to in order for `stat' and other things to work. */
187 #undef _POSIX_SOURCE
188
189 /* Define to empty if `const' does not conform to ANSI C. */
190 #undef const
191
192 /* Define to `int' if <sys/types.h> does not define. */
193 #undef mode_t
194
195 /* Define to `int' if <sys/types.h> does not define. */
196 #undef pid_t
197
198 /* Define to `unsigned int' if <sys/types.h> does not define. */
199 #undef size_t
200
201 /* Define as `fork' if `vfork' does not work. */
202 #undef vfork
203
204 /* Define to empty if the keyword `volatile' does not work. Warning: valid
205    code using `volatile' can become incorrect without. Disable with care. */
206 #undef volatile