summaryrefslogtreecommitdiffstats
path: root/ldap/cm/newinst/ux-guesses.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/cm/newinst/ux-guesses.cc')
-rw-r--r--ldap/cm/newinst/ux-guesses.cc17
1 files changed, 16 insertions, 1 deletions
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
*