]> git.ipfire.org Git - thirdparty/bind9.git/commit
Revise OPTIONS.md
authorMichal Nowak <mnowak@isc.org>
Thu, 19 Nov 2020 09:35:57 +0000 (10:35 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 27 Nov 2020 12:11:41 +0000 (13:11 +0100)
commite0e644352c369246f042714f7f80f5bb25cdc2e9
tree0a6a0640177b6b8faffba9b186cbd0d2a9f92f8b
parent3d7a0e7af7998beeba2d70380703b24952d5f703
Revise OPTIONS.md

  - The STD_CDEFINES build-time variable was dropped when the build
    system was migrated to Automake.  CPPFLAGS is the variable which
    should now be used for setting preprocessor macros.

  - Sort the list of preprocessor macros which affect BIND behavior.
    Remove ISC_BUFFER_USEINLINE from the list as it can be controlled
    using its relevant ./configure option (--enable-buffer-useinline).
    Rename NS_RUN_PID_DIR to NAMED_RUN_PID_DIR to match the source code.

  - Tweak Markdown formatting.
OPTIONS.md