[Fedora-directory-commits] ldapserver/lib/ldaputil/examples init.c, 1.4, 1.5 plugin.c, 1.4, 1.5 plugin.h, 1.4, 1.5

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


Author: nhosoi

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

Modified Files:
	init.c plugin.c plugin.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: init.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/ldaputil/examples/init.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- init.c	19 Apr 2005 22:07:47 -0000	1.4
+++ init.c	10 Nov 2006 23:46:00 -0000	1.5
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>


Index: plugin.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/ldaputil/examples/plugin.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- plugin.c	19 Apr 2005 22:07:47 -0000	1.4
+++ plugin.c	10 Nov 2006 23:46:00 -0000	1.5
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>


Index: plugin.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/ldaputil/examples/plugin.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- plugin.h	19 Apr 2005 22:07:47 -0000	1.4
+++ plugin.h	10 Nov 2006 23:46:00 -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 _CERTMAP_PLUGIN_H
 #define _CERTMAP_PLUGIN_H
 




More information about the Fedora-directory-commits mailing list