]>
git.saurik.com Git - apple/launchd.git/blob - launchd/src/config.h.in
1 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
6 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
10 /* Define to 1 if you have the <fcntl.h> header file. */
13 /* Define to 1 if you have the `fork' function. */
16 /* Define to 1 if you have the `getpagesize' function. */
17 #undef HAVE_GETPAGESIZE
19 /* Define to 1 if you have the <inttypes.h> header file. */
20 #undef HAVE_INTTYPES_H
22 /* Define to 1 if you have the <limits.h> header file. */
25 /* Define to 1 if you have the <mach/mach.h> header file. */
26 #undef HAVE_MACH_MACH_H
28 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
32 /* Define to 1 if you have the `memmove' function. */
35 /* Define to 1 if you have the <memory.h> header file. */
38 /* Define to 1 if you have a working `mmap' system call. */
41 /* Define to 1 if you have the `munmap' function. */
44 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
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
51 /* Define to 1 if stdbool.h conforms to C99. */
54 /* Define to 1 if you have the <stdint.h> header file. */
57 /* Define to 1 if you have the <stdlib.h> header file. */
60 /* Define to 1 if you have the `strerror' function. */
63 /* Define to 1 if you have the <strings.h> header file. */
66 /* Define to 1 if you have the <string.h> header file. */
69 /* Define to 1 if you have the <syslog.h> header file. */
72 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
76 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
78 #undef HAVE_SYS_NDIR_H
80 /* Define to 1 if you have the <sys/stat.h> header file. */
81 #undef HAVE_SYS_STAT_H
83 /* Define to 1 if you have the <sys/types.h> header file. */
84 #undef HAVE_SYS_TYPES_H
86 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
87 #undef HAVE_SYS_WAIT_H
89 /* Define to 1 if you have the <unistd.h> header file. */
92 /* Define to 1 if you have the `vfork' function. */
95 /* Define to 1 if you have the <vfork.h> header file. */
98 /* Define to 1 if `fork' works. */
99 #undef HAVE_WORKING_FORK
101 /* Define to 1 if `vfork' works. */
102 #undef HAVE_WORKING_VFORK
104 /* Define to 1 if the system has the type `_Bool'. */
107 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
109 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
111 /* Name of package */
114 /* Define to the address where bug reports for this package should be sent. */
115 #undef PACKAGE_BUGREPORT
117 /* Define to the full name of this package. */
120 /* Define to the full name and version of this package. */
121 #undef PACKAGE_STRING
123 /* Define to the one symbol short name of this package. */
124 #undef PACKAGE_TARNAME
126 /* Define to the version of this package. */
127 #undef PACKAGE_VERSION
129 /* Define as the return type of signal handlers (`int' or `void'). */
132 /* Define to 1 if you have the ANSI C header files. */
135 /* Version number of package */
138 /* Define to empty if `const' does not conform to ANSI C. */
141 /* Define to `int' if <sys/types.h> doesn't define. */
144 /* Define to rpl_malloc if the replacement function should be used. */
147 /* Define to `int' if <sys/types.h> does not define. */
150 /* Define to `long' if <sys/types.h> does not define. */
153 /* Define to `int' if <sys/types.h> does not define. */
156 /* Define to `unsigned' if <sys/types.h> does not define. */
159 /* Define to `int' if <sys/types.h> doesn't define. */
162 /* Define as `fork' if `vfork' does not work. */