home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / CLISP / CLISPSRC.TAR / clisp-1995-01-01 / dosdjgpp / rlconfig.h < prev   
Encoding:
C/C++ Source or Header  |  1994-08-30  |  294 b   |  17 lines

  1. /* config.h for DJGPP 1.12 */
  2.  
  3. #ifndef _RL_CONFIG_H
  4. #define _RL_CONFIG_H
  5.  
  6. #define HAVE_STRPBRK
  7. #define HAVE_UNISTD_H
  8. #define HAVE_STDLIB_H
  9. #define HAVE_VARARGS_H
  10. #define HAVE_STRING_H
  11. #define HAVE_DIRENT_H
  12. #define DIRENT
  13.  
  14. #include <io.h> /* declares open(), read(), write(), close() */
  15.  
  16. #endif
  17.