- Timestamp:
- Mar 31, 2022 9:25:30 AM (3 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r94300 r94406 324 324 ifdef IPRT_HTTP_WITH_WEBDAV 325 325 RuntimeR3_DEFS += IPRT_HTTP_WITH_WEBDAV 326 endif 327 ifdef IPRT_WITHOUT_PAM 328 RuntimeR3_DEFS += IPRT_WITHOUT_PAM 326 329 endif 327 330 RuntimeR3_INCS = \ -
trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp
r93543 r94406 86 86 87 87 #if !defined(IPRT_USE_PAM) \ 88 && !defined(IPRT_WITHOUT_PAM) \ 88 89 && ( defined(RT_OS_DARWIN) || defined(RT_OS_FREEBSD) || defined(RT_OS_LINUX) || defined(RT_OS_NETBSD) || defined(RT_OS_OPENBSD) ) 89 90 # define IPRT_USE_PAM
Note:
See TracChangeset
for help on using the changeset viewer.