]> git.saurik.com Git - apple/launchd.git/blame - launchd/src/config.h.in
launchd-258.1.tar.gz
[apple/launchd.git] / launchd / src / config.h.in
CommitLineData
e91b9f68
A
1/* src/config.h.in. Generated from configure.ac by autoheader. */
2
3/* Define to 1 if the `closedir' function returns void instead of `int'. */
4#undef CLOSEDIR_VOID
5
6/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7 */
8#undef HAVE_DIRENT_H
9
10/* Define to 1 if you have the <fcntl.h> header file. */
11#undef HAVE_FCNTL_H
12
13/* Define to 1 if you have the `fork' function. */
14#undef HAVE_FORK
15
16/* Define to 1 if you have the `getpagesize' function. */
17#undef HAVE_GETPAGESIZE
18
19/* Define to 1 if you have the <inttypes.h> header file. */
20#undef HAVE_INTTYPES_H
21
22/* Define to 1 if you have the <limits.h> header file. */
23#undef HAVE_LIMITS_H
24
25/* Define to 1 if you have the <mach/mach.h> header file. */
26#undef HAVE_MACH_MACH_H
27
28/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
29 to 0 otherwise. */
30#undef HAVE_MALLOC
31
32/* Define to 1 if you have the `memmove' function. */
33#undef HAVE_MEMMOVE
34
35/* Define to 1 if you have the <memory.h> header file. */
36#undef HAVE_MEMORY_H
37
38/* Define to 1 if you have a working `mmap' system call. */
39#undef HAVE_MMAP
40
41/* Define to 1 if you have the `munmap' function. */
42#undef HAVE_MUNMAP
43
44/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
45#undef HAVE_NDIR_H
46
47/* Define to 1 if `stat' has the bug that it succeeds when given the
48 zero-length file name argument. */
49#undef HAVE_STAT_EMPTY_STRING_BUG
50
51/* Define to 1 if stdbool.h conforms to C99. */
52#undef HAVE_STDBOOL_H
53
54/* Define to 1 if you have the <stdint.h> header file. */
55#undef HAVE_STDINT_H
56
57/* Define to 1 if you have the <stdlib.h> header file. */
58#undef HAVE_STDLIB_H
59
60/* Define to 1 if you have the `strerror' function. */
61#undef HAVE_STRERROR
62
63/* Define to 1 if you have the <strings.h> header file. */
64#undef HAVE_STRINGS_H
65
66/* Define to 1 if you have the <string.h> header file. */
67#undef HAVE_STRING_H
68
69/* Define to 1 if you have the <syslog.h> header file. */
70#undef HAVE_SYSLOG_H
71
72/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
73 */
74#undef HAVE_SYS_DIR_H
75
76/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
77 */
78#undef HAVE_SYS_NDIR_H
79
80/* Define to 1 if you have the <sys/stat.h> header file. */
81#undef HAVE_SYS_STAT_H
82
83/* Define to 1 if you have the <sys/types.h> header file. */
84#undef HAVE_SYS_TYPES_H
85
86/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
87#undef HAVE_SYS_WAIT_H
88
89/* Define to 1 if you have the <unistd.h> header file. */
90#undef HAVE_UNISTD_H
91
92/* Define to 1 if you have the `vfork' function. */
93#undef HAVE_VFORK
94
95/* Define to 1 if you have the <vfork.h> header file. */
96#undef HAVE_VFORK_H
97
98/* Define to 1 if `fork' works. */
99#undef HAVE_WORKING_FORK
100
101/* Define to 1 if `vfork' works. */
102#undef HAVE_WORKING_VFORK
103
104/* Define to 1 if the system has the type `_Bool'. */
105#undef HAVE__BOOL
106
107/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
108 slash. */
109#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
110
111/* Name of package */
112#undef PACKAGE
113
114/* Define to the address where bug reports for this package should be sent. */
115#undef PACKAGE_BUGREPORT
116
117/* Define to the full name of this package. */
118#undef PACKAGE_NAME
119
120/* Define to the full name and version of this package. */
121#undef PACKAGE_STRING
122
123/* Define to the one symbol short name of this package. */
124#undef PACKAGE_TARNAME
125
126/* Define to the version of this package. */
127#undef PACKAGE_VERSION
128
129/* Define as the return type of signal handlers (`int' or `void'). */
130#undef RETSIGTYPE
131
132/* Define to 1 if you have the ANSI C header files. */
133#undef STDC_HEADERS
134
135/* Version number of package */
136#undef VERSION
137
138/* Define to empty if `const' does not conform to ANSI C. */
139#undef const
140
141/* Define to `int' if <sys/types.h> doesn't define. */
142#undef gid_t
143
144/* Define to rpl_malloc if the replacement function should be used. */
145#undef malloc
146
147/* Define to `int' if <sys/types.h> does not define. */
148#undef mode_t
149
150/* Define to `long' if <sys/types.h> does not define. */
151#undef off_t
152
153/* Define to `int' if <sys/types.h> does not define. */
154#undef pid_t
155
156/* Define to `unsigned' if <sys/types.h> does not define. */
157#undef size_t
158
159/* Define to `int' if <sys/types.h> doesn't define. */
160#undef uid_t
161
162/* Define as `fork' if `vfork' does not work. */
163#undef vfork