/*
- * CU sudo version 1.3.8
+ * CU sudo version 1.4
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
extern char **Argv;
-#ifdef SIOCGIFCONF
+#if defined(SIOCGIFCONF) && !defined(STUB_LOAD_INTERFACES)
/**********************************************************************
*
* load_interfaces()
}
}
-#else /* SIOCGIFCONF */
+#else /* !SIOCGIFCONF || STUB_LOAD_INTERFACES */
/**********************************************************************
*
return;
}
-#endif /* SIOCGIFCONF */
+#endif /* SIOCGIFCONF && !STUB_LOAD_INTERFACES */