home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / trn / part01 / mt-lint.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-02  |  1.4 KB  |  53 lines

  1. /* $Id: mt-lint.h,v 4.4.3.1 1991/11/22 04:12:15 davison Trn $
  2. **
  3. ** $Log: mt-lint.h,v $
  4. ** Revision 4.4.3.1  1991/11/22  04:12:15  davison
  5. ** Trn Release 2.0
  6. ** 
  7. ** Handle brain-dead lints that only have 6 significant-character names.
  8. */
  9.  
  10. #define subject_cnts        sucnts
  11. #define subject_array        suarra
  12. #define subject_strings        sustri
  13. #define subject_str        sustr
  14. #define author_cnts        aucnts
  15. #define author_array        auarra
  16. #define author_root        auroot
  17. #define author_str        austr
  18. #define valid_subject        vsubje
  19. #define valid_author        vautho
  20. #define valid_message_id    vmsgid
  21. #define read_authors        rautho
  22. #define read_articles        rartic
  23. #define read_ids        rids
  24. #define read_item        ritem
  25. #define processed_groups    pgroup
  26. #define process_articles    partic
  27. #define expired_articles    eartic
  28. #define unlink_child        uchild
  29. #define unlink_root        uroot
  30. #define free_article        fartic
  31. #define free_author        fautho
  32. #define enumerate_articles    enarti
  33. #define enumerate_thread    enthrd
  34. #define string_offset        soffst
  35. #define write_authors        wautho
  36. #define write_subjects        wsubje
  37. #define write_roots        wroots
  38. #define write_articles        wartic
  39. #define write_thread        wthred
  40. #define write_ids        wids
  41. #define write_item        witem
  42. #define processed_groups    pgroup
  43. #define timer_off        timoff
  44. #define timer_first        tim1st
  45. #define timer_next        timnxt
  46. #define truncate_len        trulen
  47. #define article_array        artarr
  48.  
  49. #define safemalloc(x)    (NULL)
  50. #define free(x)        (x = NULL)
  51. #define safefree(x)    (*x = NULL)
  52. #define signal(x,y)
  53.