408b9f3a5f54f7129ef37d475331713e068b444f
[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