summary refs log tree commit diff stats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 00000000..7c15fc78
--- /dev/null
+++ b/config.h
@@ -0,0 +1,16 @@
+#define LOCALEDIR "./locale"
+#define ENABLE_NLS
+#define USE_GMODULE
+#define USE_PLUGIN
+#define USE_OPENSSL
+#define USE_LIBSEXY
+#define USE_IPV6
+#define HAVE_ISO_CODES
+#define PACKAGE_NAME "xchat"
+#define PACKAGE_VERSION "1503"
+#define XCHAT_RELEASE "2.8.8"
+#define XCHATLIBDIR "."
+#define XCHATSHAREDIR "."
+#define OLD_PERL
+#define GETTEXT_PACKAGE "xchat"
+#define PACKAGE_TARNAME "xchat-2.8.8"