Use .Pa everywhere.
[dragonfly.git] / contrib / ipfilter / facpri.h
blob7b80377d112edaae55661b66316cfcad2c2ff608
1 /*
2 * Copyright (C) 1999-2001 by Darren Reed.
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 */
8 #ifndef __FACPRI_H__
9 #define __FACPRI_H__
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
20 extern char *fac_toname __P((int));
21 extern int fac_findname __P((char *));
23 extern char *pri_toname __P((int));
24 extern int pri_findname __P((char *));
26 #ifdef P_DEF
27 # undef __P
28 # undef P_DEF
29 #endif
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
40 #endif /* __FACPRI_H__ */