[Fedora-directory-commits] ldapserver/ldap/servers/plugins/http dllmain.c, 1.4, 1.5 http_client.c, 1.5, 1.6 http_client.h, 1.4, 1.5 http_impl.c, 1.9, 1.10 http_impl.h, 1.4, 1.5

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


Author: nhosoi

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

Modified Files:
	dllmain.c http_client.c http_client.h http_impl.c http_impl.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: dllmain.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/http/dllmain.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dllmain.c	19 Apr 2005 22:07:30 -0000	1.4
+++ dllmain.c	10 Nov 2006 23:45:02 -0000	1.5
@@ -36,6 +36,11 @@
  * All rights reserved.
  * --- END COPYRIGHT BLOCK --- */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
  * Microsoft Windows specifics for BACK-LDBM DLL
  */


Index: http_client.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/http/http_client.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- http_client.c	19 Apr 2005 22:07:30 -0000	1.5
+++ http_client.c	10 Nov 2006 23:45:02 -0000	1.6
@@ -36,6 +36,11 @@
  * All rights reserved.
  * --- END COPYRIGHT BLOCK --- */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /**
  * Simple Http Client API broker plugin 
  */


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


Index: http_impl.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/http/http_impl.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- http_impl.c	13 Oct 2006 01:06:27 -0000	1.9
+++ http_impl.c	10 Nov 2006 23:45:02 -0000	1.10
@@ -36,6 +36,11 @@
  * All rights reserved.
  * --- END COPYRIGHT BLOCK --- */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /**
  * Implementation of a Simple HTTP Client
  */


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




More information about the Fedora-directory-commits mailing list