[Fedora-directory-commits] ldapserver/include/nt messages.h, 1.4, 1.5 nsapi.h, 1.7, 1.8 ntos.h, 1.4, 1.5 regparms.h, 1.8, 1.9 resource.h, 1.4, 1.5

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


Author: nhosoi

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

Modified Files:
	messages.h nsapi.h ntos.h regparms.h resource.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: messages.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/nt/messages.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- messages.h	19 Apr 2005 22:06:47 -0000	1.4
+++ messages.h	10 Nov 2006 23:44:27 -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
+
  /*
  Microsoft Developer Support
  Copyright (c) 1992 Microsoft Corporation


Index: nsapi.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/nt/nsapi.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- nsapi.h	19 Apr 2005 22:06:47 -0000	1.7
+++ nsapi.h	10 Nov 2006 23:44:27 -0000	1.8
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /*
  * Aruna Victor
  */


Index: ntos.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/nt/ntos.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ntos.h	19 Apr 2005 22:06:47 -0000	1.4
+++ ntos.h	10 Nov 2006 23:44:27 -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
+
 /**********************************************************************
  *  ntOS.h - functionality used bt NT Operating System
  *


Index: regparms.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/nt/regparms.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- regparms.h	10 Nov 2006 01:05:00 -0000	1.8
+++ regparms.h	10 Nov 2006 23:44:27 -0000	1.9
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 //                                                                          //
 //  Name: regparms.h                                                        //
 //	Platforms: WIN32                                                        //


Index: resource.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/nt/resource.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- resource.h	19 Apr 2005 22:06:47 -0000	1.4
+++ resource.h	10 Nov 2006 23:44:27 -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
+
 //{{NO_DEPENDENCIES}}
 // Microsoft Visual C++ generated include file.
 // Used by netsite.rc




More information about the Fedora-directory-commits mailing list