home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / CLISP / CLISPSRC.TAR / clisp-1995-01-01 / dos / rlconfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-05  |  590 b   |  30 lines

  1. /* config.h for EMX 0.8h, 0.9a */
  2.  
  3. #ifndef _RL_CONFIG_H
  4. #define _RL_CONFIG_H
  5.  
  6. #define HAVE_SELECT
  7. #define HAVE_STRPBRK
  8. #define HAVE_UNISTD_H
  9. #define HAVE_STDLIB_H
  10. #define HAVE_VARARGS_H
  11. #define HAVE_STRING_H
  12. #define HAVE_ALLOCA_H
  13. #define HAVE_DIRENT_H
  14. #define HAVE_TERMCAP_H
  15. #define DIRENT
  16. #define HAVE_TERMIO_H
  17. #define HAVE_SYS_TERMIO_H
  18. #define HAVE_SGTTY_H
  19. #define HAVE_FIONREAD
  20. #define NEED_SYS_IOCTL_H
  21.  
  22. #include <sys/emx.h>
  23. #ifdef _SIGSET_T /* emx 0.9a */
  24. #define HAVE_SIGACTION
  25. #endif
  26.  
  27. #include <io.h> /* declares stat(), open(), read(), write(), close(), ioctl(), select() */
  28.  
  29. #endif
  30.