[Fedora-directory-commits] ldapserver/include/ldaputil cert.h, 1.4, 1.5 certmap.h, 1.4, 1.5 dbconf.h, 1.4, 1.5 encode.h, 1.4, 1.5 errors.h, 1.4, 1.5 extcmap.h, 1.4, 1.5 init.h, 1.4, 1.5 ldapauth.h, 1.4, 1.5 ldapdb.h, 1.5, 1.6 ldaputil.h, 1.4, 1.5

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Nov 10 23:44:28 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/ldapserver/include/ldaputil
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30269/include/ldaputil

Modified Files:
	cert.h certmap.h dbconf.h encode.h errors.h extcmap.h init.h 
	ldapauth.h ldapdb.h ldaputil.h 
Log Message:
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
+



Index: cert.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/ldaputil/cert.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cert.h	19 Apr 2005 22:06:45 -0000	1.4
+++ cert.h	10 Nov 2006 23:44:25 -0000	1.5
@@ -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
 


Index: certmap.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/ldaputil/certmap.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- certmap.h	19 Apr 2005 22:06:45 -0000	1.4
+++ certmap.h	10 Nov 2006 23:44:25 -0000	1.5
@@ -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
 


Index: dbconf.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/ldaputil/dbconf.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dbconf.h	19 Apr 2005 22:06:45 -0000	1.4
+++ dbconf.h	10 Nov 2006 23:44:25 -0000	1.5
@@ -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
 


Index: encode.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/ldaputil/encode.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- encode.h	19 Apr 2005 22:06:45 -0000	1.4
+++ encode.h	10 Nov 2006 23:44:25 -0000	1.5
@@ -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
 


Index: errors.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/ldaputil/errors.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- errors.h	19 Apr 2005 22:06:45 -0000	1.4
+++ errors.h	10 Nov 2006 23:44:25 -0000	1.5
@@ -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
 


Index: extcmap.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/ldaputil/extcmap.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- extcmap.h	19 Apr 2005 22:06:45 -0000	1.4
+++ extcmap.h	10 Nov 2006 23:44:25 -0000	1.5
@@ -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
 


Index: init.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/ldaputil/init.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- init.h	19 Apr 2005 22:06:45 -0000	1.4
+++ init.h	10 Nov 2006 23:44:25 -0000	1.5
@@ -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
 


Index: ldapauth.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/ldaputil/ldapauth.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ldapauth.h	19 Apr 2005 22:06:45 -0000	1.4
+++ ldapauth.h	10 Nov 2006 23:44:25 -0000	1.5
@@ -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
 


Index: ldapdb.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/ldaputil/ldapdb.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ldapdb.h	10 Nov 2006 01:37:46 -0000	1.5
+++ ldapdb.h	10 Nov 2006 23:44:25 -0000	1.6
@@ -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
 


Index: ldaputil.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/ldaputil/ldaputil.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ldaputil.h	19 Apr 2005 22:06:45 -0000	1.4
+++ ldaputil.h	10 Nov 2006 23:44:25 -0000	1.5
@@ -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
 




More information about the Fedora-directory-commits mailing list