[Fedora-directory-commits] ldapserver/ldap/cm/newinstnt consolinst.c, 1.6, 1.7 consolinst.h, 1.4, 1.5 dsinst.c, 1.12, 1.13 dsinst.h, 1.5, 1.6 dsinst_dsalib_dn.c, 1.4, 1.5 libinst.c, 1.4, 1.5 libinst.h, 1.4, 1.5 resource.h, 1.5, 1.6

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


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/cm/newinstnt
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30269/ldap/cm/newinstnt

Modified Files:
	consolinst.c consolinst.h dsinst.c dsinst.h dsinst_dsalib_dn.c 
	libinst.c libinst.h resource.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: consolinst.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/newinstnt/consolinst.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- consolinst.c	19 Apr 2005 22:07:21 -0000	1.6
+++ consolinst.c	10 Nov 2006 23:44:41 -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
+
 //////////////////////////////////////////////////////////////////////////////
 // CONSOLINST.c - Fedora Directory Server Installation Plug-In 
 //


Index: consolinst.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/newinstnt/consolinst.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- consolinst.h	19 Apr 2005 22:07:21 -0000	1.4
+++ consolinst.h	10 Nov 2006 23:44:41 -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
+
 //////////////////////////////////////////////////////////////////////////////
 // CONSOLINST.h - Netscape SuiteSpot Installation Plug-In Directory Server
 //


Index: dsinst.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/newinstnt/dsinst.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dsinst.c	2 Sep 2005 20:40:54 -0000	1.12
+++ dsinst.c	10 Nov 2006 23:44:41 -0000	1.13
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 ///////////////////////////////////////////////////////////////////////////////
 // dsinst.c - Fedora Directory Server Installation Plug-In 
 //


Index: dsinst.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/newinstnt/dsinst.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dsinst.h	19 Apr 2005 22:07:21 -0000	1.5
+++ dsinst.h	10 Nov 2006 23:44:41 -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
+
 //////////////////////////////////////////////////////////////////////////////
 // dsinst.h - Netscape SuiteSpot Installation Plug-In Directory Server
 //


Index: dsinst_dsalib_dn.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/newinstnt/dsinst_dsalib_dn.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dsinst_dsalib_dn.c	19 Apr 2005 22:07:21 -0000	1.4
+++ dsinst_dsalib_dn.c	10 Nov 2006 23:44:41 -0000	1.5
@@ -36,4 +36,9 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include <dsalib_dn.c>


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


Index: libinst.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/newinstnt/libinst.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libinst.h	19 Apr 2005 22:07:21 -0000	1.4
+++ libinst.h	10 Nov 2006 23:44:41 -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
+
 //////////////////////////////////////////////////////////////////////////////
 // libinst.h - Netscape SuiteSpot Installation Plug-In Directory Server
 //


Index: resource.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/cm/newinstnt/resource.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- resource.h	19 Apr 2005 22:07:21 -0000	1.5
+++ resource.h	10 Nov 2006 23:44:41 -0000	1.6
@@ -36,6 +36,11 @@
 // All rights reserved.
 // --- END COPYRIGHT BLOCK ---
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 //{{NO_DEPENDENCIES}}
 // Microsoft Developer Studio generated include file.
 // Used by dsinst.rc




More information about the Fedora-directory-commits mailing list