I tried to go over #16419.
Based on #16344 I interpreted that the AC_DEFINE like the following:
0AC_DEFINE(USE_EXTERNAL_ASM, 1, [Define this symbol if an external (non-inline) assembly implementation is used])
Results in value defines which also #16547 suggests.
If I’ve missunderstood anything or if there is more #if defined
or #ifdef
that should be #if
then please let me know and I will update the pull request.