mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Issue #2399 - Fix LDAP on Linux.
This commit is contained in:
parent
dc253ce953
commit
54874de6d4
5 changed files with 27 additions and 25 deletions
|
|
@ -42,14 +42,14 @@
|
|||
#ifndef _LDAP_STANDARD_H
|
||||
#define _LDAP_STANDARD_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "ldap-platform.h"
|
||||
|
||||
#include "lber.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define LDAP_PORT 389
|
||||
#define LDAPS_PORT 636
|
||||
#define LDAP_VERSION2 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue