VirtualBox

Changeset 94406 in vbox for trunk


Ignore:
Timestamp:
Mar 31, 2022 9:25:30 AM (3 years ago)
Author:
vboxsync
Message:

Runtime: Make it possible to override PAM usage with IPRT_WITHOUT_PAM (addendum for r148553), bugref:10153

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r94300 r94406  
    324324ifdef IPRT_HTTP_WITH_WEBDAV
    325325 RuntimeR3_DEFS        += IPRT_HTTP_WITH_WEBDAV
     326endif
     327ifdef IPRT_WITHOUT_PAM
     328 RuntimeR3_DEFS        += IPRT_WITHOUT_PAM
    326329endif
    327330RuntimeR3_INCS          = \
  • trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp

    r93543 r94406  
    8686
    8787#if !defined(IPRT_USE_PAM) \
     88 && !defined(IPRT_WITHOUT_PAM) \
    8889 && ( defined(RT_OS_DARWIN) || defined(RT_OS_FREEBSD) || defined(RT_OS_LINUX) || defined(RT_OS_NETBSD) || defined(RT_OS_OPENBSD) )
    8990# define IPRT_USE_PAM
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette