[Fedora-directory-commits] ldapserver/lib/libaccess/utest shexp.h, 1.4, 1.5 acltest.cpp, 1.5, 1.6 lasemail.cpp, 1.4, 1.5 onetest.cpp, 1.5, 1.6 shexp.cpp, 1.4, 1.5 testmain.cpp, 1.4, 1.5 twotest.cpp, 1.5, 1.6 ustubs.cpp, 1.6, 1.7

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


Author: nhosoi

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

Modified Files:
	shexp.h acltest.cpp lasemail.cpp onetest.cpp shexp.cpp 
	testmain.cpp twotest.cpp ustubs.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: shexp.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/utest/shexp.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- shexp.h	19 Apr 2005 22:07:48 -0000	1.4
+++ shexp.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
+
 /*
  * shexp.h: Defines and prototypes for shell exp. match routines
  * 


Index: acltest.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/utest/acltest.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- acltest.cpp	19 Apr 2005 22:07:48 -0000	1.5
+++ acltest.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
+
 #include	<stdio.h>
 #include	<netsite.h>
 #include	<base/systhr.h>


Index: lasemail.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/utest/lasemail.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lasemail.cpp	19 Apr 2005 22:07:48 -0000	1.4
+++ lasemail.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
+
+
 /*	lasemail.cpp
  *	This file contains the Email LAS code.
  */


Index: onetest.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/utest/onetest.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- onetest.cpp	19 Apr 2005 22:07:48 -0000	1.5
+++ onetest.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
+
 #include	<stdio.h>
 #include	<netsite.h>
 #include	<libaccess/nserror.h>


Index: shexp.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/utest/shexp.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- shexp.cpp	19 Apr 2005 22:07:48 -0000	1.4
+++ shexp.cpp	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
+
 /*
  * shexp.c: shell-like wildcard match routines
  *


Index: testmain.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/utest/testmain.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- testmain.cpp	19 Apr 2005 22:07:48 -0000	1.4
+++ testmain.cpp	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
+
 /*
  * ACL parser unit test program
  */


Index: twotest.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/utest/twotest.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- twotest.cpp	19 Apr 2005 22:07:48 -0000	1.5
+++ twotest.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
+
 #include	<stdio.h>
 #include	<netsite.h>
 #include	<base/plist.h>


Index: ustubs.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libaccess/utest/ustubs.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ustubs.cpp	10 Nov 2006 01:34:17 -0000	1.6
+++ ustubs.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
+
 #include	<sys/types.h>
 #include	<malloc.h>
 #include	<string.h>




More information about the Fedora-directory-commits mailing list