Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitur Kirov <dkirov@gmail.com>2006-10-05 19:08:07 +0400
committerDimitur Kirov <dkirov@gmail.com>2006-10-05 19:08:07 +0400
commitf56897745db5c49fa4ab0afc239d05dc6bab7809 (patch)
tree13193df65abb12c5b09d0237323c38b5b99d95c3 /config.h.in
parent1a68b63302a6afb187542d4a5bd7d39b40351126 (diff)
adding some enable options.
using $(srcdir) for files refered by wildcars
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index bd5411275..ffb64246e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -24,6 +24,9 @@
/* Define if your <locale.h> file defines LC_MESSAGES. */
#undef HAVE_LC_MESSAGES
+/* Define to 1 if you have the <libintl.h> header file. */
+#undef HAVE_LIBINTL_H
+
/* Define to 1 if you have the `X11' library (-lX11). */
#undef HAVE_LIBX11
@@ -83,3 +86,6 @@
/* Version number of package */
#undef VERSION
+
+/* Define to empty if `const' does not conform to ANSI C. */
+#undef const