[Fedora-directory-commits] ldapserver/ldap/libraries/libldif fileurl.c, 1.4, 1.5 fileurl.h, 1.4, 1.5 line64.c, 1.5, 1.6

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/libldif
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30269/ldap/libraries/libldif

Modified Files:
	fileurl.c fileurl.h line64.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: fileurl.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/libraries/libldif/fileurl.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fileurl.c	19 Apr 2005 22:07:26 -0000	1.4
+++ fileurl.c	10 Nov 2006 23:44:43 -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
+
 /*
  *  LDIF tools fileurl.c -- functions for handling file URLs.
  *  Used by ldif_parse_line.


Index: fileurl.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/libraries/libldif/fileurl.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fileurl.h	19 Apr 2005 22:07:26 -0000	1.4
+++ fileurl.h	10 Nov 2006 23:44:43 -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
+
 /*
  *  LDIF tools fileurl.h -- defines for file URL functions.
  *  Used by ldif_parse_line.


Index: line64.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/libraries/libldif/line64.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- line64.c	19 Apr 2005 22:07:26 -0000	1.5
+++ line64.c	10 Nov 2006 23:44:43 -0000	1.6
@@ -35,6 +35,11 @@
  * All rights reserved.
  * --- END COPYRIGHT BLOCK --- */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  *
  * The contents of this file are subject to the Netscape Public License




More information about the Fedora-directory-commits mailing list