]> granicus.if.org Git - sudo/commitdiff
regen
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 17 Jan 2003 23:10:05 +0000 (23:10 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 17 Jan 2003 23:10:05 +0000 (23:10 +0000)
sudo.tab.h

index 71b1255f6362b1f66f5d1deda3cd41346b179352..68c1e654f2e6a3b4f05057d52efd81ba8ef1c3c1 100644 (file)
@@ -8,16 +8,17 @@
 #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
+#define DEFAULTS_RUNAS 267
+#define RUNAS 268
+#define NOPASSWD 269
+#define PASSWD 270
+#define ALL 271
+#define COMMENT 272
+#define HOSTALIAS 273
+#define CMNDALIAS 274
+#define USERALIAS 275
+#define RUNASALIAS 276
+#define ERROR 277
 typedef union {
     char *string;
     int BOOLEAN;