[Fedora-directory-commits] ldapserver/ldap/servers/slapd/test-plugins dllmain.c, 1.4, 1.5 testbind.c, 1.11, 1.12 testdatainterop.c, 1.10, 1.11 testdbinterop.c, 1.4, 1.5 testdbinterop.h, 1.4, 1.5 testentry.c, 1.10, 1.11 testextendedop.c, 1.10, 1.11 testgetip.c, 1.10, 1.11 testpostop.c, 1.10, 1.11 testpreop.c, 1.11, 1.12 testsaslbind.c, 1.12, 1.13

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


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30269/ldap/servers/slapd/test-plugins

Modified Files:
	dllmain.c testbind.c testdatainterop.c testdbinterop.c 
	testdbinterop.h testentry.c testextendedop.c testgetip.c 
	testpostop.c testpreop.c testsaslbind.c 
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: dllmain.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/dllmain.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dllmain.c	19 Apr 2005 22:07:41 -0000	1.4
+++ dllmain.c	10 Nov 2006 23:45:50 -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
+
 /*
  * Microsoft Windows specifics for sample plug-ins DLL
  */


Index: testbind.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testbind.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- testbind.c	3 Nov 2006 21:15:32 -0000	1.11
+++ testbind.c	10 Nov 2006 23:45:50 -0000	1.12
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /************************************************************
 
  testbind.c


Index: testdatainterop.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testdatainterop.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- testdatainterop.c	3 Nov 2006 21:15:33 -0000	1.10
+++ testdatainterop.c	10 Nov 2006 23:45:50 -0000	1.11
@@ -35,6 +35,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /******** testdatainterop.c ******************* 
 
  This source file provides an example of a plug-in function


Index: testdbinterop.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testdbinterop.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- testdbinterop.c	19 Apr 2005 22:07:41 -0000	1.4
+++ testdbinterop.c	10 Nov 2006 23:45:50 -0000	1.5
@@ -36,6 +36,11 @@
  * All rights reserved.
  * --- END COPYRIGHT BLOCK --- */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include <sys/types.h>
 #include <stdio.h>
 #include "db.h"


Index: testdbinterop.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testdbinterop.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- testdbinterop.h	19 Apr 2005 22:07:41 -0000	1.4
+++ testdbinterop.h	10 Nov 2006 23:45:50 -0000	1.5
@@ -35,6 +35,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /******** testdbinterop.h *******************
 
  The header file is for access to a Berkeley DB


Index: testentry.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testentry.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- testentry.c	3 Nov 2006 21:15:33 -0000	1.10
+++ testentry.c	10 Nov 2006 23:45:50 -0000	1.11
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /************************************************************
 
  testentry.c


Index: testextendedop.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testextendedop.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- testextendedop.c	3 Nov 2006 21:15:33 -0000	1.10
+++ testextendedop.c	10 Nov 2006 23:45:50 -0000	1.11
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /************************************************************
 
  testextendedop.c


Index: testgetip.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testgetip.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- testgetip.c	3 Nov 2006 21:15:33 -0000	1.10
+++ testgetip.c	10 Nov 2006 23:45:50 -0000	1.11
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /************************************************************
 
  testgetip.c


Index: testpostop.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testpostop.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- testpostop.c	3 Nov 2006 21:15:33 -0000	1.10
+++ testpostop.c	10 Nov 2006 23:45:50 -0000	1.11
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /************************************************************
 
  testpostop.c


Index: testpreop.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testpreop.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- testpreop.c	3 Nov 2006 21:15:33 -0000	1.11
+++ testpreop.c	10 Nov 2006 23:45:50 -0000	1.12
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /************************************************************
 
  testpreop.c


Index: testsaslbind.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/test-plugins/testsaslbind.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- testsaslbind.c	3 Nov 2006 21:15:33 -0000	1.12
+++ testsaslbind.c	10 Nov 2006 23:45:50 -0000	1.13
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /************************************************************
 
  testsaslbind.c




More information about the Fedora-directory-commits mailing list