[Fedora-directory-commits] ldapserver/ldap/servers/slapd/back-ldbm/tools/index_dump index_dump.c, 1.4, 1.5

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


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/back-ldbm/tools/index_dump
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30269/ldap/servers/slapd/back-ldbm/tools/index_dump

Modified Files:
	index_dump.c 
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: index_dump.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/back-ldbm/tools/index_dump/index_dump.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index_dump.c	19 Apr 2005 22:07:39 -0000	1.4
+++ index_dump.c	10 Nov 2006 23:45:33 -0000	1.5
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 void	configure __P((char *));
 DB_ENV *db_init __P((char *));
 void	pheader __P((DB *, int));




More information about the Fedora-directory-commits mailing list