[Fedora-directory-commits] ldapserver/lib/libnt info.c, 1.4, 1.5 path.c, 1.4, 1.5 pmddeml.c, 1.4, 1.5 registry.c, 1.4, 1.5 service.c, 1.4, 1.5 tcpip.c, 1.4, 1.5

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


Author: nhosoi

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

Modified Files:
	info.c path.c pmddeml.c registry.c service.c tcpip.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: info.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libnt/info.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- info.c	19 Apr 2005 22:07:54 -0000	1.4
+++ info.c	10 Nov 2006 23:46:04 -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
+
 #include <windows.h>
 #include "nt/ntos.h"
 


Index: path.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libnt/path.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- path.c	19 Apr 2005 22:07:54 -0000	1.4
+++ path.c	10 Nov 2006 23:46:04 -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
+
 /***********************************************************
  *	Path functions - removing ../ from path
  **********************************************************/


Index: pmddeml.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libnt/pmddeml.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pmddeml.c	19 Apr 2005 22:07:54 -0000	1.4
+++ pmddeml.c	10 Nov 2006 23:46:04 -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
+
 /****************************************************************************
     PROGRAM: pmddeml.c
 


Index: registry.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libnt/registry.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- registry.c	19 Apr 2005 22:07:54 -0000	1.4
+++ registry.c	10 Nov 2006 23:46:04 -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
+
 // ERROR.C
 //
 //      This file contains the functions needed to install the httpd server.


Index: service.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libnt/service.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- service.c	19 Apr 2005 22:07:54 -0000	1.4
+++ service.c	10 Nov 2006 23:46:04 -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
+
 #include <windows.h>
 #include "nt/ntos.h"
 


Index: tcpip.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/lib/libnt/tcpip.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tcpip.c	19 Apr 2005 22:07:54 -0000	1.4
+++ tcpip.c	10 Nov 2006 23:46:04 -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
+
 #include <windows.h>
 #include "nt/ntos.h"
 




More information about the Fedora-directory-commits mailing list