+ pam_ENABLED = DEFAULT and (server_ENABLED or proxy_ENABLED) and POSIX and not OSX and (os.path.exists("/usr/include/pam/pam_misc.h") or os.path.exists("/usr/include/security/pam_misc.h"))
+
+-xdg_open_ENABLED = LINUX and DEFAULT
++xdg_open_ENABLED = (LINUX or FREEBSD) and DEFAULT
+ netdev_ENABLED = LINUX and DEFAULT
+ vsock_ENABLED = LINUX and os.path.exists("/usr/include/linux/vm_sockets.h")