Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / media / proxyinfo / ProxyInfos.h
1 /*---------------------------------------------------------------------\
2 |                          ____ _   __ __ ___                          |
3 |                         |__  / \ / / . \ . \                         |
4 |                           / / \ V /|  _/  _/                         |
5 |                          / /__ | | | | | |                           |
6 |                         /_____||_| |_| |_|                           |
7 |                                                                      |
8 \---------------------------------------------------------------------*/
9 /** \file zypp/media/proxyinfo/ProxyInfos.h
10  *
11 */
12 #ifndef ZYPP_MEDIA_PROXYINFO_PROXYINFOS_H
13 #define ZYPP_MEDIA_PROXYINFO_PROXYINFOS_H
14
15 #include <string>
16 #include <list>
17
18 #include "zypp/media/proxyinfo/ProxyInfoSysconfig.h"
19 #ifdef WITH_LIBPROXY_SUPPORT
20 #include "zypp/media/proxyinfo/ProxyInfoLibproxy.h"
21 #endif
22
23 #endif // ZYPP_MEDIA_PROXYINFO_PROXYINFOS_H