home *** CD-ROM | disk | FTP | other *** search
- /*
- * (c) Copyright 1992 by Panagiotis Tsirigotis
- * All rights reserved. The file named COPYRIGHT specifies the terms
- * and conditions for redistribution.
- */
-
- #ifndef LOGOPTIONS_H
- #define LOGOPTIONS_H
-
- /*
- * $Id: logoptions.h,v 5.1 1992/10/31 23:59:07 panos Exp $
- */
-
- /*
- * Values for log options
- */
- #define LO_HOST 1
- #define LO_TIME 2
- #define LO_DURATION 3
- #define LO_ATTEMPT 4
- #define LO_EXIT 5
- #define LO_RECORD 6
- #define LO_PID 7
- #define LO_START 8
- #define LO_USERID 9
-
- #endif /* LOGOPTIONS_H */
-
-