sysdep.h.in 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. /* c/sysdep.h.in. Generated from configure.in by autoheader. */
  2. /*
  3. * HAVE_SIGACTION is defined iff sigaction() is available.
  4. */
  5. #undef HAVE_SIGACTION
  6. /*
  7. * HAVE_STRERROR is defined iff the standard libraries provide strerror().
  8. */
  9. #undef HAVE_STRERROR
  10. /*
  11. * NLIST_HAS_N_NAME is defined iff a struct nlist has an n_name member.
  12. * If it doesn't then we assume it has an n_un member which, in turn,
  13. * has an n_name member.
  14. */
  15. #undef NLIST_HAS_N_NAME
  16. /*
  17. * HAVE_SYS_SELECT_H is defined iff we have the include file sys/select.h.
  18. */
  19. #undef HAVE_SYS_SELECT_H
  20. /*
  21. * HAVE_DLOPEN is defined iff we have dlopen().
  22. */
  23. #undef HAVE_DLOPEN
  24. /*
  25. * USCORE is defined iff C externals are prepended with an underscore.
  26. */
  27. #undef USCORE
  28. /*
  29. * ENVIRON_NAME is defined to be the name of the environ variable.
  30. */
  31. #undef ENVIRON_NAME
  32. /*
  33. * We define this (as 'unsigned int') if the OS doesn't.
  34. */
  35. #undef socklen_t
  36. /* Define to 1 if you have the `chroot' function. */
  37. #undef HAVE_CHROOT
  38. /* Define to 1 if you have the `ftime' function. */
  39. #undef HAVE_FTIME
  40. /* Define to 1 if you have the `gettimeofday' function. */
  41. #undef HAVE_GETTIMEOFDAY
  42. /* Define to 1 if you have the <inttypes.h> header file. */
  43. #undef HAVE_INTTYPES_H
  44. /* Define to 1 if you have the `dl' library (-ldl). */
  45. #undef HAVE_LIBDL
  46. /* Define to 1 if you have the `elf' library (-lelf). */
  47. #undef HAVE_LIBELF
  48. /* Define to 1 if you have the `gen' library (-lgen). */
  49. #undef HAVE_LIBGEN
  50. /* Define to 1 if you have the <libgen.h> header file. */
  51. #undef HAVE_LIBGEN_H
  52. /* Define to 1 if you have the `m' library (-lm). */
  53. #undef HAVE_LIBM
  54. /* Define to 1 if you have the `mld' library (-lmld). */
  55. #undef HAVE_LIBMLD
  56. /* Define to 1 if you have the `nsl' library (-lnsl). */
  57. #undef HAVE_LIBNSL
  58. /* Define to 1 if you have the `socket' library (-lsocket). */
  59. #undef HAVE_LIBSOCKET
  60. /* Define to 1 if you have the `sun' library (-lsun). */
  61. #undef HAVE_LIBSUN
  62. /* Define to 1 if you have the <memory.h> header file. */
  63. #undef HAVE_MEMORY_H
  64. /* Define to 1 if you have the `nlist' function. */
  65. #undef HAVE_NLIST
  66. /* Define to 1 if you have the <posix/time.h> header file. */
  67. #undef HAVE_POSIX_TIME_H
  68. /* Define to 1 if you have the `select' function. */
  69. #undef HAVE_SELECT
  70. /* Define to 1 if you have the `setitimer' function. */
  71. #undef HAVE_SETITIMER
  72. /* Define to 1 if you have the `sigaction' function. */
  73. #undef HAVE_SIGACTION
  74. /* Define to 1 if you have the `socket' function. */
  75. #undef HAVE_SOCKET
  76. /* Define to 1 if you have the <stdint.h> header file. */
  77. #undef HAVE_STDINT_H
  78. /* Define to 1 if you have the <stdlib.h> header file. */
  79. #undef HAVE_STDLIB_H
  80. /* Define to 1 if you have the <strings.h> header file. */
  81. #undef HAVE_STRINGS_H
  82. /* Define to 1 if you have the <string.h> header file. */
  83. #undef HAVE_STRING_H
  84. /* Define to 1 if you have the <sys/select.h> header file. */
  85. #undef HAVE_SYS_SELECT_H
  86. /* Define to 1 if you have the <sys/stat.h> header file. */
  87. #undef HAVE_SYS_STAT_H
  88. /* Define to 1 if you have the <sys/timeb.h> header file. */
  89. #undef HAVE_SYS_TIMEB_H
  90. /* Define to 1 if you have the <sys/types.h> header file. */
  91. #undef HAVE_SYS_TYPES_H
  92. /* Define to 1 if you have the <unistd.h> header file. */
  93. #undef HAVE_UNISTD_H
  94. /* Define to the address where bug reports for this package should be sent. */
  95. #undef PACKAGE_BUGREPORT
  96. /* Define to the full name of this package. */
  97. #undef PACKAGE_NAME
  98. /* Define to the full name and version of this package. */
  99. #undef PACKAGE_STRING
  100. /* Define to the one symbol short name of this package. */
  101. #undef PACKAGE_TARNAME
  102. /* Define to the version of this package. */
  103. #undef PACKAGE_VERSION
  104. /* Define as the return type of signal handlers (`int' or `void'). */
  105. #undef RETSIGTYPE
  106. /* Define to 1 if you have the ANSI C header files. */
  107. #undef STDC_HEADERS
  108. /* Define to empty if `const' does not conform to ANSI C. */
  109. #undef const
  110. #include "fake/sigact.h"
  111. #include "fake/strerror.h"
  112. #include "fake/sys-select.h"
  113. #include "fake/environ.h"