Author: nhosoi
Update of /cvs/dirsec/ldapserver/lib/libaccess
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30269/lib/libaccess
Modified Files:
access_plhash.h acl.tab.h aclcache.h aclpriv.h aclscan.h
aclutil.h las.h lasdns.h lasip.h ldapauth.h oneeval.h parse.h
permhash.h access_plhash.cpp acl.tab.cpp acl.yy.cpp
aclcache.cpp aclerror.cpp acleval.cpp aclflush.cpp
aclspace.cpp acltools.cpp aclutil.cpp authdb.cpp lasdns.cpp
lasgroup.cpp lasip.cpp lastod.cpp lasuser.cpp ldapacl.cpp
method.cpp nsautherr.cpp nseframe.cpp oneeval.cpp register.cpp
symbols.cpp usi.cpp usrcache.cpp
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: access_plhash.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/access_plhash.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- access_plhash.h 19 Apr 2005 22:07:47 -0000 1.4
+++ access_plhash.h 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
NSPR_BEGIN_EXTERN_C
/*
* access_plhash.cpp - supplement to NSPR plhash
Index: acl.tab.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/acl.tab.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- acl.tab.h 19 Apr 2005 22:07:47 -0000 1.4
+++ acl.tab.h 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
typedef union
#ifdef __cplusplus
ACLSTYPE
Index: aclcache.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/aclcache.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- aclcache.h 19 Apr 2005 22:07:47 -0000 1.4
+++ aclcache.h 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#ifndef CACHE_H
#define CACHE_H
Index: aclpriv.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/aclpriv.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- aclpriv.h 19 Apr 2005 22:07:47 -0000 1.4
+++ aclpriv.h 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/*
* ACL private data structure definitions
*/
Index: aclscan.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/aclscan.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- aclscan.h 19 Apr 2005 22:07:47 -0000 1.4
+++ aclscan.h 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/*
* Internal functions for scanner.
*/
Index: aclutil.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/aclutil.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- aclutil.h 19 Apr 2005 22:07:47 -0000 1.4
+++ aclutil.h 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#ifndef ACLUTIL_H
#define ACLUTIL_H
Index: las.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/las.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- las.h 19 Apr 2005 22:07:47 -0000 1.4
+++ las.h 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#ifndef LAS_H
#define LAS_H
Index: lasdns.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/lasdns.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lasdns.h 19 Apr 2005 22:07:47 -0000 1.4
+++ lasdns.h 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
typedef struct LASDnsContext {
PRHashTable *Table;
pool_handle_t *pool;
Index: lasip.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/lasip.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lasip.h 19 Apr 2005 22:07:47 -0000 1.4
+++ lasip.h 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
typedef struct LASIpTree {
struct LASIpTree *action[2];
} LASIpTree_t;
Index: ldapauth.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/ldapauth.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ldapauth.h 19 Apr 2005 22:07:47 -0000 1.4
+++ ldapauth.h 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#ifndef LDAP_AUTH_H
#define LDAP_AUTH_H
Index: oneeval.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/oneeval.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- oneeval.h 19 Apr 2005 22:07:47 -0000 1.4
+++ oneeval.h 10 Nov 2006 23:46:02 -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 LEVAL_H
#define LEVAL_H
Index: parse.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/parse.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- parse.h 19 Apr 2005 22:07:47 -0000 1.4
+++ parse.h 10 Nov 2006 23:46:02 -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
+
/*
* module private routines for handling the yacc based
* ACL Parser.
Index: permhash.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/permhash.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- permhash.h 19 Apr 2005 22:07:47 -0000 1.4
+++ permhash.h 10 Nov 2006 23:46:02 -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 _PERMHASH_H_
#define _PERMHASH_H_
Index: access_plhash.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/access_plhash.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- access_plhash.cpp 19 Apr 2005 22:07:47 -0000 1.4
+++ access_plhash.cpp 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/*
This file contains a function which augments the standard nspr PL_HashTable
api. The problem is that the hash table lookup function in the standard NSPR
Index: acl.tab.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/acl.tab.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- acl.tab.cpp 19 Apr 2005 22:07:47 -0000 1.5
+++ acl.tab.cpp 10 Nov 2006 23:46:02 -0000 1.6
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
# line 8 "acltext.y"
#include <string.h>
#include <netsite.h>
Index: acl.yy.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/acl.yy.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- acl.yy.cpp 11 Apr 2006 02:14:53 -0000 1.5
+++ acl.yy.cpp 10 Nov 2006 23:46:02 -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
+
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
Index: aclcache.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/aclcache.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- aclcache.cpp 19 Apr 2005 22:07:47 -0000 1.6
+++ aclcache.cpp 10 Nov 2006 23:46:02 -0000 1.7
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#include <prlog.h>
#include <base/crit.h>
#include <base/ereport.h>
Index: aclerror.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/aclerror.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- aclerror.cpp 10 Nov 2006 01:34:16 -0000 1.7
+++ aclerror.cpp 10 Nov 2006 23:46:02 -0000 1.8
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/*
* Description (aclerror.c)
*
Index: acleval.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/acleval.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- acleval.cpp 19 Apr 2005 22:07:47 -0000 1.4
+++ acleval.cpp 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/*
* Description (acleval.c)
*
Index: aclflush.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/aclflush.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- aclflush.cpp 19 Apr 2005 22:07:47 -0000 1.5
+++ aclflush.cpp 10 Nov 2006 23:46:02 -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
+
/*
* Source file for the ACL_CacheFlush-related routines.
*/
Index: aclspace.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/aclspace.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- aclspace.cpp 19 Apr 2005 22:07:47 -0000 1.4
+++ aclspace.cpp 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#include <string.h>
#include <libaccess/acl.h>
#include "aclpriv.h"
Index: acltools.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/acltools.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- acltools.cpp 19 Apr 2005 22:07:47 -0000 1.6
+++ acltools.cpp 10 Nov 2006 23:46:02 -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
+
/*
* Tools to build and maintain access control lists.
*/
Index: aclutil.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/aclutil.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- aclutil.cpp 19 Apr 2005 22:07:47 -0000 1.5
+++ aclutil.cpp 10 Nov 2006 23:46:02 -0000 1.6
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/*
* Source file for the TimeOfDay and DayOfWeek LAS drivers
*/
Index: authdb.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/authdb.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- authdb.cpp 10 Nov 2006 01:34:16 -0000 1.6
+++ authdb.cpp 10 Nov 2006 23:46:02 -0000 1.7
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#include <stdio.h>
#include <string.h>
Index: lasdns.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/lasdns.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- lasdns.cpp 8 Nov 2006 21:23:42 -0000 1.7
+++ lasdns.cpp 10 Nov 2006 23:46:02 -0000 1.8
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/* lasdns.c
* This file contains the DNS LAS code.
*/
Index: lasgroup.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/lasgroup.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lasgroup.cpp 19 Apr 2005 22:07:47 -0000 1.4
+++ lasgroup.cpp 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/* #define DBG_PRINT */
/* lasgroup.c
Index: lasip.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/lasip.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lasip.cpp 11 Apr 2006 02:14:53 -0000 1.6
+++ lasip.cpp 10 Nov 2006 23:46:02 -0000 1.7
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/* aclip.c
* This file contains the IP LAS code.
*/
Index: lastod.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/lastod.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lastod.cpp 11 Apr 2006 02:14:53 -0000 1.5
+++ lastod.cpp 10 Nov 2006 23:46:02 -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
+
/* Source file for the TimeOfDay and DayOfWeek LAS drivers
*/
#include <time.h>
Index: lasuser.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/lasuser.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lasuser.cpp 19 Apr 2005 22:07:47 -0000 1.4
+++ lasuser.cpp 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/* lasuser.c
* This file contains the User LAS code.
*/
Index: ldapacl.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/ldapacl.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ldapacl.cpp 19 Apr 2005 22:07:47 -0000 1.5
+++ ldapacl.cpp 10 Nov 2006 23:46:02 -0000 1.6
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/* #define DBG_PRINT */
#include <netsite.h>
Index: method.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/method.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- method.cpp 19 Apr 2005 22:07:47 -0000 1.4
+++ method.cpp 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#include <netsite.h>
#include <libaccess/las.h>
#include <libaccess/acl.h>
Index: nsautherr.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/nsautherr.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nsautherr.cpp 19 Apr 2005 22:07:47 -0000 1.4
+++ nsautherr.cpp 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/*
* Description (nsautherr.c)
*
Index: nseframe.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/nseframe.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nseframe.cpp 19 Apr 2005 22:07:47 -0000 1.4
+++ nseframe.cpp 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/*
* Description (nseframe.c)
*
Index: oneeval.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/oneeval.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- oneeval.cpp 19 Apr 2005 22:07:47 -0000 1.6
+++ oneeval.cpp 10 Nov 2006 23:46:02 -0000 1.7
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/*
* Description (acleval.c)
*
Index: register.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/register.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- register.cpp 19 Apr 2005 22:07:47 -0000 1.5
+++ register.cpp 10 Nov 2006 23:46:02 -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
+
/*
* LAS registration interface
*/
Index: symbols.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/symbols.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- symbols.cpp 19 Apr 2005 22:07:47 -0000 1.4
+++ symbols.cpp 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/*
* Description (symbols.c)
*
Index: usi.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/usi.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- usi.cpp 19 Apr 2005 22:07:47 -0000 1.4
+++ usi.cpp 10 Nov 2006 23:46:02 -0000 1.5
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#include "base/systems.h"
#include "netsite.h"
#include "assert.h"
Index: usrcache.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/usrcache.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- usrcache.cpp 19 Apr 2005 22:07:47 -0000 1.5
+++ usrcache.cpp 10 Nov 2006 23:46:02 -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
+
/* #define DBG_PRINT */