home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / setd / macros.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-11  |  711 b   |  30 lines

  1. /*
  2.  *  macros.h
  3.  *
  4.  *  Macros File for both Mark and Set Directory
  5.  *
  6.  *  Sunil William Savkar
  7.  *  sunil@hal.com
  8.  *  Copyright (c) 1991
  9.  *  All Rights Reserved
  10.  *
  11.  *  DISCLOSURE
  12.  *
  13.  *  This source may be modified or copied freely.  The intent
  14.  *  is the free distribution of a useful utility used for moving
  15.  *  between directories.  Any modifications and additions, along
  16.  *  with bug reports should be sent to the author, so all might
  17.  *  benefit!
  18.  *
  19.  *  DESCRIPTION
  20.  * 
  21.  *  This module contains all typed structures used by both
  22.  *  setd and mark for changing directories or adding and/or
  23.  *  deleting marks.
  24.  */
  25.  
  26. #define MAX_LINE 255
  27. #define FALSE 0
  28. #define TRUE 1
  29. #define STREQU(a, b) (strcmp( a, b) == 0)
  30.