config.h.in 336 B

123456789101112131415161718192021
  1. #undef SUNOS
  2. #undef CYGWIN
  3. #undef HAVE_SYS_CDEFS_H
  4. #undef HAVE_TERMCAP_H
  5. #undef HAVE_CURSES_H
  6. #undef HAVE_NCURSES_H
  7. #undef HAVE_TERM_H
  8. #undef HAVE_VIS_H
  9. #undef HAVE_ISSETUGID
  10. #undef HAVE_STRLCAT
  11. #undef HAVE_STRLCPY
  12. #undef HAVE_FGETLN
  13. #undef HAVE_STRVIS
  14. #undef HAVE_STRUNVIS
  15. #include "sys.h"
  16. #ifdef CYGWIN
  17. # include "cygdef.h"
  18. #endif