[Fedora-directory-commits] ldapserver/ldap/admin/lib dsalib_conf.c, 1.7, 1.8 dsalib_confs.c, 1.6, 1.7 dsalib_db.c, 1.6, 1.7 dsalib_debug.c, 1.6, 1.7 dsalib_dn.c, 1.5, 1.6 dsalib_filename.c, 1.6, 1.7 dsalib_html.c, 1.5, 1.6 dsalib_ldif.c, 1.6, 1.7 dsalib_location.c, 1.8, 1.9 dsalib_pw.c, 1.6, 1.7 dsalib_tailf.c, 1.5, 1.6 dsalib_updown.c, 1.7, 1.8 dsalib_util.c, 1.8, 1.9

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


Author: nhosoi

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

Modified Files:
	dsalib_conf.c dsalib_confs.c dsalib_db.c dsalib_debug.c 
	dsalib_dn.c dsalib_filename.c dsalib_html.c dsalib_ldif.c 
	dsalib_location.c dsalib_pw.c dsalib_tailf.c dsalib_updown.c 
	dsalib_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: dsalib_conf.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/lib/dsalib_conf.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dsalib_conf.c	13 Oct 2006 01:06:20 -0000	1.7
+++ dsalib_conf.c	10 Nov 2006 23:44:32 -0000	1.8
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #if defined( XP_WIN32 )
 #include <windows.h>
 #include <process.h>


Index: dsalib_confs.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/lib/dsalib_confs.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dsalib_confs.c	19 Apr 2005 22:06:54 -0000	1.6
+++ dsalib_confs.c	10 Nov 2006 23:44:32 -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
+
 /*
  * Some of the simple conf stuff here. Must not call any
  * libadmin functions! This is needed by ds_config.c


Index: dsalib_db.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/lib/dsalib_db.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dsalib_db.c	13 Oct 2006 01:06:20 -0000	1.6
+++ dsalib_db.c	10 Nov 2006 23:44:32 -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
+
 #if defined( XP_WIN32 )
 #include <windows.h>
 #include <process.h>


Index: dsalib_debug.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/lib/dsalib_debug.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dsalib_debug.c	19 Apr 2005 22:06:54 -0000	1.6
+++ dsalib_debug.c	10 Nov 2006 23:44:32 -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
+
 #if defined( XP_WIN32 )
 #include <windows.h>
 #endif


Index: dsalib_dn.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/lib/dsalib_dn.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dsalib_dn.c	19 Apr 2005 22:06:54 -0000	1.5
+++ dsalib_dn.c	10 Nov 2006 23:44:32 -0000	1.6
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #if defined( XP_WIN32 )
 #include <windows.h>
 #else


Index: dsalib_filename.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/lib/dsalib_filename.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dsalib_filename.c	19 Apr 2005 22:06:54 -0000	1.6
+++ dsalib_filename.c	10 Nov 2006 23:44:32 -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
+
 #if defined( XP_WIN32 )
 #include <windows.h>
 #endif


Index: dsalib_html.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/lib/dsalib_html.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dsalib_html.c	19 Apr 2005 22:06:54 -0000	1.5
+++ dsalib_html.c	10 Nov 2006 23:44:32 -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
+
 #if defined( XP_WIN32 )
 #include <windows.h>
 #endif


Index: dsalib_ldif.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/lib/dsalib_ldif.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dsalib_ldif.c	19 Apr 2005 22:06:54 -0000	1.6
+++ dsalib_ldif.c	10 Nov 2006 23:44:32 -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
+
 #if defined( XP_WIN32 )
 #include <windows.h>
 #include <process.h>


Index: dsalib_location.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/lib/dsalib_location.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dsalib_location.c	13 Oct 2006 01:06:20 -0000	1.8
+++ dsalib_location.c	10 Nov 2006 23:44:32 -0000	1.9
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #if defined( XP_WIN32 )
 #include <windows.h>
 #endif


Index: dsalib_pw.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/lib/dsalib_pw.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dsalib_pw.c	10 Nov 2006 01:10:44 -0000	1.6
+++ dsalib_pw.c	10 Nov 2006 23:44:32 -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
+
 /*
  * Adjust password policy management related variables.
  * 


Index: dsalib_tailf.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/lib/dsalib_tailf.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dsalib_tailf.c	19 Apr 2005 22:06:54 -0000	1.5
+++ dsalib_tailf.c	10 Nov 2006 23:44:32 -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
+
 #if defined( XP_WIN32 )
 #include <windows.h>
 #endif


Index: dsalib_updown.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/lib/dsalib_updown.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dsalib_updown.c	27 Sep 2006 23:40:44 -0000	1.7
+++ dsalib_updown.c	10 Nov 2006 23:44:32 -0000	1.8
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #if defined( XP_WIN32 )
 #include <windows.h>
 #include <process.h>


Index: dsalib_util.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/lib/dsalib_util.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dsalib_util.c	13 Oct 2006 01:06:20 -0000	1.8
+++ dsalib_util.c	10 Nov 2006 23:44:32 -0000	1.9
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #if defined( XP_WIN32 )
 #include <windows.h>
 #include <io.h>




More information about the Fedora-directory-commits mailing list