[Fedora-directory-commits] ldapserver/lib/ldaputil/utest example.c, 1.4, 1.5 plugin.c, 1.4, 1.5 plugin.h, 1.4, 1.5 stubs.c, 1.4, 1.5 auth.cpp, 1.5, 1.6 stubs.cpp, 1.5, 1.6

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


Author: nhosoi

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

Modified Files:
	example.c plugin.c plugin.h stubs.c auth.cpp stubs.cpp 
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: example.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/ldaputil/utest/example.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- example.c	19 Apr 2005 22:07:47 -0000	1.4
+++ example.c	10 Nov 2006 23:46:01 -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 <certmap.h>


Index: plugin.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/ldaputil/utest/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:01 -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/utest/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:01 -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
 


Index: stubs.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/ldaputil/utest/stubs.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- stubs.c	19 Apr 2005 22:07:47 -0000	1.4
+++ stubs.c	10 Nov 2006 23:46:01 -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 <ctype.h> /* isspace */
 #include <string.h>
 #include <stdio.h> /* sprintf */


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


Index: stubs.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/ldaputil/utest/stubs.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- stubs.cpp	19 Apr 2005 22:07:47 -0000	1.5
+++ stubs.cpp	10 Nov 2006 23:46:01 -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
+
 #include <ctype.h> /* isspace */
 #include <string.h>
 #include <stdio.h> /* sprintf */




More information about the Fedora-directory-commits mailing list