mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
gcredentials: add Solaris support
Based on patches from Igor Pashev. https://bugzilla.gnome.org/show_bug.cgi?id=705029
This commit is contained in:
@@ -89,6 +89,8 @@ g_unix_credentials_message_get_msg_type (GSocketControlMessage *message)
|
||||
return SCM_CREDENTIALS;
|
||||
#elif G_CREDENTIALS_USE_FREEBSD_CMSGCRED
|
||||
return SCM_CREDS;
|
||||
#elif G_CREDENTIALS_USE_SOLARIS_UCRED
|
||||
return SCM_UCRED;
|
||||
#elif G_CREDENTIALS_UNIX_CREDENTIALS_MESSAGE_SUPPORTED
|
||||
#error "G_CREDENTIALS_UNIX_CREDENTIALS_MESSAGE_SUPPORTED is set but there is no msg_type defined for this platform"
|
||||
#else
|
||||
|
Reference in New Issue
Block a user