Default kdump's data limit to 64 bytes and document how it can be disabled.
[dragonfly.git] / contrib / ipfilter / facpri.h
1 /*
2  * Copyright (C) 1999-2001 by Darren Reed.
3  *
4  * See the IPFILTER.LICENCE file for details on licencing.
5  * $Id: facpri.h,v 1.3.2.1 2001/06/26 10:43:11 darrenr Exp $
6  */
7
8 #ifndef __FACPRI_H__
9 #define __FACPRI_H__
10
11 #ifndef __P
12 # define P_DEF
13 # ifdef __STDC__
14 #  define       __P(x) x
15 # else
16 #  define       __P(x) ()
17 # endif
18 #endif
19
20 extern  char    *fac_toname __P((int));
21 extern  int     fac_findname __P((char *));
22
23 extern  char    *pri_toname __P((int));
24 extern  int     pri_findname __P((char *));
25
26 #ifdef P_DEF
27 # undef __P
28 # undef P_DEF
29 #endif
30
31 #if LOG_CRON == (9<<3)
32 # define        LOG_CRON1       LOG_CRON
33 # define        LOG_CRON2       (15<<3)
34 #endif
35 #if LOG_CRON == (15<<3)
36 # define        LOG_CRON1       (9<<3)
37 # define        LOG_CRON2       LOG_CRON
38 #endif
39
40 #endif /* __FACPRI_H__ */