Imported Upstream version 1.6.9p16
[debian/sudo] / sudo.tab.h
index 36fc3364b12a7d012f2f760c7a4ff0c57a90f36f..ba97b3a266b7c85a1157ba5d2480042036abf924 100644 (file)
@@ -23,6 +23,8 @@
 #define USERALIAS 279
 #define RUNASALIAS 280
 #define ERROR 281
+#define TYPE 282
+#define ROLE 283
 #ifndef YYSTYPE_DEFINED
 #define YYSTYPE_DEFINED
 typedef union {
@@ -30,6 +32,7 @@ typedef union {
     int BOOLEAN;
     struct sudo_command command;
     int tok;
+    struct selinux_info seinfo;
 } YYSTYPE;
 #endif /* YYSTYPE_DEFINED */
 extern YYSTYPE yylval;