ubase/config.def.h

8 lines
198 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"