This symbol's value must be known to port `wmkdirhier` and `wrmdirhier` from `proplist.c` to Rust. This change introduces a basic C library under wutil-rs that is linked into the Rust code to expose preprocessor symbols and other Autotools configuration decisions to Rust. See the rust rewrite notes at the top of `wutil-rs/src/defines.rs` for further thoughts.
6 lines
93 B
C
6 lines
93 B
C
#include "../../config-paths.h"
|
|
|
|
const char *get_GSUSER_SUBDIR() {
|
|
return GSUSER_SUBDIR;
|
|
}
|