| Feature flag | Source |
|---|---|
| msActiveSyncingStatus | Microsoft Edge |
| msAllowChromeWebstore | Microsoft Edge |
| msAlwaysSplitUMALog | Microsoft Edge |
| msAutofillEdgeSuggestionUI | Microsoft Edge |
| msCacheWebAccounts | Microsoft Edge |
| msCacheWebSsoCookies | Microsoft Edge |
| msCloseButtonDescription | Microsoft Edge |
| msControls | Microsoft Edge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <stddef.h> | |
| #include <string.h> | |
| #include <curl/curl.h> | |
| #include <security/pam_appl.h> | |
| #include <security/pam_modules.h> | |
| /* expected hook */ | |
| PAM_EXTERN int pam_sm_close_session( pam_handle_t *pamh, int flags, int argc, const char **argv ) { |