home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Archive / OS2_Archive_CD-ROM_Walnut_Creek_May_1992.iso / novell / progrmng / indent.zoo / msdos.h < prev    next >
C/C++ Source or Header  |  1989-05-17  |  1KB  |  28 lines

  1. #ifndef    H_MSDOS
  2. #define    H_MSDOS
  3. /****************************************************************************\
  4. *                                                                              *
  5. * Template:        <^f^>                                                         *
  6. *                                                                              *
  7. * File:        msdos.h                                                             *
  8. *                                                                              *
  9. * Description:    Things required to make this work with MS-Dos.                 *
  10. *                                                                              *
  11. * Created by:    Bruce A. Mallett    22-Mar-1989                                 *
  12. *                                                                              *
  13. *             Copyright (C) 1988  Bruce A. Mallett dba M-Tek                 *
  14. *                          All rights reserved                                 *
  15. *                                                                              *
  16. \****************************************************************************/
  17.  
  18. /****************************************************************************\
  19. *                                                                              *
  20. * MAXPATHLEN                                                                 *
  21. *     This defines the maximum number of characters allowed in a path string.     *
  22. *                                                                              *
  23. \****************************************************************************/
  24.  
  25. #define    MAXPATHLEN            256
  26.  
  27. #endif                                    /* H_MSDOS */
  28.