From 52c0adeb197d5d85108acd659245f64416631481 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 16 Dec 2003 01:58:15 +0000 Subject: [PATCH] minor tweak and rebuild --- acconfig.h | 8 ++++---- configure | 2 +- include/portable.h.in | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/acconfig.h b/acconfig.h index 7c8889b6f4..3d40c40326 100644 --- a/acconfig.h +++ b/acconfig.h @@ -87,10 +87,6 @@ #define LDAP_NEEDS_PROTOTYPES 1 #endif -#ifdef HAVE_STDDEF_H -# include -#endif - #ifndef LDAP_REL_ENG #if (LDAP_VENDOR_VERSION == 000000) && !defined(LDAP_DEVEL) #define LDAP_DEVEL @@ -100,6 +96,10 @@ #endif #endif +#ifdef HAVE_STDDEF_H +# include +#endif + #ifdef HAVE_EBCDIC /* ASCII/EBCDIC converting replacements for stdio funcs * vsnprintf and snprintf are used too, but they are already diff --git a/configure b/configure index 3ac7186856..1bbc5af899 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.506 2003/12/10 07:45:54 hyc Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.507 2003/12/14 05:46:35 kurt Exp # This work is part of OpenLDAP Software . # diff --git a/include/portable.h.in b/include/portable.h.in index 51171d558f..03445bf0af 100644 --- a/include/portable.h.in +++ b/include/portable.h.in @@ -1047,10 +1047,6 @@ #define LDAP_NEEDS_PROTOTYPES 1 #endif -#ifdef HAVE_STDDEF_H -# include -#endif - #ifndef LDAP_REL_ENG #if (LDAP_VENDOR_VERSION == 000000) && !defined(LDAP_DEVEL) #define LDAP_DEVEL @@ -1060,6 +1056,10 @@ #endif #endif +#ifdef HAVE_STDDEF_H +# include +#endif + #ifdef HAVE_EBCDIC /* ASCII/EBCDIC converting replacements for stdio funcs * vsnprintf and snprintf are used too, but they are already -- 2.39.5