[Fedora-directory-commits] ldapserver/config nsinstall.c, 1.5, 1.6 pathsub.c, 1.4, 1.5 pathsub.h, 1.5, 1.6

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


Author: nhosoi

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

Modified Files:
	nsinstall.c pathsub.c pathsub.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: nsinstall.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/config/nsinstall.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nsinstall.c	19 Apr 2005 22:06:42 -0000	1.5
+++ nsinstall.c	10 Nov 2006 23:44:20 -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
+
 /*
 ** install command.
 **


Index: pathsub.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/config/pathsub.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pathsub.c	19 Apr 2005 22:06:42 -0000	1.4
+++ pathsub.c	10 Nov 2006 23:44:20 -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
+
 /*
 ** Pathname subroutines.
 **


Index: pathsub.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/config/pathsub.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pathsub.h	11 Apr 2006 02:14:25 -0000	1.5
+++ pathsub.h	10 Nov 2006 23:44:20 -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
+
 #ifndef pathsub_h___
 #define pathsub_h___
 /*




More information about the Fedora-directory-commits mailing list