home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / util / unix / macify13.sha / macify.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-05  |  602 b   |  12 lines

  1. /***************************************************************************
  2.  **                                                                       **
  3.  **                      Special defines for MACIFY                       **
  4.  **                                                                       **
  5.  ***************************************************************************/
  6.  
  7. /* Defines for the charcters we'll be converting */
  8. #define         UNIX_EOL        '\n'    /* UNIX end-of-line character */
  9. #define         MAC_EOL         0x0d    /* Mac end-of-line character */
  10.  
  11. /* That's it! */
  12.