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