]> granicus.if.org Git - sudo/commitdiff
MAIN was replaced with _SUDO_MAIN some time ago.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 29 Jan 2004 21:22:55 +0000 (21:22 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 29 Jan 2004 21:22:55 +0000 (21:22 +0000)
interfaces.h

index db4982272d43ed59ca0204601801cfa85541332e..e28615e28d2e0d24c546c5b11d02d3044b62af73 100644 (file)
@@ -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