[Fedora-directory-commits] ldapserver/lib/libadmin authdb.c, 1.6, 1.7 error.c, 1.6, 1.7 template.c, 1.5, 1.6 util.c, 1.6, 1.7

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


Author: nhosoi

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

Modified Files:
	authdb.c error.c template.c util.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: authdb.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libadmin/authdb.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- authdb.c	11 Apr 2006 02:14:54 -0000	1.6
+++ authdb.c	10 Nov 2006 23:46:03 -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
+
 /* 
  * authdb.c:  Functions to aid in user/group database admin
  *            


Index: error.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libadmin/error.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- error.c	19 Apr 2005 22:07:54 -0000	1.6
+++ error.c	10 Nov 2006 23:46:03 -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
+
 /*
  * error.c - Handle error recovery
  *


Index: template.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libadmin/template.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- template.c	19 Apr 2005 22:07:54 -0000	1.5
+++ template.c	10 Nov 2006 23:46:03 -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
+
 /* 
  * template.c:  The actual HTML templates in a static variable 
  *            


Index: util.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libadmin/util.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- util.c	19 Apr 2005 22:07:54 -0000	1.6
+++ util.c	10 Nov 2006 23:46:03 -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
+
 /* 
  * util.c:  Miscellaneous stuffs
  *            




More information about the Fedora-directory-commits mailing list