summaryrefslogtreecommitdiffstats
path: root/include/ldaputil
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 /include/ldaputil
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 'include/ldaputil')
-rw-r--r--include/ldaputil/cert.h5
-rw-r--r--include/ldaputil/certmap.h5
-rw-r--r--include/ldaputil/dbconf.h5
-rw-r--r--include/ldaputil/encode.h5
-rw-r--r--include/ldaputil/errors.h5
-rw-r--r--include/ldaputil/extcmap.h5
-rw-r--r--include/ldaputil/init.h5
-rw-r--r--include/ldaputil/ldapauth.h5
-rw-r--r--include/ldaputil/ldapdb.h5
-rw-r--r--include/ldaputil/ldaputil.h5
10 files changed, 50 insertions, 0 deletions
diff --git a/include/ldaputil/cert.h b/include/ldaputil/cert.h
index d7307cf6..051940ce 100644
--- a/include/ldaputil/cert.h
+++ b/include/ldaputil/cert.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 _LDAPU_CERT_H
#define _LDAPU_CERT_H
diff --git a/include/ldaputil/certmap.h b/include/ldaputil/certmap.h
index 6fc81c89..4320ff48 100644
--- a/include/ldaputil/certmap.h
+++ b/include/ldaputil/certmap.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 _LDAPU_CERTMAP_H
#define _LDAPU_CERTMAP_H
diff --git a/include/ldaputil/dbconf.h b/include/ldaputil/dbconf.h
index c430c94e..b6dd1ed0 100644
--- a/include/ldaputil/dbconf.h
+++ b/include/ldaputil/dbconf.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 _LDAPU_DBCONF_H
#define _LDAPU_DBCONF_H
diff --git a/include/ldaputil/encode.h b/include/ldaputil/encode.h
index 0c3a4a07..5aa63b70 100644
--- a/include/ldaputil/encode.h
+++ b/include/ldaputil/encode.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 _LDAPU_ENCODE_H
#define _LDAPU_ENCODE_H
diff --git a/include/ldaputil/errors.h b/include/ldaputil/errors.h
index 6dd074ec..7b36a472 100644
--- a/include/ldaputil/errors.h
+++ b/include/ldaputil/errors.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 _LDAPU_ERRORS_H
#define _LDAPU_ERRORS_H
diff --git a/include/ldaputil/extcmap.h b/include/ldaputil/extcmap.h
index aae63066..0327135c 100644
--- a/include/ldaputil/extcmap.h
+++ b/include/ldaputil/extcmap.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 _PUBLIC_CERTMAP_H
#define _PUBLIC_CERTMAP_H
diff --git a/include/ldaputil/init.h b/include/ldaputil/init.h
index f51d3bf3..a1fdc9db 100644
--- a/include/ldaputil/init.h
+++ b/include/ldaputil/init.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 _LDAPU_INIT_H
#define _LDAPU_INIT_H
diff --git a/include/ldaputil/ldapauth.h b/include/ldaputil/ldapauth.h
index bc3b73ae..c2c7f99b 100644
--- a/include/ldaputil/ldapauth.h
+++ b/include/ldaputil/ldapauth.h
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#ifndef LDAPU_AUTH_H
#define LDAPU_AUTH_H
diff --git a/include/ldaputil/ldapdb.h b/include/ldaputil/ldapdb.h
index 6f326d22..5a768f59 100644
--- a/include/ldaputil/ldapdb.h
+++ b/include/ldaputil/ldapdb.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 _LDAPU_LDAPDB_H
#define _LDAPU_LDAPDB_H
diff --git a/include/ldaputil/ldaputil.h b/include/ldaputil/ldaputil.h
index 35b9a640..4cb05e6a 100644
--- a/include/ldaputil/ldaputil.h
+++ b/include/ldaputil/ldaputil.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 _LDAPU_LDAPUTIL_H
#define _LDAPU_LDAPUTIL_H