[Fedora-directory-commits] ldapserver/include i18n.h, 1.5, 1.6 netsite.h, 1.5, 1.6 version.h, 1.11, 1.12

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


Author: nhosoi

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

Modified Files:
	i18n.h netsite.h version.h 
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: i18n.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/i18n.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- i18n.h	19 Apr 2005 22:06:43 -0000	1.5
+++ i18n.h	10 Nov 2006 23:44:24 -0000	1.6
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #ifndef I18N_H
 #define I18N_H
 


Index: netsite.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/netsite.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- netsite.h	19 Apr 2005 22:06:43 -0000	1.5
+++ netsite.h	10 Nov 2006 23:44:24 -0000	1.6
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #ifndef NETSITE_H
 #define NETSITE_H
 


Index: version.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/version.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- version.h	3 Nov 2006 21:15:31 -0000	1.11
+++ version.h	10 Nov 2006 23:44:24 -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
+
 /*
    This file is included from both C source and the NT installation compiler.
    Because of that, no ifdefs are allowed, and strings must be simple strings




More information about the Fedora-directory-commits mailing list