ubase/config.def.h

12 lines
300 B
C
Raw Normal View History

/* See LICENSE file for copyright and license details. */
2014-06-02 12:14:29 -04:00
#define ENV_SUPATH "/bin"
#define ENV_PATH "/bin"
2014-06-30 09:17:00 -04:00
#define PW_CIPHER "$6$" /* SHA-512 */
2014-07-01 10:48:35 -04:00
#undef UTMP_PATH
#define UTMP_PATH "/var/run/utmp"
2014-10-16 06:27:39 -04:00
#undef BTMP_PATH
#define BTMP_PATH "/var/log/btmp"
#undef WTMP_PATH
#define WTMP_PATH "/var/log/wtmp"