[Fedora-directory-commits] ldapserver/ldap/servers/slapd/tools/ldclt data.c, 1.1, 1.2 ldap-private.h, 1.1, 1.2 ldapfct.c, 1.1, 1.2 ldclt.c, 1.2, 1.3 ldclt.h, 1.1, 1.2 ldcltU.c, 1.1, 1.2 opCheck.c, 1.1, 1.2 parser.c, 1.1, 1.2 port.c, 1.1, 1.2 port.h, 1.2, 1.3 remote.h, 1.1, 1.2 repcheck.c, 1.2, 1.3 repslave.c, 1.2, 1.3 scalab01.c, 1.1, 1.2 scalab01.h, 1.1, 1.2 srv.c, 1.1, 1.2 threadMain.c, 1.1, 1.2 utils.c, 1.1, 1.2 utils.h, 1.1, 1.2 workarounds.c, 1.1, 1.2

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


Author: nhosoi

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

Modified Files:
	data.c ldap-private.h ldapfct.c ldclt.c ldclt.h ldcltU.c 
	opCheck.c parser.c port.c port.h remote.h repcheck.c 
	repslave.c scalab01.c scalab01.h srv.c threadMain.c utils.c 
	utils.h workarounds.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: data.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/data.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- data.c	11 Jan 2006 01:54:30 -0000	1.1
+++ data.c	10 Nov 2006 23:45:50 -0000	1.2
@@ -38,6 +38,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
 	FILE :		data.c
 	AUTHOR :	Jean-Luc SCHWING


Index: ldap-private.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/ldap-private.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ldap-private.h	11 Jan 2006 01:54:30 -0000	1.1
+++ ldap-private.h	10 Nov 2006 23:45:50 -0000	1.2
@@ -38,6 +38,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #ifndef _LDAP_PRIVATE_H
 #define _LDAP_PRIVATE_H
 


Index: ldapfct.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/ldapfct.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ldapfct.c	11 Jan 2006 01:54:30 -0000	1.1
+++ ldapfct.c	10 Nov 2006 23:45:50 -0000	1.2
@@ -38,6 +38,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
 	FILE :		ldapfct.c
 	AUTHOR :	Jean-Luc SCHWING


Index: ldclt.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/ldclt.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ldclt.c	11 Apr 2006 02:14:51 -0000	1.2
+++ ldclt.c	10 Nov 2006 23:45:50 -0000	1.3
@@ -38,6 +38,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
 	FILE :		ldclt.c
 	AUTHOR :	Jean-Luc SCHWING


Index: ldclt.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/ldclt.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ldclt.h	11 Jan 2006 01:54:30 -0000	1.1
+++ ldclt.h	10 Nov 2006 23:45:50 -0000	1.2
@@ -38,6 +38,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
 	FILE :		ldclt.h
 	AUTHOR :	Jean-Luc SCHWING


Index: ldcltU.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/ldcltU.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ldcltU.c	11 Jan 2006 01:54:30 -0000	1.1
+++ ldcltU.c	10 Nov 2006 23:45:50 -0000	1.2
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include <stdio.h>
 
 


Index: opCheck.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/opCheck.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opCheck.c	11 Jan 2006 01:54:30 -0000	1.1
+++ opCheck.c	10 Nov 2006 23:45:50 -0000	1.2
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
 	FILE :		opCheck.c
 	AUTHOR :        Jean-Luc SCHWING


Index: parser.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/parser.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- parser.c	11 Jan 2006 01:54:30 -0000	1.1
+++ parser.c	10 Nov 2006 23:45:50 -0000	1.2
@@ -38,6 +38,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
 	FILE :		parser.c
 	AUTHOR :        Jean-Luc SCHWING


Index: port.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/port.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- port.c	11 Jan 2006 01:54:30 -0000	1.1
+++ port.c	10 Nov 2006 23:45:50 -0000	1.2
@@ -38,6 +38,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
         FILE :		port.c
         AUTHOR :        Jean-Luc SCHWING


Index: port.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/port.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- port.h	27 Jan 2006 03:05:12 -0000	1.2
+++ port.h	10 Nov 2006 23:45:50 -0000	1.3
@@ -38,6 +38,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
         FILE :		port.h
         AUTHOR :        Jean-Luc SCHWING


Index: remote.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/remote.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- remote.h	11 Jan 2006 01:54:30 -0000	1.1
+++ remote.h	10 Nov 2006 23:45:50 -0000	1.2
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
         FILE :		remote.h
         AUTHOR :        Jean-Luc SCHWING


Index: repcheck.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/repcheck.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- repcheck.c	11 Apr 2006 02:14:51 -0000	1.2
+++ repcheck.c	10 Nov 2006 23:45:50 -0000	1.3
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include <stdio.h>
 #include <time.h>
 #include <string.h>


Index: repslave.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/repslave.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- repslave.c	11 Apr 2006 02:14:51 -0000	1.2
+++ repslave.c	10 Nov 2006 23:45:50 -0000	1.3
@@ -38,6 +38,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
         FILE :		repslave.c
         AUTHOR :        Fabio Pistolesi


Index: scalab01.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/scalab01.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scalab01.c	11 Jan 2006 01:54:30 -0000	1.1
+++ scalab01.c	10 Nov 2006 23:45:50 -0000	1.2
@@ -38,6 +38,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
 	FILE :		scalab01.c
 	AUTHOR :	Jean-Luc SCHWING


Index: scalab01.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/scalab01.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scalab01.h	11 Jan 2006 01:54:30 -0000	1.1
+++ scalab01.h	10 Nov 2006 23:45:50 -0000	1.2
@@ -38,6 +38,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
         FILE :		scalab01.h
         AUTHOR :        Jean-Luc SCHWING


Index: srv.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/srv.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- srv.c	11 Jan 2006 01:54:30 -0000	1.1
+++ srv.c	10 Nov 2006 23:45:50 -0000	1.2
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include <stdio.h>
 #include <time.h>
 #include <string.h>


Index: threadMain.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/threadMain.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- threadMain.c	11 Jan 2006 01:54:30 -0000	1.1
+++ threadMain.c	10 Nov 2006 23:45:50 -0000	1.2
@@ -38,6 +38,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
 	FILE :		threadMain.c
 	AUTHOR :	Jean-Luc SCHWING


Index: utils.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/utils.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- utils.c	11 Jan 2006 01:54:30 -0000	1.1
+++ utils.c	10 Nov 2006 23:45:50 -0000	1.2
@@ -38,6 +38,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
 	FILE :		utils.c
 	AUTHOR :        Jean-Luc SCHWING


Index: utils.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/utils.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- utils.h	11 Jan 2006 01:54:30 -0000	1.1
+++ utils.h	10 Nov 2006 23:45:50 -0000	1.2
@@ -38,6 +38,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
 	FILE :		utils.h
 	AUTHOR :        Jean-Luc SCHWING


Index: workarounds.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/tools/ldclt/workarounds.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- workarounds.c	11 Jan 2006 01:54:30 -0000	1.1
+++ workarounds.c	10 Nov 2006 23:45:50 -0000	1.2
@@ -38,6 +38,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*
         FILE :		workarounds.c
         AUTHOR :        Jean-Luc SCHWING




More information about the Fedora-directory-commits mailing list