ubase/config.def.h

8 lines
198 B
C
Raw Normal View History

/* See LICENSE file for copyright and license details. */
2014-06-02 16:14:29 +00:00
#define ENV_SUPATH "/bin"
#define ENV_PATH "/bin"
2014-06-30 13:17:00 +00:00
#define PW_CIPHER "$6$" /* SHA-512 */
2014-07-01 14:48:35 +00:00
#undef UTMP_PATH
#define UTMP_PATH "/var/run/utmp"