Imported Debian patch 1.6.6-1.3woody1
[debian/sudo] / sudo.tab.h
index 71b1255f6362b1f66f5d1deda3cd41346b179352..b2afd8db3a3587d3d327a3b226b634e99371d1b1 100644 (file)
@@ -1,27 +1,38 @@
-#define COMMAND 257
-#define ALIAS 258
-#define DEFVAR 259
-#define NTWKADDR 260
-#define NETGROUP 261
-#define USERGROUP 262
-#define WORD 263
-#define DEFAULTS 264
-#define DEFAULTS_HOST 265
-#define DEFAULTS_USER 266
-#define RUNAS 267
-#define NOPASSWD 268
-#define PASSWD 269
-#define ALL 270
-#define COMMENT 271
-#define HOSTALIAS 272
-#define CMNDALIAS 273
-#define USERALIAS 274
-#define RUNASALIAS 275
-#define ERROR 276
+#ifndef BISON_SUDO_TAB_H
+# define BISON_SUDO_TAB_H
+
+#ifndef YYSTYPE
 typedef union {
     char *string;
     int BOOLEAN;
     struct sudo_command command;
     int tok;
-} YYSTYPE;
+} yystype;
+# define YYSTYPE yystype
+# define YYSTYPE_IS_TRIVIAL 1
+#endif
+# define       COMMAND 257
+# define       ALIAS   258
+# define       DEFVAR  259
+# define       NTWKADDR        260
+# define       NETGROUP        261
+# define       USERGROUP       262
+# define       WORD    263
+# define       DEFAULTS        264
+# define       DEFAULTS_HOST   265
+# define       DEFAULTS_USER   266
+# define       RUNAS   267
+# define       NOPASSWD        268
+# define       PASSWD  269
+# define       ALL     270
+# define       COMMENT 271
+# define       HOSTALIAS       272
+# define       CMNDALIAS       273
+# define       USERALIAS       274
+# define       RUNASALIAS      275
+# define       ERROR   276
+
+
 extern YYSTYPE yylval;
+
+#endif /* not BISON_SUDO_TAB_H */