summaryrefslogtreecommitdiffstats
path: root/lib/libsi18n
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsi18n')
-rw-r--r--lib/libsi18n/acclanglist.c5
-rw-r--r--lib/libsi18n/coreres.c5
-rw-r--r--lib/libsi18n/coreres.h5
-rw-r--r--lib/libsi18n/getlang.c5
-rw-r--r--lib/libsi18n/getstrmem.c5
-rw-r--r--lib/libsi18n/getstrmem.h5
-rw-r--r--lib/libsi18n/getstrprop.c5
-rw-r--r--lib/libsi18n/gsslapd.h5
-rw-r--r--lib/libsi18n/makstrdb.c5
-rw-r--r--lib/libsi18n/propset.c5
-rw-r--r--lib/libsi18n/propset.h5
-rw-r--r--lib/libsi18n/reshash.c5
-rw-r--r--lib/libsi18n/reshash.h5
-rw-r--r--lib/libsi18n/txtfile.c5
-rw-r--r--lib/libsi18n/txtfile.h5
15 files changed, 75 insertions, 0 deletions
diff --git a/lib/libsi18n/acclanglist.c b/lib/libsi18n/acclanglist.c
index e66d6595..dc93b77f 100644
--- a/lib/libsi18n/acclanglist.c
+++ b/lib/libsi18n/acclanglist.c
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#include <stdio.h>
#include <string.h>
#include <ctype.h>
diff --git a/lib/libsi18n/coreres.c b/lib/libsi18n/coreres.c
index 4a05c5f9..e20d07a6 100644
--- a/lib/libsi18n/coreres.c
+++ b/lib/libsi18n/coreres.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 <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/lib/libsi18n/coreres.h b/lib/libsi18n/coreres.h
index 1dbc02c2..8ad815a4 100644
--- a/lib/libsi18n/coreres.h
+++ b/lib/libsi18n/coreres.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
+
#ifndef CORERES_H
#define CORERES_H
diff --git a/lib/libsi18n/getlang.c b/lib/libsi18n/getlang.c
index ff9ab5b1..f8cb649b 100644
--- a/lib/libsi18n/getlang.c
+++ b/lib/libsi18n/getlang.c
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
diff --git a/lib/libsi18n/getstrmem.c b/lib/libsi18n/getstrmem.c
index f1d52dd5..2beb3472 100644
--- a/lib/libsi18n/getstrmem.c
+++ b/lib/libsi18n/getstrmem.c
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#include <stdio.h>
#include <string.h>
diff --git a/lib/libsi18n/getstrmem.h b/lib/libsi18n/getstrmem.h
index 5cfe9671..12f58caf 100644
--- a/lib/libsi18n/getstrmem.h
+++ b/lib/libsi18n/getstrmem.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
+
#define BUCKET_MASK NUM_BUCKETS-1
typedef struct DATABIN {
char* pLibraryName;
diff --git a/lib/libsi18n/getstrprop.c b/lib/libsi18n/getstrprop.c
index 45870652..4a5ab04b 100644
--- a/lib/libsi18n/getstrprop.c
+++ b/lib/libsi18n/getstrprop.c
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
diff --git a/lib/libsi18n/gsslapd.h b/lib/libsi18n/gsslapd.h
index d6a0afbb..3497a52f 100644
--- a/lib/libsi18n/gsslapd.h
+++ b/lib/libsi18n/gsslapd.h
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#define DATABASE_NAME "ns-slapd"
#ifdef RESOURCE_STR
diff --git a/lib/libsi18n/makstrdb.c b/lib/libsi18n/makstrdb.c
index 176e95ea..c96c4d54 100644
--- a/lib/libsi18n/makstrdb.c
+++ b/lib/libsi18n/makstrdb.c
@@ -36,6 +36,11 @@
* All rights reserved.
* END COPYRIGHT BLOCK **/
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
diff --git a/lib/libsi18n/propset.c b/lib/libsi18n/propset.c
index c8589d1e..87b98854 100644
--- a/lib/libsi18n/propset.c
+++ b/lib/libsi18n/propset.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 <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/lib/libsi18n/propset.h b/lib/libsi18n/propset.h
index 97421ec3..8ef0df96 100644
--- a/lib/libsi18n/propset.h
+++ b/lib/libsi18n/propset.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
+
#ifndef PROPSET_H
#define PROPSET_H
diff --git a/lib/libsi18n/reshash.c b/lib/libsi18n/reshash.c
index eefb87b6..898d02f5 100644
--- a/lib/libsi18n/reshash.c
+++ b/lib/libsi18n/reshash.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 <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/lib/libsi18n/reshash.h b/lib/libsi18n/reshash.h
index 1edf4163..0e67fb49 100644
--- a/lib/libsi18n/reshash.h
+++ b/lib/libsi18n/reshash.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
+
#ifndef RESHASH_H
#define RESHASH_H
/**********************************************************************
diff --git a/lib/libsi18n/txtfile.c b/lib/libsi18n/txtfile.c
index 79549a6e..b115e705 100644
--- a/lib/libsi18n/txtfile.c
+++ b/lib/libsi18n/txtfile.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 <stdio.h>
#include <string.h>
#include <stdlib.h>
diff --git a/lib/libsi18n/txtfile.h b/lib/libsi18n/txtfile.h
index eac4f41f..fc96f318 100644
--- a/lib/libsi18n/txtfile.h
+++ b/lib/libsi18n/txtfile.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
+
#ifndef TXTFILE_H
#define TXTFILE_H