libzypp 17.31.23
proxyinfos.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
12#ifndef ZYPP_CURL_PROXYINFO_PROXYINFOS_H_INCLUDED
13#define ZYPP_CURL_PROXYINFO_PROXYINFOS_H_INCLUDED
14
15#include <string>
16#include <list>
17
18#include <zypp-curl/proxyinfo/ProxyInfoSysconfig>
19#ifdef WITH_LIBPROXY_SUPPORT
20#include <zypp-curl/proxyinfo/ProxyInfoLibproxy>
21#endif
22
23#endif // ZYPP_CURL_PROXYINFO_PROXYINFOS_H_INCLUDED