Skip to content

Commit b0c9081

Browse files
pyldap contributorsencukou
authored andcommitted
Modules: Use alternate sasl.h location on macOS
1 parent 39ad22e commit b0c9081

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Modules/LDAPObject.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@
1414
#include "options.h"
1515

1616
#ifdef HAVE_SASL
17+
#ifdef __APPLE__
18+
#include <sasl/sasl.h>
19+
#else
1720
#include <sasl.h>
1821
#endif
22+
#endif
1923

2024
static void free_attrs(char***, PyObject*);
2125

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy