Removed explicit include of <ac/param.h> because it must be included

after <stdlib.h>, but <stdlib.h> is included in slap.h. Moved <ac/param.h>
include into slap.h.
This commit is contained in:
Howard Chu 1999-11-02 19:39:56 +00:00
parent a90a38ec2d
commit bacc581531
5 changed files with 1 additions and 9 deletions

View file

@ -19,8 +19,6 @@
#include <ac/string.h>
#include <ac/time.h>
#include <ac/param.h>
#include "ldap_pvt.h"
#include "slap.h"

View file

@ -13,13 +13,8 @@
#include <ac/socket.h>
#include <ac/string.h>
#include <ac/time.h>
#include <sys/stat.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#include "slap.h"
#include "back-ldbm.h"

View file

@ -9,7 +9,6 @@
#include <stdio.h>
#include <ac/param.h>
#include <ac/string.h>
#include <ac/socket.h>
#include <ac/time.h>

View file

@ -17,6 +17,7 @@
#include <ac/regex.h>
#include <ac/socket.h>
#include <ac/time.h>
#include <ac/param.h>
#ifdef HAVE_CYRUS_SASL
#include <sasl.h>

View file

@ -182,7 +182,6 @@ ldap_result
ldap_search
ldap_srvtab
ldap_syslog
ldap_syslog_level
ldap_unbind
ldbm_back_abandon
ldbm_back_add