|
| 1 | +/* _posixsubprocess_config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | + |
| 3 | +/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
| 4 | + */ |
| 5 | +#undef HAVE_DIRENT_H |
| 6 | + |
| 7 | +/* Define if you have the 'dirfd' function or macro. */ |
| 8 | +#undef HAVE_DIRFD |
| 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 <inttypes.h> header file. */ |
| 14 | +#undef HAVE_INTTYPES_H |
| 15 | + |
| 16 | +/* Define to 1 if you have the <memory.h> header file. */ |
| 17 | +#undef HAVE_MEMORY_H |
| 18 | + |
| 19 | +/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| 20 | +#undef HAVE_NDIR_H |
| 21 | + |
| 22 | +/* Define to 1 if you have the `pipe2' function. */ |
| 23 | +#undef HAVE_PIPE2 |
| 24 | + |
| 25 | +/* Define to 1 if you have the `setsid' function. */ |
| 26 | +#undef HAVE_SETSID |
| 27 | + |
| 28 | +/* Define to 1 if you have the <stdint.h> header file. */ |
| 29 | +#undef HAVE_STDINT_H |
| 30 | + |
| 31 | +/* Define to 1 if you have the <stdlib.h> header file. */ |
| 32 | +#undef HAVE_STDLIB_H |
| 33 | + |
| 34 | +/* Define to 1 if you have the <strings.h> header file. */ |
| 35 | +#undef HAVE_STRINGS_H |
| 36 | + |
| 37 | +/* Define to 1 if you have the <string.h> header file. */ |
| 38 | +#undef HAVE_STRING_H |
| 39 | + |
| 40 | +/* Define to 1 if you have the <sys/cdefs.h> header file. */ |
| 41 | +#undef HAVE_SYS_CDEFS_H |
| 42 | + |
| 43 | +/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
| 44 | + */ |
| 45 | +#undef HAVE_SYS_DIR_H |
| 46 | + |
| 47 | +/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| 48 | + */ |
| 49 | +#undef HAVE_SYS_NDIR_H |
| 50 | + |
| 51 | +/* Define to 1 if you have the <sys/stat.h> header file. */ |
| 52 | +#undef HAVE_SYS_STAT_H |
| 53 | + |
| 54 | +/* Define to 1 if you have the <sys/syscall.h> header file. */ |
| 55 | +#undef HAVE_SYS_SYSCALL_H |
| 56 | + |
| 57 | +/* Define to 1 if you have the <sys/types.h> header file. */ |
| 58 | +#undef HAVE_SYS_TYPES_H |
| 59 | + |
| 60 | +/* Define to 1 if you have the <unistd.h> header file. */ |
| 61 | +#undef HAVE_UNISTD_H |
| 62 | + |
| 63 | +/* Define to the address where bug reports for this package should be sent. */ |
| 64 | +#undef PACKAGE_BUGREPORT |
| 65 | + |
| 66 | +/* Define to the full name of this package. */ |
| 67 | +#undef PACKAGE_NAME |
| 68 | + |
| 69 | +/* Define to the full name and version of this package. */ |
| 70 | +#undef PACKAGE_STRING |
| 71 | + |
| 72 | +/* Define to the one symbol short name of this package. */ |
| 73 | +#undef PACKAGE_TARNAME |
| 74 | + |
| 75 | +/* Define to the home page for this package. */ |
| 76 | +#undef PACKAGE_URL |
| 77 | + |
| 78 | +/* Define to the version of this package. */ |
| 79 | +#undef PACKAGE_VERSION |
| 80 | + |
| 81 | +/* Define to 1 if you have the ANSI C header files. */ |
| 82 | +#undef STDC_HEADERS |
| 83 | + |
| 84 | +/* Define on OpenBSD to activate all library features */ |
| 85 | +#undef _BSD_SOURCE |
| 86 | + |
| 87 | +/* Define on Irix to enable u_int */ |
| 88 | +#undef _BSD_TYPES |
| 89 | + |
| 90 | +/* Define on Darwin to activate all library features */ |
| 91 | +#undef _DARWIN_C_SOURCE |
| 92 | + |
| 93 | +/* Define on Linux to activate all library features */ |
| 94 | +#undef _GNU_SOURCE |
| 95 | + |
| 96 | +/* Define on NetBSD to activate all library features */ |
| 97 | +#undef _NETBSD_SOURCE |
| 98 | + |
| 99 | +/* Define to activate features from IEEE Stds 1003.1-2008 */ |
| 100 | +#undef _POSIX_C_SOURCE |
| 101 | + |
| 102 | +/* Define to the level of X/Open that your system supports */ |
| 103 | +#undef _XOPEN_SOURCE |
| 104 | + |
| 105 | +/* Define to activate Unix95-and-earlier features */ |
| 106 | +#undef _XOPEN_SOURCE_EXTENDED |
| 107 | + |
| 108 | +/* Define on FreeBSD to activate all library features */ |
| 109 | +#undef __BSD_VISIBLE |
0 commit comments