2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-01 06:45:38 +00:00

Remove pcre and update tests where necessary

This commit is contained in:
John Johansen
2010-07-31 16:00:52 -07:00
parent 06ebb0b6d6
commit b5c780d2a1
16 changed files with 24 additions and 6206 deletions

View File

@@ -23,7 +23,6 @@
#include <netinet/in.h>
#include <sys/resource.h>
#include "pcre/internal.h"
#include "immunix.h"
#include "libapparmor_re/apparmor_re.h"
@@ -44,7 +43,6 @@ struct named_transition {
struct cod_pattern {
char *regex; // posix regex
pcre *compiled; // compiled regex, size is compiled->size
};
struct cod_entry {
@@ -175,9 +173,10 @@ struct var_string {
#define OPTION_OFILE 5
#define AARE_NONE 0
#define AARE_PCRE 1
#define AARE_DFA 2
#define BOOL int
#define FLAG_CHANGEHAT_1_4 2
#define FLAG_CHANGEHAT_1_5 3
extern int flag_changehat_version;