acconfig.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. * NLIST_HAS_N_NAME is defined iff a struct nlist has an n_name member.
  11. * If it doesn't then we assume it has an n_un member which, in turn,
  12. * has an n_name member.
  13. */
  14. #undef NLIST_HAS_N_NAME
  15. /*
  16. * HAVE_SYS_SELECT_H is defined iff we have the include file sys/select.h.
  17. */
  18. #undef HAVE_SYS_SELECT_H
  19. /*
  20. * HAVE_SYSEXITS_H is defined iff we have the include file sysexits.h.
  21. */
  22. #undef HAVE_SYSEXITS_H
  23. /*
  24. * HAVE_DLOPEN is defined iff we have dlopen().
  25. */
  26. #undef HAVE_DLOPEN
  27. /*
  28. * USCORE is defined iff C externals are prepended with an underscore.
  29. */
  30. #undef USCORE
  31. /*
  32. * ENVIRON_NAME is defined to be the name of the environ variable.
  33. */
  34. #undef ENVIRON_NAME
  35. /*
  36. * We define this (as 'unsigned int') if the OS doesn't.
  37. */
  38. #undef socklen_t
  39. @BOTTOM@
  40. #include "fake/sigact.h"
  41. #include "fake/strerror.h"
  42. #include "fake/sys-select.h"
  43. #include "fake/environ.h"
  44. #include "fake/sysexits.h"