config.def.h - ubase - suckless linux base utils
HTML git clone git://git.suckless.org/ubase
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
config.def.h (274B)
---
1 /* See LICENSE file for copyright and license details. */
2
3 #define ENV_PATH "/bin"
4 #define PW_CIPHER "$6$" /* SHA-512 */
5 #undef UTMP_PATH
6 #define UTMP_PATH "/var/run/utmp"
7 #undef BTMP_PATH
8 #define BTMP_PATH "/var/log/btmp"
9 #undef WTMP_PATH
10 #define WTMP_PATH "/var/log/wtmp"