home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / security / xinetd / xinetd.2.0.6 / logoptions.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-22  |  536 b   |  29 lines

  1. /*
  2.  * (c) Copyright 1992 by Panagiotis Tsirigotis
  3.  * All rights reserved.  The file named COPYRIGHT specifies the terms 
  4.  * and conditions for redistribution.
  5.  */
  6.  
  7. #ifndef LOGOPTIONS_H
  8. #define LOGOPTIONS_H
  9.  
  10. /*
  11.  * $Id: logoptions.h,v 5.1 1992/10/31 23:59:07 panos Exp $
  12.  */
  13.  
  14. /*
  15.  * Values for log options
  16.  */
  17. #define LO_HOST      1
  18. #define LO_TIME      2
  19. #define LO_DURATION  3
  20. #define LO_ATTEMPT   4
  21. #define LO_EXIT      5
  22. #define LO_RECORD    6
  23. #define LO_PID            7
  24. #define LO_START     8
  25. #define LO_USERID        9
  26.  
  27. #endif    /* LOGOPTIONS_H */
  28.  
  29.