1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

FreeBSD.cf: Enable PTS driver and libutempter.

This commit is contained in:
Liang Chang 2021-04-25 01:08:01 +08:00 committed by Jon Trulson
parent 2887eed470
commit fad5b988c1

View file

@ -257,4 +257,12 @@ XCOMM to enable pam support
#define PamAuthenticationModule /usr/local/lib/security/pam_pwauth_suid.so
#endif
#if !defined(HasPtsDriver)
#define HasPtsDriver YES
#endif
#if !defined(HasUtempterLibrary)
#define HasUtempterLibrary YES
#endif
#include <bsdLib.rules>