globus_common  18.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
globus_l_common_paths.h
1 struct globus_l_common_path_lookup_table_s
2 {
3  const char * name;
4  const char * path;
5 };
6 
7 static struct globus_l_common_path_lookup_table_s
8 globus_l_common_path_lookup_table[] =
9 {
10  { "prefix", "/usr" },
11  { "exec_prefix", "/usr" },
12  { "sbindir", "/usr/sbin" },
13  { "bindir", "/usr/bin" },
14  { "libdir", "/usr/lib" },
15  { "libexecdir", "/usr/share/globus" },
16  { "includedir", "/usr/include/globus" },
17  { "datarootdir", "${prefix}/share" },
18  { "datadir", "/usr/share" },
19  { "mandir", "/usr/share/man" },
20  { "sysconfdir", "/etc" },
21  { "sharedstatedir", "/var/lib" },
22  { "localstatedir", "/var" },
23  { "perlmoduledir", "/usr/share/perl5/vendor_perl" },
24  { NULL, NULL }
25 };