summaryrefslogtreecommitdiff
path: root/src/mateconf-keys.h
blob: 400065cf8bcbf5390f022ebfc7f7676696409ac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef H_PROCMAN_MATECONF_KEYS_1177430397
#define H_PROCMAN_MATECONF_KEYS_1177430397

#include <string>


namespace procman
{
  namespace mateconf
  {
    extern const std::string root;
    extern const std::string solaris_mode;
    extern const std::string open_files_tree_prefix;
    extern const std::string network_in_bits;
  }
}


#endif //  H_PROCMAN_MATECONF_KEYS_1177430397