From 0ee55366529f0e9614c80d4aa41a3213d36c89df Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 2 Sep 1995 16:34:48 +0000 Subject: [PATCH] no more MAXCOMMANDLENGTH --- sudo.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sudo.h b/sudo.h index 506f8ac23..ca0768fce 100644 --- a/sudo.h +++ b/sudo.h @@ -34,12 +34,6 @@ #include "compat.h" #include "pathnames.h" -/* - * Max length for a command + args in the sudoers file. - * This is fairly arbitrary but 1K should be enough. - */ -#define MAXCOMMANDLENGTH 1024 - /* * IP address and netmask pairs for checking against local interfaces. */