mirror of
https://github.com/curl/curl.git
synced 2026-05-16 03:06:20 +03:00
mime: mention CURL_DISABLE_MIME in comment
CURL_DISABLE_MIME is not mentioned in the comment describing the if else preprocessor directive. Closes #7882
This commit is contained in:
parent
54aa9c48b2
commit
a24e895912
1 changed files with 2 additions and 1 deletions
|
|
@ -1955,7 +1955,8 @@ void Curl_mime_unpause(curl_mimepart *part)
|
|||
}
|
||||
|
||||
|
||||
#else /* !CURL_DISABLE_HTTP || !CURL_DISABLE_SMTP || !CURL_DISABLE_IMAP */
|
||||
#else /* !CURL_DISABLE_HTTP && !CURL_DISABLE_MIME ||
|
||||
!CURL_DISABLE_SMTP || !CURL_DISABLE_IMAP */
|
||||
|
||||
/* Mime not compiled in: define stubs for externally-referenced functions. */
|
||||
curl_mime *curl_mime_init(CURL *easy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue