File: snoopy.h

package info (click to toggle)
snoopy 1.3-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 104 kB
  • ctags: 16
  • sloc: ansic: 92; sh: 59; makefile: 57
file content (23 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* Snoopy 1.1
 *
 * $Id: snoopy.h,v 1.10 2000/12/21 06:53:03 marius Exp $
 * 
 */

/* ROOT_ONLY
 * log only the actions running under uid 0, set 1 to enable
 */
#define ROOT_ONLY 0

/* MAX
 * maximum size of any argument.  if set to 0, snoopy will ensure that all
 * arguments get logged to its full lenght; this is also a slower process
 */
#define MAX 32

/* INTEGRITY_CHECK
 * adds an integrity check to snoopy, should be unnecessary, but is here as an
 * extreme precaution.  performance killer, don't turn on unless you think
 * you're having problems / are debugging
 */
#define INTEGRITY_CHECK 0