AP_Param: Allow override of AP_PARAM_DYNAMIC_ENABLED define

This commit is contained in:
Iampete1 2023-10-04 17:25:40 +01:00 committed by Andrew Tridgell
parent e736d5ecb7
commit 75ac3f98fa
1 changed files with 2 additions and 0 deletions

View File

@ -54,7 +54,9 @@
#endif
// allow for dynamically added tables when scripting enabled
#ifndef AP_PARAM_DYNAMIC_ENABLED
#define AP_PARAM_DYNAMIC_ENABLED AP_SCRIPTING_ENABLED
#endif
// maximum number of dynamically created tables (from scripts)
#ifndef AP_PARAM_MAX_DYNAMIC