[Fedora-directory-commits] ldapserver/ldap/include avl.h, 1.4, 1.5 dblayer.h, 1.4, 1.5 dirlite_strings.h, 1.6, 1.7 disptmpl.h, 1.4, 1.5 ldaplog.h, 1.5, 1.6 ldaprot.h, 1.4, 1.5 ldbm.h, 1.4, 1.5 ldif.h, 1.4, 1.5 litekey.h, 1.4, 1.5 lthread.h, 1.4, 1.5 ntslapdregparms.h, 1.6, 1.7 ntwatchdog.h, 1.4, 1.5 portable.h, 1.4, 1.5 proto-ntutil.h, 1.6, 1.7 regex.h, 1.5, 1.6 srchpref.h, 1.4, 1.5 sysexits-compat.h, 1.4, 1.5

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


Author: nhosoi

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

Modified Files:
	avl.h dblayer.h dirlite_strings.h disptmpl.h ldaplog.h 
	ldaprot.h ldbm.h ldif.h litekey.h lthread.h ntslapdregparms.h 
	ntwatchdog.h portable.h proto-ntutil.h regex.h srchpref.h 
	sysexits-compat.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: avl.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/avl.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- avl.h	19 Apr 2005 22:07:25 -0000	1.4
+++ avl.h	10 Nov 2006 23:44:41 -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
+
 /* avl.h - avl tree definitions */
 /*
  * Copyright (c) 1993 Regents of the University of Michigan.


Index: dblayer.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/dblayer.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dblayer.h	19 Apr 2005 22:07:25 -0000	1.4
+++ dblayer.h	10 Nov 2006 23:44:41 -0000	1.5
@@ -36,4 +36,9 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /* This file is no longer used */


Index: dirlite_strings.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/dirlite_strings.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dirlite_strings.h	19 Apr 2005 22:07:25 -0000	1.6
+++ dirlite_strings.h	10 Nov 2006 23:44:41 -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
+
 /* dirlite_strings.h - strings  used for Directory Lite */
 #ifndef _DIRLITE_STRINGS_H_
 #define _DIRLITE_STRINGS_H_


Index: disptmpl.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/disptmpl.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- disptmpl.h	19 Apr 2005 22:07:25 -0000	1.4
+++ disptmpl.h	10 Nov 2006 23:44:41 -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
+
 /*
  * Copyright (c) 1993, 1994 Regents of the University of Michigan.
  * All rights reserved.


Index: ldaplog.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/ldaplog.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ldaplog.h	19 Apr 2005 22:07:25 -0000	1.5
+++ ldaplog.h	10 Nov 2006 23:44:41 -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 _LDAPLOG_H
 #define _LDAPLOG_H
 


Index: ldaprot.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/ldaprot.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ldaprot.h	19 Apr 2005 22:07:25 -0000	1.4
+++ ldaprot.h	10 Nov 2006 23:44:41 -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 _LDAPROT_H
 #define _LDAPROT_H
 


Index: ldbm.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/ldbm.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ldbm.h	19 Apr 2005 22:07:25 -0000	1.4
+++ ldbm.h	10 Nov 2006 23:44:41 -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
+
 /* ldbm.h - ldap dbm compatibility routine header file */
 
 #error "Hmm, shoudn't be here"


Index: ldif.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/ldif.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ldif.h	19 Apr 2005 22:07:25 -0000	1.4
+++ ldif.h	10 Nov 2006 23:44:41 -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
+
 /*
  * Copyright (c) 1996 Regents of the University of Michigan.
  * All rights reserved.


Index: litekey.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/litekey.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- litekey.h	19 Apr 2005 22:07:25 -0000	1.4
+++ litekey.h	10 Nov 2006 23:44:41 -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
+
 /*
  * Defines function used to determine the type of DS based on the 
  * key.


Index: lthread.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/lthread.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lthread.h	19 Apr 2005 22:07:25 -0000	1.4
+++ lthread.h	10 Nov 2006 23:44:41 -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
+
 /* lthread.h - ldap threads header file */
 
 #ifndef _LTHREAD_H


Index: ntslapdregparms.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/ntslapdregparms.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ntslapdregparms.h	19 Apr 2005 22:07:25 -0000	1.6
+++ ntslapdregparms.h	10 Nov 2006 23:44:41 -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
+
 /******************************************************
  *
  *


Index: ntwatchdog.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/ntwatchdog.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ntwatchdog.h	19 Apr 2005 22:07:25 -0000	1.4
+++ ntwatchdog.h	10 Nov 2006 23:44:41 -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
+
 /******************************************************
  *
  *


Index: portable.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/portable.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- portable.h	19 Apr 2005 22:07:25 -0000	1.4
+++ portable.h	10 Nov 2006 23:44:41 -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
+
 /*
  * Copyright (c) 1994 Regents of the University of Michigan.
  * All rights reserved.


Index: proto-ntutil.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/proto-ntutil.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- proto-ntutil.h	10 Nov 2006 01:10:45 -0000	1.6
+++ proto-ntutil.h	10 Nov 2006 23:44:41 -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
+
 /******************************************************
  *
  *


Index: regex.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/regex.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- regex.h	19 Apr 2005 22:07:25 -0000	1.5
+++ regex.h	10 Nov 2006 23:44:41 -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( macintosh ) || defined( DOS ) || defined( _WINDOWS ) || defined( NEED_BSDREGEX )
 /*
  * Copyright (c) 1993 Regents of the University of Michigan.


Index: srchpref.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/srchpref.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- srchpref.h	19 Apr 2005 22:07:25 -0000	1.4
+++ srchpref.h	10 Nov 2006 23:44:41 -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
+
 /*
  * Copyright (c) 1993, 1994 Regents of the University of Michigan.
  * All rights reserved.


Index: sysexits-compat.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/include/sysexits-compat.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sysexits-compat.h	19 Apr 2005 22:07:25 -0000	1.4
+++ sysexits-compat.h	10 Nov 2006 23:44:41 -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
+
 /*
  * Copyright (c) 1987 Regents of the University of California.
  * All rights reserved.




More information about the Fedora-directory-commits mailing list