#include <ctype.h>
#include <sys/types.h>
#include <signal.h>
#include <sys/wait.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <glib.h>
#include <vector>
#include <iostream>
#include <algorithm>
#include <zypp/ManagedFile.h>
#include <zypp/ZConfig.h>
#include <zypp/base/Logger.h>
#include <zypp/media/MediaMultiCurl.h>
#include <zypp/zypp_detail/ZYppImpl.h>
#include <zypp-core/zyppng/base/private/linuxhelpers_p.h>
#include <zypp-curl/parser/MetaLinkParser>
#include <zypp-curl/parser/zsyncparser.h>
#include <zypp-curl/private/curlhelper_p.h>
#include <zypp-curl/auth/CurlAuthData>
#include <zypp-curl/parser/metadatahelper.h>
#include <zypp-curl/ng/network/curlmultiparthandler.h>
Go to the source code of this file.
◆ CURLVERSION_AT_LEAST
#define CURLVERSION_AT_LEAST |
( |
|
M, |
|
|
|
N, |
|
|
|
O |
|
) |
| LIBCURL_VERSION_NUM >= ((((M)<<8)+(N))<<8)+(O) |