[Fedora-directory-commits] ldapserver/ldap/admin/include dsalib.h, 1.7, 1.8 dsalib_pw.h, 1.4, 1.5 dsalib_schema.h, 1.4, 1.5 nterrors.h, 1.4, 1.5

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/include
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30269/ldap/admin/include

Modified Files:
	dsalib.h dsalib_pw.h dsalib_schema.h nterrors.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: dsalib.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/include/dsalib.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dsalib.h	13 Oct 2006 01:06:19 -0000	1.7
+++ dsalib.h	10 Nov 2006 23:44:31 -0000	1.8
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #ifndef __dsalib_h
 #define __dsalib_h
 


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


Index: dsalib_schema.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/include/dsalib_schema.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dsalib_schema.h	19 Apr 2005 22:06:53 -0000	1.4
+++ dsalib_schema.h	10 Nov 2006 23:44:31 -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
+
 /*
  * Routines to parse schema LDIF
  *


Index: nterrors.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/include/nterrors.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nterrors.h	19 Apr 2005 22:06:53 -0000	1.4
+++ nterrors.h	10 Nov 2006 23:44:31 -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
+
 /* DO NOT EDIT THIS FILE - it is automatically generated */
 
 struct _NtError {




More information about the Fedora-directory-commits mailing list