summaryrefslogtreecommitdiff
path: root/src/pulsecore/creds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/creds.h')
-rw-r--r--src/pulsecore/creds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/creds.h b/src/pulsecore/creds.h
index b599b569c..acfdd9d43 100644
--- a/src/pulsecore/creds.h
+++ b/src/pulsecore/creds.h
@@ -34,7 +34,7 @@
typedef struct pa_creds pa_creds;
typedef struct pa_cmsg_ancil_data pa_cmsg_ancil_data;
-#if defined(SCM_CREDENTIALS) || defined(SCM_CREDS)
+#if (defined(SCM_CREDENTIALS) || defined(SCM_CREDS)) && !defined(OS_IS_DARWIN)
#define HAVE_CREDS 1