msgid ""
msgstr ""
"Project-Id-Version: English (Boost Beast Translation (zh_Hans))\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-06 20:55+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English <https://insights.cppalliance.org/weblate/projects/"
"boost-beast-documentation-zh_Hans/doc-qbk-03-core-8-conf-macros-qbk/en/>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 2026.5\n"

#. type: section title
#: 10
#, read-only
msgid "Configuration Preprocessor Definitions"
msgstr "Configuration Preprocessor Definitions"

#. type: paragraph
#: 12
#, read-only
msgid ""
"A number of configuration preprocessor definitions can be used to change the "
"behavior of Beast. The user should assume that they introduce significant "
"changes to the public part of this library's API and make sure that all "
"translation units (usually files) compiled and linked into a program use the "
"same combination of configuration macros, failure to do so may result in "
"violations of ODR (One Definition Rule)."
msgstr ""
"A number of configuration preprocessor definitions can be used to change the "
"behavior of Beast. The user should assume that they introduce significant "
"changes to the public part of this library's API and make sure that all "
"translation units (usually files) compiled and linked into a program use the "
"same combination of configuration macros, failure to do so may result in "
"violations of ODR (One Definition Rule)."

#. type: table title
#: 19
#, read-only
msgid "Special Fields"
msgstr "Special Fields"

#. type: table cell
#: 19
#, read-only
msgid "Definition"
msgstr "Definition"

#. type: table cell
#: 19
#, read-only
msgid "Description"
msgstr "Description"

#. type: table cell
#: 19
#, read-only
msgid "BOOST_BEAST_SEPARATE_COMPILATION"
msgstr "BOOST_BEAST_SEPARATE_COMPILATION"

#. type: table cell
#: 19
#, read-only
msgid ""
"Enables the split compilation mode, which allows the user to compile "
"definitions of non-template entities in a single translation unit, thus "
"improving compilation speed. That translation unit has to include boost/"
"beast/src.hpp in order to compile the definitions."
msgstr ""
"Enables the split compilation mode, which allows the user to compile "
"definitions of non-template entities in a single translation unit, thus "
"improving compilation speed. That translation unit has to include boost/"
"beast/src.hpp in order to compile the definitions."

#. type: table cell
#: 19
#, read-only
msgid "BOOST_BEAST_ALLOW_DEPRECATED"
msgstr "BOOST_BEAST_ALLOW_DEPRECATED"

#. type: table cell
#: 19
#, read-only
msgid "Enables the use of deprecated APIs within Beast."
msgstr "Enables the use of deprecated APIs within Beast."

#. type: table cell
#: 19
#, read-only
msgid "BOOST_BEAST_FILE_BUFFER_SIZE"
msgstr "BOOST_BEAST_FILE_BUFFER_SIZE"

#. type: table cell
#: 19
#, read-only
msgid "Sets the small buffer size for the file_body. Defaults to 4096."
msgstr "Sets the small buffer size for the file_body. Defaults to 4096."
