libzypp 17.31.23
curlconfig.cc File Reference
#include <iostream>
#include <fstream>
#include <zypp-core/base/Logger.h>
#include <zypp-core/base/IOStream.h>
#include <zypp-core/Pathname.h>
#include <zypp-core/fs/PathInfo.h>
#include <zypp-curl/CurlConfig>
Include dependency graph for curlconfig.cc:

Go to the source code of this file.

Namespaces

namespace  zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
namespace  zypp::media
 

Macros

#define ISSEP(x)   (((x)=='=') || ((x) == ':') || isspace(x))
 

Macro Definition Documentation

◆ ISSEP

#define ISSEP (   x)    (((x)=='=') || ((x) == ':') || isspace(x))