summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/facpri.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/facpri.h')
-rw-r--r--contrib/ipfilter/facpri.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/contrib/ipfilter/facpri.h b/contrib/ipfilter/facpri.h
new file mode 100644
index 0000000..d39a159
--- /dev/null
+++ b/contrib/ipfilter/facpri.h
@@ -0,0 +1,42 @@
+/*
+ * Copyright (C) 1999 by Darren Reed.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and due credit is given
+ * to the original author and the contributors.
+ * $Id: facpri.h,v 1.2 1999/08/01 11:10:46 darrenr Exp $
+ */
+
+#ifndef __FACPRI_H__
+#define __FACPRI_H__
+
+#ifndef __P
+# define P_DEF
+# ifdef __STDC__
+# define __P(x) x
+# else
+# define __P(x) ()
+# endif
+#endif
+
+extern char *fac_toname __P((int));
+extern int fac_findname __P((char *));
+
+extern char *pri_toname __P((int));
+extern int pri_findname __P((char *));
+
+#ifdef P_DEF
+# undef __P
+# undef P_DEF
+#endif
+
+#if LOG_CRON == (9<<3)
+# define LOG_CRON1 LOG_CRON
+# define LOG_CRON2 (15<<3)
+#endif
+#if LOG_CRON == (15<<3)
+# define LOG_CRON1 (9<<3)
+# define LOG_CRON2 LOG_CRON
+#endif
+
+#endif /* __FACPRI_H__ */
OpenPOWER on IntegriCloud