[Fedora-directory-commits] ldapserver/ldap/libraries/libutil getopt.c, 1.1.1.1, 1.2 ntdebug.c, 1.5, 1.6 ntevent.c, 1.6, 1.7 ntreg.c, 1.4, 1.5 ntresource.h, 1.4, 1.5 ntstubs.c, 1.5, 1.6

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


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/libraries/libutil
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30269/ldap/libraries/libutil

Modified Files:
	getopt.c ntdebug.c ntevent.c ntreg.c ntresource.h ntstubs.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: getopt.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/libraries/libutil/getopt.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- getopt.c	21 Jan 2005 00:40:50 -0000	1.1.1.1
+++ getopt.c	10 Nov 2006 23:44:44 -0000	1.2
@@ -17,6 +17,11 @@
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #ifdef _WINDOWS
 
 #if defined(LIBC_SCCS) && !defined(lint)


Index: ntdebug.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/libraries/libutil/ntdebug.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ntdebug.c	19 Apr 2005 22:07:27 -0000	1.5
+++ ntdebug.c	10 Nov 2006 23:44:44 -0000	1.6
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /******************************************************
  *
  *  ntdebug.c - Sends debug output to window and stdout


Index: ntevent.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/libraries/libutil/ntevent.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ntevent.c	19 Apr 2005 22:07:27 -0000	1.6
+++ ntevent.c	10 Nov 2006 23:44:44 -0000	1.7
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #ifdef _WIN32
 
 #include <windows.h>


Index: ntreg.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/libraries/libutil/ntreg.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ntreg.c	19 Apr 2005 22:07:27 -0000	1.4
+++ ntreg.c	10 Nov 2006 23:44:44 -0000	1.5
@@ -36,6 +36,11 @@
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+
 #ifdef _WIN32
 
 #include <windows.h>


Index: ntresource.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/libraries/libutil/ntresource.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ntresource.h	19 Apr 2005 22:07:27 -0000	1.4
+++ ntresource.h	10 Nov 2006 23:44:44 -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 Developer Studio generated include file.
 // Used by ntslapd.rc


Index: ntstubs.c
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/libraries/libutil/ntstubs.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ntstubs.c	10 Nov 2006 01:10:51 -0000	1.5
+++ ntstubs.c	10 Nov 2006 23:44:44 -0000	1.6
@@ -35,6 +35,11 @@
  * Copyright (C) 2005 Red Hat, Inc.
  * All rights reserved.
  * END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 /******************************************************
  *
  *  ntstubs.c - Stubs needed on NT when linking in




More information about the Fedora-directory-commits mailing list