home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / h / tb_prm.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-18  |  442 b   |  27 lines

  1. /* prm.h: submit parameter structure definitions */
  2.  
  3. /*
  4.  * @(#) $Header: /xtel/pp/pp-beta/h/RCS/tb_prm.h,v 6.0 1991/12/18 20:42:44 jpo Rel $
  5.  *
  6.  * $Log: tb_prm.h,v $
  7.  * Revision 6.0  1991/12/18  20:42:44  jpo
  8.  * Release 6.0
  9.  *
  10.  *
  11.  */
  12.  
  13.  
  14.  
  15. #ifndef _H_TB_PRM
  16. #define _H_TB_PRM
  17.  
  18.  
  19. #define PRM_LOGFILE             1
  20. #define PRM_LOGLEVEL            2
  21. #define PRM_OPTS                3
  22. #define PRM_PASSWD        4
  23. #define PRM_END                 5
  24.  
  25.  
  26. #endif
  27.