[Fedora-directory-commits] ldapserver/ldap/servers/plugins/replication/tests dnp_sim.c, 1.4, 1.5 dnp_sim2.c, 1.4, 1.5 dnp_sim3.c, 1.4, 1.5

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


Author: nhosoi

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

Modified Files:
	dnp_sim.c dnp_sim2.c dnp_sim3.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: dnp_sim.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/replication/tests/dnp_sim.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dnp_sim.c	19 Apr 2005 22:07:33 -0000	1.4
+++ dnp_sim.c	10 Nov 2006 23:45:16 -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
+
 /* dnp_simulation.c - this file varifies the correctness of dnp algorithm
                       by generating random sequences of operations, applying
                       the algorithm and outputing the result


Index: dnp_sim2.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/replication/tests/dnp_sim2.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dnp_sim2.c	19 Apr 2005 22:07:33 -0000	1.4
+++ dnp_sim2.c	10 Nov 2006 23:45:16 -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
+
 /* dnp_simulation.c - this file varifies the correctness of dnp algorithm
                       by generating random sequences of operations, applying
                       the algorithm and outputing the result


Index: dnp_sim3.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/plugins/replication/tests/dnp_sim3.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dnp_sim3.c	19 Apr 2005 22:07:33 -0000	1.4
+++ dnp_sim3.c	10 Nov 2006 23:45:16 -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
+
 /* dnp_simulation.c - this file varifies the correctness of dnp algorithm
                       by generating random sequences of operations, applying
                       the algorithm and outputing the result




More information about the Fedora-directory-commits mailing list