From 6679b0968981f8be7c33a7df2c30bb5146f3a6d3 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Fri, 10 Nov 2006 23:46:05 +0000 Subject: Resolves: #214533 Summary: configure needs to support --with-fhs (Comment #6) Changes: Added the following include next to the end of the copyright block. + +#ifdef HAVE_CONFIG_H +# include +#endif + --- ldap/include/avl.h | 5 +++++ ldap/include/dblayer.h | 5 +++++ ldap/include/dirlite_strings.h | 5 +++++ ldap/include/disptmpl.h | 5 +++++ ldap/include/ldaplog.h | 5 +++++ ldap/include/ldaprot.h | 5 +++++ ldap/include/ldbm.h | 5 +++++ ldap/include/ldif.h | 5 +++++ ldap/include/litekey.h | 5 +++++ ldap/include/lthread.h | 5 +++++ ldap/include/ntslapdregparms.h | 5 +++++ ldap/include/ntwatchdog.h | 5 +++++ ldap/include/portable.h | 5 +++++ ldap/include/proto-ntutil.h | 5 +++++ ldap/include/regex.h | 5 +++++ ldap/include/srchpref.h | 5 +++++ ldap/include/sysexits-compat.h | 5 +++++ 17 files changed, 85 insertions(+) (limited to 'ldap/include') diff --git a/ldap/include/avl.h b/ldap/include/avl.h index be0b15db..2fa10f89 100644 --- a/ldap/include/avl.h +++ b/ldap/include/avl.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + /* avl.h - avl tree definitions */ /* * Copyright (c) 1993 Regents of the University of Michigan. diff --git a/ldap/include/dblayer.h b/ldap/include/dblayer.h index 3929b3c0..db131022 100644 --- a/ldap/include/dblayer.h +++ b/ldap/include/dblayer.h @@ -36,4 +36,9 @@ * All rights reserved. * END COPYRIGHT BLOCK **/ +#ifdef HAVE_CONFIG_H +# include +#endif + + /* This file is no longer used */ diff --git a/ldap/include/dirlite_strings.h b/ldap/include/dirlite_strings.h index 6089e1b9..8a396df1 100644 --- a/ldap/include/dirlite_strings.h +++ b/ldap/include/dirlite_strings.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + /* dirlite_strings.h - strings used for Directory Lite */ #ifndef _DIRLITE_STRINGS_H_ #define _DIRLITE_STRINGS_H_ diff --git a/ldap/include/disptmpl.h b/ldap/include/disptmpl.h index 19198aeb..226470c7 100644 --- a/ldap/include/disptmpl.h +++ b/ldap/include/disptmpl.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + /* * Copyright (c) 1993, 1994 Regents of the University of Michigan. * All rights reserved. diff --git a/ldap/include/ldaplog.h b/ldap/include/ldaplog.h index a7e703f9..195f67c0 100644 --- a/ldap/include/ldaplog.h +++ b/ldap/include/ldaplog.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + #ifndef _LDAPLOG_H #define _LDAPLOG_H diff --git a/ldap/include/ldaprot.h b/ldap/include/ldaprot.h index 1e0bf137..81cb9e9d 100644 --- a/ldap/include/ldaprot.h +++ b/ldap/include/ldaprot.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + #ifndef _LDAPROT_H #define _LDAPROT_H diff --git a/ldap/include/ldbm.h b/ldap/include/ldbm.h index 69936d5e..b50e5c3c 100644 --- a/ldap/include/ldbm.h +++ b/ldap/include/ldbm.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + /* ldbm.h - ldap dbm compatibility routine header file */ #error "Hmm, shoudn't be here" diff --git a/ldap/include/ldif.h b/ldap/include/ldif.h index 3f04db83..c6de212c 100644 --- a/ldap/include/ldif.h +++ b/ldap/include/ldif.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + /* * Copyright (c) 1996 Regents of the University of Michigan. * All rights reserved. diff --git a/ldap/include/litekey.h b/ldap/include/litekey.h index e8d9b6b1..04ee11bc 100644 --- a/ldap/include/litekey.h +++ b/ldap/include/litekey.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + /* * Defines function used to determine the type of DS based on the * key. diff --git a/ldap/include/lthread.h b/ldap/include/lthread.h index daed6edb..bfdd4f39 100644 --- a/ldap/include/lthread.h +++ b/ldap/include/lthread.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + /* lthread.h - ldap threads header file */ #ifndef _LTHREAD_H diff --git a/ldap/include/ntslapdregparms.h b/ldap/include/ntslapdregparms.h index 66ef331b..ef40080a 100644 --- a/ldap/include/ntslapdregparms.h +++ b/ldap/include/ntslapdregparms.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + /****************************************************** * * diff --git a/ldap/include/ntwatchdog.h b/ldap/include/ntwatchdog.h index bdb66c01..0c8be74d 100644 --- a/ldap/include/ntwatchdog.h +++ b/ldap/include/ntwatchdog.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + /****************************************************** * * diff --git a/ldap/include/portable.h b/ldap/include/portable.h index 52a75723..f1d54924 100644 --- a/ldap/include/portable.h +++ b/ldap/include/portable.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + /* * Copyright (c) 1994 Regents of the University of Michigan. * All rights reserved. diff --git a/ldap/include/proto-ntutil.h b/ldap/include/proto-ntutil.h index 88181469..26295772 100644 --- a/ldap/include/proto-ntutil.h +++ b/ldap/include/proto-ntutil.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + /****************************************************** * * diff --git a/ldap/include/regex.h b/ldap/include/regex.h index 1ce0de61..11fd870a 100644 --- a/ldap/include/regex.h +++ b/ldap/include/regex.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + #if defined( macintosh ) || defined( DOS ) || defined( _WINDOWS ) || defined( NEED_BSDREGEX ) /* * Copyright (c) 1993 Regents of the University of Michigan. diff --git a/ldap/include/srchpref.h b/ldap/include/srchpref.h index c14fbe5f..d5918f8d 100644 --- a/ldap/include/srchpref.h +++ b/ldap/include/srchpref.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + /* * Copyright (c) 1993, 1994 Regents of the University of Michigan. * All rights reserved. diff --git a/ldap/include/sysexits-compat.h b/ldap/include/sysexits-compat.h index 11c698c0..c7922b4a 100644 --- a/ldap/include/sysexits-compat.h +++ b/ldap/include/sysexits-compat.h @@ -35,6 +35,11 @@ * Copyright (C) 2005 Red Hat, Inc. * All rights reserved. * END COPYRIGHT BLOCK **/ + +#ifdef HAVE_CONFIG_H +# include +#endif + /* * Copyright (c) 1987 Regents of the University of California. * All rights reserved. -- cgit