Don't include portable.h. Headers can and should assume portable.h

has been included.
This commit is contained in:
Kurt Zeilenga 1998-11-11 01:38:02 +00:00
parent 376e1e02ff
commit e03d88fcc4
3 changed files with 0 additions and 6 deletions

View file

@ -10,8 +10,6 @@
* is provided ``as is'' without express or implied warranty.
*/
#include "portable.h"
#ifdef DOS
#define MAX_VALUES 8
#else

View file

@ -3,8 +3,6 @@
#ifndef _SLDAPD_H_
#define _SLDAPD_H_
#include "portable.h"
#include <stdlib.h>
#include <sys/types.h>

View file

@ -15,8 +15,6 @@
#ifndef _SLURPD_H_
#define _SLURPD_H_
#include "portable.h"
#define LDAP_SYSLOG
#include <ac/syslog.h>