[Fedora-directory-commits] ldapserver/ldap/servers/snmp ldap-agent.c, 1.10, 1.11 ldap-agent.h, 1.8, 1.9 main.c, 1.9, 1.10

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

Modified Files:
	ldap-agent.c ldap-agent.h main.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: ldap-agent.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/snmp/ldap-agent.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ldap-agent.c	13 Apr 2006 23:12:16 -0000	1.10
+++ ldap-agent.c	10 Nov 2006 23:45:53 -0000	1.11
@@ -35,6 +35,11 @@
  * All rights reserved.
  * --- END COPYRIGHT BLOCK --- */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include <stdio.h>
 #include <time.h>
 #include "ldap-agent.h"


Index: ldap-agent.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/snmp/ldap-agent.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ldap-agent.h	13 Apr 2006 23:12:16 -0000	1.8
+++ ldap-agent.h	10 Nov 2006 23:45:53 -0000	1.9
@@ -35,6 +35,11 @@
  * All rights reserved.
  * --- END COPYRIGHT BLOCK --- */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #ifndef DSOPSTABLE_H
 #define DSOPSTABLE_H
 


Index: main.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/servers/snmp/main.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- main.c	17 Oct 2006 17:07:14 -0000	1.9
+++ main.c	10 Nov 2006 23:45:53 -0000	1.10
@@ -35,6 +35,11 @@
  * All rights reserved.
  * --- END COPYRIGHT BLOCK --- */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #include <signal.h>
 #include <string.h>
 #include <stdio.h>




More information about the Fedora-directory-commits mailing list