Add definition to detect OTP older than 25, used by ejabberd_auth_http

This commit is contained in:
Badlop 2022-08-17 17:28:31 +02:00
parent 7a1ca4b203
commit 4ae06f039d
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@
{if_version_below, "23", {d, 'USE_OLD_PG2'}},
{if_version_below, "24", {d, 'COMPILER_REPORTS_ONLY_LINES'}},
{if_version_below, "24", {d, 'SYSTOOLS_APP_DEF_WITHOUT_OPTIONAL'}},
{if_version_below, "25", {d, 'OTP_BELOW_25'}},
{if_var_false, debug, no_debug_info},
{if_var_true, debug, debug_info},
{if_var_true, elixir, {d, 'ELIXIR_ENABLED'}},