summaryrefslogtreecommitdiffstats
path: root/lib/libnt
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-11-10 23:46:05 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-11-10 23:46:05 +0000
commit6679b0968981f8be7c33a7df2c30bb5146f3a6d3 (patch)
tree0cc86c8a1be101bb2af749547ef5fec578013bc2 /lib/libnt
parenta765a367145893e3e28dc518f5d08dd9bdfa1358 (diff)
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 +
Diffstat (limited to 'lib/libnt')
-rw-r--r--lib/libnt/info.c5
-rw-r--r--lib/libnt/path.c5
-rw-r--r--lib/libnt/pmddeml.c5
-rw-r--r--lib/libnt/registry.c5
-rw-r--r--lib/libnt/service.c5
-rw-r--r--lib/libnt/tcpip.c5
6 files changed, 30 insertions, 0 deletions
diff --git a/lib/libnt/info.c b/lib/libnt/info.c
index a2fcfeb7..f0b333e1 100644
--- a/lib/libnt/info.c
+++ b/lib/libnt/info.c
@@ -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"
diff --git a/lib/libnt/path.c b/lib/libnt/path.c
index b2ba34c4..e623de9e 100644
--- a/lib/libnt/path.c
+++ b/lib/libnt/path.c
@@ -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
**********************************************************/
diff --git a/lib/libnt/pmddeml.c b/lib/libnt/pmddeml.c
index aac29528..3a9ed1ba 100644
--- a/lib/libnt/pmddeml.c
+++ b/lib/libnt/pmddeml.c
@@ -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
diff --git a/lib/libnt/registry.c b/lib/libnt/registry.c
index 04b4ab6e..e3eddd0b 100644
--- a/lib/libnt/registry.c
+++ b/lib/libnt/registry.c
@@ -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.
diff --git a/lib/libnt/service.c b/lib/libnt/service.c
index f193c543..c4a20f4c 100644
--- a/lib/libnt/service.c
+++ b/lib/libnt/service.c
@@ -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"
diff --git a/lib/libnt/tcpip.c b/lib/libnt/tcpip.c
index 70cb8dd4..c54e86c3 100644
--- a/lib/libnt/tcpip.c
+++ b/lib/libnt/tcpip.c
@@ -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"