_posixsubprocess_config.h 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /* _posixsubprocess_config.h. Generated from _posixsubprocess_config.h.in by configure. */
  2. /* _posixsubprocess_config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  4. */
  5. #define HAVE_DIRENT_H 1
  6. /* Define if you have the 'dirfd' function or macro. */
  7. #define HAVE_DIRFD 1
  8. /* Define to 1 if you have the <fcntl.h> header file. */
  9. #define HAVE_FCNTL_H 1
  10. /* Define to 1 if you have the <inttypes.h> header file. */
  11. #define HAVE_INTTYPES_H 1
  12. /* Define to 1 if you have the <memory.h> header file. */
  13. #define HAVE_MEMORY_H 1
  14. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  15. /* #undef HAVE_NDIR_H */
  16. /* Define to 1 if you have the `pipe2' function. */
  17. #if defined(__linux__)
  18. #define HAVE_PIPE2 1
  19. #endif
  20. /* Define to 1 if you have the `setsid' function. */
  21. #define HAVE_SETSID 1
  22. /* Define to 1 if you have the <signal.h> header file. */
  23. #define HAVE_SIGNAL_H 1
  24. /* Define to 1 if you have the <stdint.h> header file. */
  25. #define HAVE_STDINT_H 1
  26. /* Define to 1 if you have the <stdlib.h> header file. */
  27. #define HAVE_STDLIB_H 1
  28. /* Define to 1 if you have the <strings.h> header file. */
  29. #define HAVE_STRINGS_H 1
  30. /* Define to 1 if you have the <string.h> header file. */
  31. #define HAVE_STRING_H 1
  32. /* Define to 1 if you have the <sys/cdefs.h> header file. */
  33. #define HAVE_SYS_CDEFS_H 1
  34. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  35. */
  36. /* #undef HAVE_SYS_DIR_H */
  37. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  38. */
  39. /* #undef HAVE_SYS_NDIR_H */
  40. /* Define to 1 if you have the <sys/stat.h> header file. */
  41. #define HAVE_SYS_STAT_H 1
  42. /* Define to 1 if you have the <sys/syscall.h> header file. */
  43. #define HAVE_SYS_SYSCALL_H 1
  44. /* Define to 1 if you have the <sys/types.h> header file. */
  45. #define HAVE_SYS_TYPES_H 1
  46. /* Define to 1 if you have the <unistd.h> header file. */
  47. #define HAVE_UNISTD_H 1
  48. /* Define to the address where bug reports for this package should be sent. */
  49. #define PACKAGE_BUGREPORT "https://github.com/google/python-subprocess32/"
  50. /* Define to the full name of this package. */
  51. #define PACKAGE_NAME "_posixsubprocess32"
  52. /* Define to the full name and version of this package. */
  53. #define PACKAGE_STRING "_posixsubprocess32 3.5"
  54. /* Define to the one symbol short name of this package. */
  55. #define PACKAGE_TARNAME "_posixsubprocess32"
  56. /* Define to the home page for this package. */
  57. #define PACKAGE_URL ""
  58. /* Define to the version of this package. */
  59. #define PACKAGE_VERSION "3.5"
  60. /* Define to 1 if you have the ANSI C header files. */
  61. #define STDC_HEADERS 1
  62. /* Define on OpenBSD to activate all library features */
  63. /* #undef _BSD_SOURCE */
  64. /* Define on Irix to enable u_int */
  65. #define _BSD_TYPES 1
  66. /* Define on Darwin to activate all library features */
  67. #define _DARWIN_C_SOURCE 1
  68. /* Define on Linux to activate all library features */
  69. #define _GNU_SOURCE 1
  70. /* Define on NetBSD to activate all library features */
  71. #define _NETBSD_SOURCE 1
  72. /* Define to activate features from IEEE Stds 1003.1-2008 */
  73. #define _POSIX_C_SOURCE 200809L
  74. /* Define to the level of X/Open that your system supports */
  75. #define _XOPEN_SOURCE 700
  76. /* Define to activate Unix95-and-earlier features */
  77. #define _XOPEN_SOURCE_EXTENDED 1
  78. /* Define on FreeBSD to activate all library features */
  79. #define __BSD_VISIBLE 1