[Fedora-directory-commits] ldapserver/ldap/servers/plugins/cos cos.c, 1.4, 1.5 cos_cache.c, 1.6, 1.7 cos_cache.h, 1.4, 1.5 dllmain.c, 1.4, 1.5

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


Author: nhosoi

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

Modified Files:
	cos.c cos_cache.c cos_cache.h dllmain.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: cos.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/cos/cos.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cos.c	19 Apr 2005 22:07:29 -0000	1.4
+++ cos.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 <stdio.h>
 #include <string.h>
 #include "portable.h"


Index: cos_cache.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/cos/cos_cache.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cos_cache.c	19 Apr 2005 22:07:29 -0000	1.6
+++ cos_cache.c	10 Nov 2006 23:44:56 -0000	1.7
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
 	The cos cache keeps in memory all of
 	the data related to cos.  This allows


Index: cos_cache.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/cos/cos_cache.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cos_cache.h	19 Apr 2005 22:07:29 -0000	1.4
+++ cos_cache.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
+
+
 #if !defined( _COS_CACHE_H )
 #define _COS_CACHE_H
 


Index: dllmain.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/cos/dllmain.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dllmain.c	19 Apr 2005 22:07:29 -0000	1.4
+++ dllmain.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
+
 /*
  * Microsoft Windows specifics for BACK-LDBM DLL
  */




More information about the Fedora-directory-commits mailing list