mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Don't include portable.h. Headers can and should assume portable.h
has been included.
This commit is contained in:
parent
376e1e02ff
commit
e03d88fcc4
3 changed files with 0 additions and 6 deletions
|
|
@ -10,8 +10,6 @@
|
|||
* is provided ``as is'' without express or implied warranty.
|
||||
*/
|
||||
|
||||
#include "portable.h"
|
||||
|
||||
#ifdef DOS
|
||||
#define MAX_VALUES 8
|
||||
#else
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@
|
|||
#ifndef _SLDAPD_H_
|
||||
#define _SLDAPD_H_
|
||||
|
||||
#include "portable.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@
|
|||
#ifndef _SLURPD_H_
|
||||
#define _SLURPD_H_
|
||||
|
||||
#include "portable.h"
|
||||
|
||||
#define LDAP_SYSLOG
|
||||
|
||||
#include <ac/syslog.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue