[Fedora-directory-commits] ldapserver/ldap/servers/plugins/collation collate.c, 1.7, 1.8 collate.h, 1.4, 1.5 config.c, 1.4, 1.5 config.h, 1.4, 1.5 debug.c, 1.4, 1.5 dllmain.c, 1.5, 1.6 orfilter.c, 1.4, 1.5 orfilter.h, 1.4, 1.5

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


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/plugins/collation
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30269/ldap/servers/plugins/collation

Modified Files:
	collate.c collate.h config.c config.h debug.c dllmain.c 
	orfilter.c orfilter.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: collate.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/collation/collate.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- collate.c	6 Jan 2006 21:49:53 -0000	1.7
+++ collate.c	10 Nov 2006 23:44:56 -0000	1.8
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /* collate.c - implementation of indexing, using a Collation */
 
 #include "collate.h"


Index: collate.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/collation/collate.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- collate.h	19 Apr 2005 22:07:29 -0000	1.4
+++ collate.h	10 Nov 2006 23:44:56 -0000	1.5
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #ifndef _COLLATE_H_
 #define _COLLATE_H_
 


Index: config.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/collation/config.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- config.c	19 Apr 2005 22:07:29 -0000	1.4
+++ config.c	10 Nov 2006 23:44:56 -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
+
 #include "collate.h"
 #include "config.h"
 #include <stdio.h>


Index: config.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/collation/config.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- config.h	19 Apr 2005 22:07:29 -0000	1.4
+++ config.h	10 Nov 2006 23:44:56 -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 _COLL_CONFIG_H_
 #define _COLL_CONFIG_H_
 


Index: debug.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/collation/debug.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- debug.c	19 Apr 2005 22:07:29 -0000	1.4
+++ debug.c	10 Nov 2006 23:44:56 -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
+
 #ifdef _WIN32
 int *module_ldap_debug = 0;
 


Index: dllmain.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/collation/dllmain.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dllmain.c	11 Apr 2006 02:14:39 -0000	1.5
+++ dllmain.c	10 Nov 2006 23:44:56 -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
+
 /*
  * Microsoft Windows specifics for collation DLL
  */


Index: orfilter.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/collation/orfilter.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- orfilter.c	19 Apr 2005 22:07:29 -0000	1.4
+++ orfilter.c	10 Nov 2006 23:44:56 -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
+
 /* orfilter.c - implementation of ordering rule filter */
 
 #include <ldap.h> /* LDAP_UTF8INC */


Index: orfilter.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/collation/orfilter.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- orfilter.h	19 Apr 2005 22:07:29 -0000	1.4
+++ orfilter.h	10 Nov 2006 23:44:56 -0000	1.5
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #ifndef _ORFILTER_H_
 #define _ORFILTER_H_
 




More information about the Fedora-directory-commits mailing list