acconfig.h 919 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*
  2. * HAVE_SIGACTION is defined iff sigaction() is available.
  3. */
  4. #undef HAVE_SIGACTION
  5. /*
  6. * HAVE_STRERROR is defined iff the standard libraries provide strerror().
  7. */
  8. #undef HAVE_STRERROR
  9. /*
  10. * HAVE_SYS_SELECT_H is defined iff we have the include file sys/select.h.
  11. */
  12. #undef HAVE_SYS_SELECT_H
  13. /*
  14. * HAVE_SYSEXITS_H is defined iff we have the include file sysexits.h.
  15. */
  16. #undef HAVE_SYSEXITS_H
  17. /*
  18. * HAVE_DLOPEN is defined iff we have dlopen().
  19. */
  20. #undef HAVE_DLOPEN
  21. /*
  22. * USCORE is defined iff C externals are prepended with an underscore.
  23. */
  24. #undef USCORE
  25. /*
  26. * ENVIRON_NAME is defined to be the name of the environ variable.
  27. */
  28. #undef ENVIRON_NAME
  29. /*
  30. * We define this (as 'unsigned int') if the OS doesn't.
  31. */
  32. #undef socklen_t
  33. @BOTTOM@
  34. #include "fake/sigact.h"
  35. #include "fake/strerror.h"
  36. #include "fake/sys-select.h"
  37. #include "fake/environ.h"
  38. #include "fake/sysexits.h"
  39. #include "fake/langinfo.h"