[Fedora-directory-commits] ldapserver/ldap/servers/snmp/ntagt nslagtcom_nt.h, 1.4, 1.5 nsldapagt_nt.c, 1.8, 1.9 nsldapagt_nt.h, 1.5, 1.6 nsldapmib_nt.c, 1.4, 1.5 nsldapmib_nt.h, 1.4, 1.5

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


Author: nhosoi

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

Modified Files:
	nslagtcom_nt.h nsldapagt_nt.c nsldapagt_nt.h nsldapmib_nt.c 
	nsldapmib_nt.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: nslagtcom_nt.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/snmp/ntagt/nslagtcom_nt.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nslagtcom_nt.h	19 Apr 2005 22:07:43 -0000	1.4
+++ nslagtcom_nt.h	10 Nov 2006 23:45:52 -0000	1.5
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*-------------------------------------------------------------------------
  *
  * nslagtcom_nt.h - Common definitions for NS Directory Server's SNMP 


Index: nsldapagt_nt.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/snmp/ntagt/nsldapagt_nt.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- nsldapagt_nt.c	29 Oct 2005 02:28:24 -0000	1.8
+++ nsldapagt_nt.c	10 Nov 2006 23:45:52 -0000	1.9
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*-------------------------------------------------------------------------
  *
  * nsldapagt_nt.c - SNMP Extension Agent for Directory Server on NT.


Index: nsldapagt_nt.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/snmp/ntagt/nsldapagt_nt.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nsldapagt_nt.h	19 Apr 2005 22:07:43 -0000	1.5
+++ nsldapagt_nt.h	10 Nov 2006 23:45:52 -0000	1.6
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*-------------------------------------------------------------------------
  *
  * nsldapagt_nt.h - Definitions for NS Directory Server's SNMP subagent on


Index: nsldapmib_nt.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/snmp/ntagt/nsldapmib_nt.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nsldapmib_nt.c	19 Apr 2005 22:07:43 -0000	1.4
+++ nsldapmib_nt.c	10 Nov 2006 23:45:52 -0000	1.5
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*-------------------------------------------------------------------------
  *
  * nsldapmib_nt.c - NS Directory Server's MIB for extended SNMP agent


Index: nsldapmib_nt.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/snmp/ntagt/nsldapmib_nt.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nsldapmib_nt.h	19 Apr 2005 22:07:43 -0000	1.4
+++ nsldapmib_nt.h	10 Nov 2006 23:45:52 -0000	1.5
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 /*-------------------------------------------------------------------------
  *
  * nsldapmib_nt.h - Definitions for NS Directory Server's MIB on NT.




More information about the Fedora-directory-commits mailing list