summaryrefslogtreecommitdiffstats
path: root/ldap/include
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-11-10 23:46:05 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-11-10 23:46:05 +0000
commit6679b0968981f8be7c33a7df2c30bb5146f3a6d3 (patch)
tree0cc86c8a1be101bb2af749547ef5fec578013bc2 /ldap/include
parenta765a367145893e3e28dc518f5d08dd9bdfa1358 (diff)
downloadds-6679b0968981f8be7c33a7df2c30bb5146f3a6d3.tar.gz
ds-6679b0968981f8be7c33a7df2c30bb5146f3a6d3.tar.xz
ds-6679b0968981f8be7c33a7df2c30bb5146f3a6d3.zip
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 <config.h> +#endif +
Diffstat (limited to 'ldap/include')
-rw-r--r--ldap/include/avl.h5
-rw-r--r--ldap/include/dblayer.h5
-rw-r--r--ldap/include/dirlite_strings.h5
-rw-r--r--ldap/include/disptmpl.h5
-rw-r--r--ldap/include/ldaplog.h5
-rw-r--r--ldap/include/ldaprot.h5
-rw-r--r--ldap/include/ldbm.h5
-rw-r--r--ldap/include/ldif.h5
-rw-r--r--ldap/include/litekey.h5
-rw-r--r--ldap/include/lthread.h5
-rw-r--r--ldap/include/ntslapdregparms.h5
-rw-r--r--ldap/include/ntwatchdog.h5
-rw-r--r--ldap/include/portable.h5
-rw-r--r--ldap/include/proto-ntutil.h5
-rw-r--r--ldap/include/regex.h5
-rw-r--r--ldap/include/srchpref.h5
-rw-r--r--ldap/include/sysexits-compat.h5
17 files changed, 85 insertions, 0 deletions
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 <config.h>
+#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 <config.h>
+#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 <config.h>
+#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 <config.h>
+#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 <config.h>
+#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 <config.h>
+#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 <config.h>
+#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 <config.h>
+#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 <config.h>
+#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 <config.h>
+#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 <config.h>
+#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 <config.h>
+#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 <config.h>
+#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 <config.h>
+#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 <config.h>
+#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 <config.h>
+#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 <config.h>
+#endif
+
/*
* Copyright (c) 1987 Regents of the University of California.
* All rights reserved.