home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / _NFILE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-18  |  251 b   |  24 lines

  1. /*  _nfile.h
  2.  
  3.     Maximum number of open files
  4.  
  5. */
  6.  
  7. /* $Copyright: 1991$ */
  8. /* $Revision:   8.1  $ */
  9.  
  10. #ifndef ___NFILE_H
  11. #define ___NFILE_H
  12.  
  13. #if !defined(__FLAT__)
  14.  
  15. #define _NFILE_ 50
  16.  
  17. #else
  18.  
  19. #define _NFILE_ 50
  20.  
  21. #endif
  22.  
  23. #endif
  24.