ubase/config.def.h

12 lines
300 B
C
Raw Normal View History

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