diff --git a/config.h.in b/config.h.in index 01a26bffb..586753a8c 100644 --- a/config.h.in +++ b/config.h.in @@ -25,9 +25,6 @@ /* Define to 1 if using `alloca.c'. */ #undef C_ALLOCA -/* The name of the sudoers plugin, including extension. */ -#undef SUDOERS_PLUGIN - /* Define to 1 if you want sudo to display "command not allowed" instead of "command not found" when a command cannot be found. */ #undef DONT_LEAK_PATH_INFO diff --git a/configure b/configure index 7db87b307..a154256a1 100755 --- a/configure +++ b/configure @@ -26286,10 +26286,6 @@ _ACEOF eval PLUGINDIR="$with_plugindir" cat >>confdefs.h <>confdefs.h <symbol_name = "sudoers_policy"; - info->path = SUDOERS_PLUGIN; + info->path = "sudoers.so"; info->prev = info; info->next = NULL; tq_append(&pil, info);