Introduction
Introduction Statistics Contact Development Disclaimer Help
config.def.h - ubase - suckless linux base utils
git clone git://git.suckless.org/ubase
Log
Files
Refs
README
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"
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.