2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 05:17:54 +00:00

no more MAXCOMMANDLENGTH

This commit is contained in:
Todd C. Miller 1995-09-02 16:34:48 +00:00
parent 57d9cb9bf1
commit 0ee5536652

6
sudo.h
View File

@ -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.
*/