Issue #2399 - Fix LDAP on Linux.

This commit is contained in:
Jeremy Andrews 2023-12-01 19:01:18 -06:00 committed by roytam1
commit 54874de6d4
5 changed files with 27 additions and 25 deletions

View file

@ -51,10 +51,6 @@
#ifndef _LBERINT_H
#define _LBERINT_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include <ctype.h>
#include <stdarg.h>
@ -115,6 +111,10 @@ extern "C" {
#include "lber.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef macintosh
#define NSLDAPI_LBER_SOCKET_IS_PTR
#endif