sysdep.h.in 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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_SYSEXITS_H is defined iff we have the include file sysexits.h.
  22. */
  23. #undef HAVE_SYSEXITS_H
  24. /*
  25. * HAVE_DLOPEN is defined iff we have dlopen().
  26. */
  27. #undef HAVE_DLOPEN
  28. /*
  29. * USCORE is defined iff C externals are prepended with an underscore.
  30. */
  31. #undef USCORE
  32. /*
  33. * ENVIRON_NAME is defined to be the name of the environ variable.
  34. */
  35. #undef ENVIRON_NAME
  36. /*
  37. * We define this (as 'unsigned int') if the OS doesn't.
  38. */
  39. #undef socklen_t
  40. /* Define if we are building an OS X Universal Binary. */
  41. #undef BUILD_UNIVERSAL_BINARY
  42. /* Define to 1 if you have the `chroot' function. */
  43. #undef HAVE_CHROOT
  44. /* Define to 1 if the interface to the dynamic linker exists */
  45. #undef HAVE_DLOPEN
  46. /* Define to 1 if you have the `ftime' function. */
  47. #undef HAVE_FTIME
  48. /* Define to 1 if you have the `gettimeofday' function. */
  49. #undef HAVE_GETTIMEOFDAY
  50. /* Define if the C compiler supports the inline keyword */
  51. #undef HAVE_INLINE
  52. /* Define to 1 if you have the <inttypes.h> header file. */
  53. #undef HAVE_INTTYPES_H
  54. /* Define to 1 if you have the <langinfo.h> header file. */
  55. #undef HAVE_LANGINFO_H
  56. /* Define to 1 if you have the `dl' library (-ldl). */
  57. #undef HAVE_LIBDL
  58. /* Define to 1 if you have the `elf' library (-lelf). */
  59. #undef HAVE_LIBELF
  60. /* Define to 1 if you have the `gen' library (-lgen). */
  61. #undef HAVE_LIBGEN
  62. /* Define to 1 if you have the <libgen.h> header file. */
  63. #undef HAVE_LIBGEN_H
  64. /* Define to 1 if you have the `m' library (-lm). */
  65. #undef HAVE_LIBM
  66. /* Define to 1 if you have the `mld' library (-lmld). */
  67. #undef HAVE_LIBMLD
  68. /* Define to 1 if you have the `nsl' library (-lnsl). */
  69. #undef HAVE_LIBNSL
  70. /* Define to 1 if you have the `socket' library (-lsocket). */
  71. #undef HAVE_LIBSOCKET
  72. /* Define to 1 if you have the `sun' library (-lsun). */
  73. #undef HAVE_LIBSUN
  74. /* Define to 1 if you have the <memory.h> header file. */
  75. #undef HAVE_MEMORY_H
  76. /* Define to 1 if you have the `nlist' function. */
  77. #undef HAVE_NLIST
  78. /* Define to 1 if you have the <posix/time.h> header file. */
  79. #undef HAVE_POSIX_TIME_H
  80. /* Define to 1 if you have the `select' function. */
  81. #undef HAVE_SELECT
  82. /* Define to 1 if you have the `setitimer' function. */
  83. #undef HAVE_SETITIMER
  84. /* Define to 1 if you have the `sigaction' function. */
  85. #undef HAVE_SIGACTION
  86. /* Define to 1 if you have the `socket' function. */
  87. #undef HAVE_SOCKET
  88. /* Define to 1 if you have the <stdint.h> header file. */
  89. #undef HAVE_STDINT_H
  90. /* Define to 1 if you have the <stdlib.h> header file. */
  91. #undef HAVE_STDLIB_H
  92. /* Define to 1 if you have the <strings.h> header file. */
  93. #undef HAVE_STRINGS_H
  94. /* Define to 1 if you have the <string.h> header file. */
  95. #undef HAVE_STRING_H
  96. /* Define to 1 if you have the <sysexits.h> header file. */
  97. #undef HAVE_SYSEXITS_H
  98. /* Define to 1 if you have the <sys/select.h> header file. */
  99. #undef HAVE_SYS_SELECT_H
  100. /* Define to 1 if you have the <sys/stat.h> header file. */
  101. #undef HAVE_SYS_STAT_H
  102. /* Define to 1 if you have the <sys/timeb.h> header file. */
  103. #undef HAVE_SYS_TIMEB_H
  104. /* Define to 1 if you have the <sys/types.h> header file. */
  105. #undef HAVE_SYS_TYPES_H
  106. /* Define to 1 if you have the <unistd.h> header file. */
  107. #undef HAVE_UNISTD_H
  108. /* Define if IEEE doubles are stored with most-significant byte first. */
  109. #undef IEEE_MOST_FIRST
  110. /* Define to the address where bug reports for this package should be sent. */
  111. #undef PACKAGE_BUGREPORT
  112. /* Define to the full name of this package. */
  113. #undef PACKAGE_NAME
  114. /* Define to the full name and version of this package. */
  115. #undef PACKAGE_STRING
  116. /* Define to the one symbol short name of this package. */
  117. #undef PACKAGE_TARNAME
  118. /* Define to the version of this package. */
  119. #undef PACKAGE_VERSION
  120. /* Define as the return type of signal handlers (`int' or `void'). */
  121. #undef RETSIGTYPE
  122. /* Define if building with BIBOP GC. */
  123. #undef S48_GC_BIBOP
  124. /* Define if building with two-space GC. */
  125. #undef S48_GC_TWOSPACE
  126. /* Define to 1 if you have the ANSI C header files. */
  127. #undef STDC_HEADERS
  128. /* Define to empty if `const' does not conform to ANSI C. */
  129. #undef const
  130. #include "fake/sigact.h"
  131. #include "fake/strerror.h"
  132. #include "fake/sys-select.h"
  133. #include "fake/environ.h"
  134. #include "fake/sysexits.h"
  135. #include "fake/langinfo.h"