[Fedora-directory-commits] ldapserver/ldap/systools hp_patches.c, 1.5, 1.6 idsktune.c, 1.13, 1.14 pio.c, 1.5, 1.6 pio.h, 1.4, 1.5 sol_patches.c, 1.4, 1.5 viewcore.c, 1.5, 1.6

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


Author: nhosoi

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

Modified Files:
	hp_patches.c idsktune.c pio.c pio.h sol_patches.c viewcore.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: hp_patches.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/systools/hp_patches.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hp_patches.c	19 Apr 2005 22:07:44 -0000	1.5
+++ hp_patches.c	10 Nov 2006 23:45:53 -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
+
 {"PHSS_30966","1.0","ld(1) and linker tools cumulative patch",0,0,0},
 {"PHSS_29486","1.0","KRB5-Client Version 1.0 cumulative patch",0,0,0},
 {"PHSS_29487","1.0","GSS-API Version 1.0 Cumulative patch",0,0,0},


Index: idsktune.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/systools/idsktune.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- idsktune.c	7 Nov 2006 04:20:19 -0000	1.13
+++ idsktune.c	10 Nov 2006 23:45:53 -0000	1.14
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  *    Don't forget to update build_date when the patch sets are updated. 
  * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */


Index: pio.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/systools/pio.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pio.c	19 Apr 2005 22:07:45 -0000	1.5
+++ pio.c	10 Nov 2006 23:45:53 -0000	1.6
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include "pio.h"
 #include <ctype.h>
 #include <string.h>


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


Index: sol_patches.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/systools/sol_patches.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sol_patches.c	19 Apr 2005 22:07:45 -0000	1.4
+++ sol_patches.c	10 Nov 2006 23:45:53 -0000	1.5
@@ -36,6 +36,11 @@
  * All rights reserved.
  * --- END COPYRIGHT BLOCK --- */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /* This list was generated by /u/norikoyasuo/bin/getSolPatches.pl */
 /*   on droid.mcom.com */
 /*   at Thu Mar 18 18:34:27 2004 GMT */


Index: viewcore.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/systools/viewcore.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- viewcore.c	19 Apr 2005 22:07:45 -0000	1.5
+++ viewcore.c	10 Nov 2006 23:45:53 -0000	1.6
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include  <fcntl.h>
 #include  <stdio.h>
 #ifdef linux




More information about the Fedora-directory-commits mailing list