mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
MAIN was replaced with _SUDO_MAIN some time ago.
This commit is contained in:
@@ -58,7 +58,7 @@ void dump_interfaces __P((void));
|
||||
/*
|
||||
* Definitions for external variables.
|
||||
*/
|
||||
#ifndef MAIN
|
||||
#ifndef _SUDO_MAIN
|
||||
extern struct interface *interfaces;
|
||||
extern int num_interfaces;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user