fix default build when getpass() is unavailable
if the system doesn't support getpass, we still default on the options that require it which causes a build failure. instead, only default enable these when getpass is available.
Please register or sign in to comment