[Fedora-directory-commits] ldapserver/include/libaccess acl.h, 1.5, 1.6 aclerror.h, 1.4, 1.5 acleval.h, 1.4, 1.5 aclglobal.h, 1.4, 1.5 aclproto.h, 1.4, 1.5 aclstruct.h, 1.4, 1.5 attrec.h, 1.4, 1.5 authdb.h, 1.4, 1.5 dbtlibaccess.h, 1.4, 1.5 dnfstruct.h, 1.4, 1.5 ipfstruct.h, 1.4, 1.5 las.h, 1.5, 1.6 ldapacl.h, 1.4, 1.5 nsauth.h, 1.5, 1.6 nsautherr.h, 1.5, 1.6 nserror.h, 1.4, 1.5 symbols.h, 1.4, 1.5 userauth.h, 1.4, 1.5 usi.h, 1.4, 1.5 usrcache.h, 1.5, 1.6

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


Author: nhosoi

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

Modified Files:
	acl.h aclerror.h acleval.h aclglobal.h aclproto.h aclstruct.h 
	attrec.h authdb.h dbtlibaccess.h dnfstruct.h ipfstruct.h las.h 
	ldapacl.h nsauth.h nsautherr.h nserror.h symbols.h userauth.h 
	usi.h usrcache.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: acl.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/acl.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- acl.h	19 Apr 2005 22:06:45 -0000	1.5
+++ acl.h	10 Nov 2006 23:44:26 -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 ACL_HEADER
 #define ACL_HEADER
 


Index: aclerror.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/aclerror.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- aclerror.h	19 Apr 2005 22:06:45 -0000	1.4
+++ aclerror.h	10 Nov 2006 23:44:26 -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
+
 #ifndef __aclerror_h
 #define __aclerror_h
 


Index: acleval.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/acleval.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- acleval.h	19 Apr 2005 22:06:45 -0000	1.4
+++ acleval.h	10 Nov 2006 23:44:26 -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
+
 #ifndef __acleval_h
 #define __acleval_h
 


Index: aclglobal.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/aclglobal.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- aclglobal.h	19 Apr 2005 22:06:45 -0000	1.4
+++ aclglobal.h	10 Nov 2006 23:44:26 -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
+
 /*
 **	Header file containing global data elements.  These are duplicated
 **	when a cache flush is done.


Index: aclproto.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/aclproto.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- aclproto.h	19 Apr 2005 22:06:45 -0000	1.4
+++ aclproto.h	10 Nov 2006 23:44:26 -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
+
 #ifndef ACL_PROTO_HEADER
 #define ACL_PROTO_HEADER
 


Index: aclstruct.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/aclstruct.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- aclstruct.h	19 Apr 2005 22:06:45 -0000	1.4
+++ aclstruct.h	10 Nov 2006 23:44:26 -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
+
 #ifndef __aclstruct_h
 #define __aclstruct_h
 


Index: attrec.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/attrec.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- attrec.h	19 Apr 2005 22:06:45 -0000	1.4
+++ attrec.h	10 Nov 2006 23:44:26 -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
+
 #ifndef __attrec_h
 #define __attrec_h
 


Index: authdb.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/authdb.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- authdb.h	19 Apr 2005 22:06:45 -0000	1.4
+++ authdb.h	10 Nov 2006 23:44:26 -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
+
 #ifndef AUTHDB_H
 #define AUTHDB_H
 


Index: dbtlibaccess.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/dbtlibaccess.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dbtlibaccess.h	19 Apr 2005 22:06:45 -0000	1.4
+++ dbtlibaccess.h	10 Nov 2006 23:44:26 -0000	1.5
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #define LIBRARY_NAME "libaccess"
 
 static char dbtlibaccessid[] = "$DBT: libaccess referenced v1 $";


Index: dnfstruct.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/dnfstruct.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dnfstruct.h	19 Apr 2005 22:06:45 -0000	1.4
+++ dnfstruct.h	10 Nov 2006 23:44:26 -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
+
 #ifndef __dnfstruct_h
 #define __dnfstruct_h
 


Index: ipfstruct.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/ipfstruct.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ipfstruct.h	19 Apr 2005 22:06:45 -0000	1.4
+++ ipfstruct.h	10 Nov 2006 23:44:26 -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
+
 #ifndef __ipfstruct_h
 #define __ipfstruct_h
 


Index: las.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/las.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- las.h	19 Apr 2005 22:06:45 -0000	1.5
+++ las.h	10 Nov 2006 23:44:26 -0000	1.6
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #ifndef ACL_LAS_HEADER
 #define ACL_LAS_HEADER
 


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


Index: nsauth.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/nsauth.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nsauth.h	10 Nov 2006 01:40:44 -0000	1.5
+++ nsauth.h	10 Nov 2006 23:44:26 -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 __nsauth_h
 #define __nsauth_h
 


Index: nsautherr.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/nsautherr.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nsautherr.h	10 Nov 2006 01:40:44 -0000	1.5
+++ nsautherr.h	10 Nov 2006 23:44:26 -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 __nsautherr_h
 #define __nsautherr_h
 


Index: nserror.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/nserror.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nserror.h	19 Apr 2005 22:06:45 -0000	1.4
+++ nserror.h	10 Nov 2006 23:44:26 -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
+
 #ifndef __nserror_h
 #define __nserror_h
 


Index: symbols.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/symbols.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- symbols.h	19 Apr 2005 22:06:45 -0000	1.4
+++ symbols.h	10 Nov 2006 23:44:26 -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
+
 #ifndef __symbols_h
 #define __symbols_h
 


Index: userauth.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/userauth.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- userauth.h	19 Apr 2005 22:06:45 -0000	1.4
+++ userauth.h	10 Nov 2006 23:44:26 -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
+
 #ifndef USERAUTH_H
 #define USERAUTH_H
 


Index: usi.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/usi.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- usi.h	19 Apr 2005 22:06:45 -0000	1.4
+++ usi.h	10 Nov 2006 23:44:26 -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
+
 #ifndef __usi_h
 #define __usi_h
 


Index: usrcache.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/libaccess/usrcache.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- usrcache.h	10 Nov 2006 01:34:08 -0000	1.5
+++ usrcache.h	10 Nov 2006 23:44:26 -0000	1.6
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #ifndef ACL_USER_CACHE_H
 #define ACL_USER_CACHE_H
 




More information about the Fedora-directory-commits mailing list