File: pfregex.h

package info (click to toggle)
pfqueue 0.5.6-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,392 kB
  • ctags: 627
  • sloc: sh: 8,904; ansic: 3,877; makefile: 79
file content (12 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12

#ifndef __PFREGEX_H
#define __PFREGEX_H

#define REGEXP_LEN	200

#define SM_FROM		1
#define SM_TO		2
#define SM_SUBJ		4
#define SM_ALL		7

#endif // __PFREGEX_H