[Fedora-directory-commits] ldapserver/ldap/libraries/libavl avl.c, 1.4, 1.5 testavl.c, 1.4, 1.5

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


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/libraries/libavl
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30269/ldap/libraries/libavl

Modified Files:
	avl.c testavl.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: avl.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/libraries/libavl/avl.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- avl.c	19 Apr 2005 22:07:26 -0000	1.4
+++ avl.c	10 Nov 2006 23:44:42 -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
+
 /* avl.c - routines to implement an avl tree */
 /*
  * Copyright (c) 1993 Regents of the University of Michigan.


Index: testavl.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/libraries/libavl/testavl.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- testavl.c	19 Apr 2005 22:07:26 -0000	1.4
+++ testavl.c	10 Nov 2006 23:44:42 -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
+
 /* testavl.c - Test Tim Howes AVL code */
 #ifdef _WIN32
 #include <windows.h>




More information about the Fedora-directory-commits mailing list