home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / hl10osrc.lzh / EditLibr / EditDefs.h < prev    next >
Text File  |  1994-04-23  |  740b  |  28 lines

  1. /* -*- Mode: C -*- */
  2. /* EditDefs.h - Editor common defs
  3.  * Created by Robert Heller on Tue Dec 10 19:44:52 1991
  4.  *
  5.  * ------------------------------------------------------------------
  6.  * Home Libarian by Deepwoods Software
  7.  * Edit a Librarian Card Catalog file
  8.  * ------------------------------------------------------------------
  9.  * Modification History:
  10.  * ------------------------------------------------------------------
  11.  * Contents:
  12.  * ------------------------------------------------------------------
  13.  * 
  14.  * 
  15.  * Copyright (c) 1991,1992 by Robert heller (D/B/A Deepwoods Software)
  16.  *        All Rights Reserved
  17.  * 
  18.  */
  19.  
  20. #ifdef OSK
  21. #define DEFAULTSHELL  "shell"
  22. #endif
  23.  
  24. #ifdef MESSYDOS
  25. #define DEFAULTSHELL "command.com"
  26. #endif   
  27.  
  28.