[Fedora-directory-commits] ldapserver/ldap/servers/slapd/ntperfdll nsldapctrdef.h, 1.4, 1.5 nsldapctrmc.h, 1.4, 1.5 nsldapctrmsg.h, 1.4, 1.5 nsldapctrs.h, 1.4, 1.5 nsldapctrutil.h, 1.4, 1.5 nsldapctr.cpp, 1.4, 1.5 nsldapctrutil.cpp, 1.4, 1.5

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


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/servers/slapd/ntperfdll
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30269/ldap/servers/slapd/ntperfdll

Modified Files:
	nsldapctrdef.h nsldapctrmc.h nsldapctrmsg.h nsldapctrs.h 
	nsldapctrutil.h nsldapctr.cpp nsldapctrutil.cpp 
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: nsldapctrdef.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/ntperfdll/nsldapctrdef.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nsldapctrdef.h	19 Apr 2005 22:07:40 -0000	1.4
+++ nsldapctrdef.h	10 Nov 2006 23:45: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
+
 /*
  * nsctrdef.h
  * 


Index: nsldapctrmc.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/ntperfdll/nsldapctrmc.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nsldapctrmc.h	19 Apr 2005 22:07:40 -0000	1.4
+++ nsldapctrmc.h	10 Nov 2006 23:45: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
+
 /*
  *   nsctrs.h
  */


Index: nsldapctrmsg.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/ntperfdll/nsldapctrmsg.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nsldapctrmsg.h	19 Apr 2005 22:07:40 -0000	1.4
+++ nsldapctrmsg.h	10 Nov 2006 23:45: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
+
 /*
  * nsctrmsg.h
  *


Index: nsldapctrs.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/ntperfdll/nsldapctrs.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nsldapctrs.h	19 Apr 2005 22:07:40 -0000	1.4
+++ nsldapctrs.h	10 Nov 2006 23:45: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
+
 /*
 
       nsctrs.h


Index: nsldapctrutil.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/ntperfdll/nsldapctrutil.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nsldapctrutil.h	19 Apr 2005 22:07:40 -0000	1.4
+++ nsldapctrutil.h	10 Nov 2006 23:45: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
+
   
   
 /*++ BUILD Version: 0001    // Increment this if a change has global effects


Index: nsldapctr.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/ntperfdll/nsldapctr.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nsldapctr.cpp	19 Apr 2005 22:07:40 -0000	1.4
+++ nsldapctr.cpp	10 Nov 2006 23:45: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
+
 /*
     nsctr.c
 


Index: nsldapctrutil.cpp
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/ntperfdll/nsldapctrutil.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nsldapctrutil.cpp	19 Apr 2005 22:07:40 -0000	1.4
+++ nsldapctrutil.cpp	10 Nov 2006 23:45: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
+
 /*
 
     nsctrutil.c




More information about the Fedora-directory-commits mailing list