summaryrefslogtreecommitdiffstats
path: root/ldap/cm/newinst
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/cm/newinst')
-rw-r--r--ldap/cm/newinst/ux-config.cc5
-rw-r--r--ldap/cm/newinst/ux-config.h15
-rw-r--r--ldap/cm/newinst/ux-dialog.cc5
-rw-r--r--ldap/cm/newinst/ux-dialog.h5
-rw-r--r--ldap/cm/newinst/ux-dsalib_dn.c5
-rw-r--r--ldap/cm/newinst/ux-guesses.cc17
6 files changed, 51 insertions, 1 deletions
diff --git a/ldap/cm/newinst/ux-config.cc b/ldap/cm/newinst/ux-config.cc
index ba419292..df1cf5c8 100644
--- a/ldap/cm/newinst/ux-config.cc
+++ b/ldap/cm/newinst/ux-config.cc
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
/*********************************************************************
**
** NAME:
diff --git a/ldap/cm/newinst/ux-config.h b/ldap/cm/newinst/ux-config.h
index 7e73d6c1..5fb55c28 100644
--- a/ldap/cm/newinst/ux-config.h
+++ b/ldap/cm/newinst/ux-config.h
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
/*********************************************************************
**
**
@@ -48,6 +53,16 @@
**
** HISTORY:
** $Log: ux-config.h,v $
+** Revision 1.7 2006/11/10 23:44:40 nhosoi
+** 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
+** +
+**
** Revision 1.6 2005/04/19 22:07:21 nkinder
** Fixed licensing typo
**
diff --git a/ldap/cm/newinst/ux-dialog.cc b/ldap/cm/newinst/ux-dialog.cc
index 7de31488..a66b5939 100644
--- a/ldap/cm/newinst/ux-dialog.cc
+++ b/ldap/cm/newinst/ux-dialog.cc
@@ -35,6 +35,11 @@
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
* END COPYRIGHT BLOCK **/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
/*********************************************************************
**
** NAME:
diff --git a/ldap/cm/newinst/ux-dialog.h b/ldap/cm/newinst/ux-dialog.h
index 5b892480..51c899f5 100644
--- a/ldap/cm/newinst/ux-dialog.h
+++ b/ldap/cm/newinst/ux-dialog.h
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#ifndef _UX_DIALOG_H_
#define _UX_DIALOG_H_
diff --git a/ldap/cm/newinst/ux-dsalib_dn.c b/ldap/cm/newinst/ux-dsalib_dn.c
index ebdc528a..22ff7585 100644
--- a/ldap/cm/newinst/ux-dsalib_dn.c
+++ b/ldap/cm/newinst/ux-dsalib_dn.c
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/ldap/cm/newinst/ux-guesses.cc b/ldap/cm/newinst/ux-guesses.cc
index 0402feac..5f79edb6 100644
--- a/ldap/cm/newinst/ux-guesses.cc
+++ b/ldap/cm/newinst/ux-guesses.cc
@@ -36,13 +36,28 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
/* Print guesses of host and domain name as made by the setup SDK. */
-/* $RCSfile: ux-guesses.cc,v $ $Revision: 1.5 $ $Date: 2005/04/19 22:07:21 $ $State: Exp $ */
+/* $RCSfile: ux-guesses.cc,v $ $Revision: 1.6 $ $Date: 2006/11/10 23:44:40 $ $State: Exp $ */
/*
* $Log: ux-guesses.cc,v $
+ * Revision 1.6 2006/11/10 23:44:40 nhosoi
+ * 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
+ * +
+ *
* Revision 1.5 2005/04/19 22:07:21 nkinder
* Fixed licensing typo
*