diff --git a/plugins/include/clientprefs.inc b/plugins/include/clientprefs.inc index 43adf4590b..925e7ff07c 100644 --- a/plugins/include/clientprefs.inc +++ b/plugins/include/clientprefs.inc @@ -326,7 +326,11 @@ public Extension __ext_cprefs = { name = "Client Preferences", file = "clientprefs.ext", +#if defined AUTOLOAD_EXTENSIONS autoload = 1, +#else + autoload = 0, +#endif #if defined REQUIRE_EXTENSIONS required = 1, #else