summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.in')
-rw-r--r--config.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/config.in b/config.in
new file mode 100644
index 0000000..ff0bf5c
--- /dev/null
+++ b/config.in
@@ -0,0 +1,17 @@
+# Filename: config.in
+#
+# written by Rob Janes
+# copied from Paul Marquess <pmqs@cpan.org>
+# last modified 24th April 2005
+# version 2.05
+#
+# This file is used to control which bzip2 library will be used by
+# Compress::Bzip2
+
+BUILD_BZLIB = Test
+
+BZLIB_INCLUDE = #./bzlib-src
+BZLIB_LIB = #./bzlib-src
+BZLIB_BIN = #./bzlib-src
+
+# end of file config.in