[Fedora-directory-commits] ldapserver/include/base crit.h, 1.6, 1.7 dbtbase.h, 1.5, 1.6 ereport.h, 1.7, 1.8 eventhandler.h, 1.4, 1.5 eventlog.h, 1.4, 1.5 file.h, 1.5, 1.6 fsmutex.h, 1.4, 1.5 lexer.h, 1.4, 1.5 nterr.h, 1.4, 1.5 nterrors.h, 1.4, 1.5 plist.h, 1.4, 1.5 pool.h, 1.6, 1.7 rwlock.h, 1.4, 1.5 shexp.h, 1.5, 1.6 systems.h, 1.7, 1.8 systhr.h, 1.5, 1.6 util.h, 1.7, 1.8

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


Author: nhosoi

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

Modified Files:
	crit.h dbtbase.h ereport.h eventhandler.h eventlog.h file.h 
	fsmutex.h lexer.h nterr.h nterrors.h plist.h pool.h rwlock.h 
	shexp.h systems.h systhr.h util.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: crit.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/base/crit.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- crit.h	19 Apr 2005 22:06:44 -0000	1.6
+++ crit.h	10 Nov 2006 23:44:23 -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
+
 #ifndef BASE_CRIT_H
 #define BASE_CRIT_H
 


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


Index: ereport.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/base/ereport.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ereport.h	11 Apr 2006 02:14:26 -0000	1.7
+++ ereport.h	10 Nov 2006 23:44:24 -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
+
 #ifndef BASE_EREPORT_H
 #define BASE_EREPORT_H
 


Index: eventhandler.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/base/eventhandler.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- eventhandler.h	19 Apr 2005 22:06:44 -0000	1.4
+++ eventhandler.h	10 Nov 2006 23:44:24 -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
+
 /*
  * eventhandler.h: Handle registration of event handlers
  *


Index: eventlog.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/base/eventlog.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- eventlog.h	19 Apr 2005 22:06:44 -0000	1.4
+++ eventlog.h	10 Nov 2006 23:44:24 -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
+
 // EVENTLOG.H
 //
 // This file contains the defines that make NT an installable service.


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


Index: fsmutex.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/base/fsmutex.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fsmutex.h	19 Apr 2005 22:06:44 -0000	1.4
+++ fsmutex.h	10 Nov 2006 23:44:24 -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
+
 /*
  * fsmutex: Mutexes that are filesystem-based so they're available from more
  * than one process and address space


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


Index: nterr.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/base/nterr.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nterr.h	19 Apr 2005 22:06:44 -0000	1.4
+++ nterr.h	10 Nov 2006 23:44:24 -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
+
 /*
  * Added function prototypes for nterror stuff.
  *


Index: nterrors.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/base/nterrors.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nterrors.h	19 Apr 2005 22:06:44 -0000	1.4
+++ nterrors.h	10 Nov 2006 23:44:24 -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 */
 
 typedef struct _NtError {


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


Index: pool.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/base/pool.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pool.h	19 Apr 2005 22:06:44 -0000	1.6
+++ pool.h	10 Nov 2006 23:44:24 -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
+
 #ifndef BASE_POOL_H
 #define BASE_POOL_H
 


Index: rwlock.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/base/rwlock.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rwlock.h	19 Apr 2005 22:06:44 -0000	1.4
+++ rwlock.h	10 Nov 2006 23:44:24 -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
+
 /*
  * rwlock.h: Shared/Exclusive lock abstraction. 
  * 


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


Index: systems.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/base/systems.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- systems.h	10 Nov 2006 01:42:37 -0000	1.7
+++ systems.h	10 Nov 2006 23:44:24 -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
+
 #ifndef BASE_SYSTEMS_H
 #define BASE_SYSTEMS_H
 


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


Index: util.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/base/util.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- util.h	11 Apr 2006 02:14:26 -0000	1.7
+++ util.h	10 Nov 2006 23:44:24 -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
+
 #ifndef BASE_UTIL_H
 #define BASE_UTIL_H
 




More information about the Fedora-directory-commits mailing list