libzypp  11.13.5
Sysconfig.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
12 #ifndef ZYPP_BASE_SYSCONFIG_H
13 #define ZYPP_BASE_SYSCONFIG_H
14 
15 #include <string>
16 #include <map>
17 #include "zypp/Pathname.h"
18 
19 namespace zypp {
20  namespace base {
21  namespace sysconfig {
22 
23  std::map<std::string,std::string> read( const Pathname & _path );
24 
25  } // namespace sysconfig
26  } // namespace base
27 } // namespace zypp
28 
29 #endif // ZYPP_BASE_SYSCONFIG_H