]> mj.ucw.cz Git - libucw.git/commitdiff
Small customizations moved do a new directory:
authorPavel Charvat <pavel.charvat@netcentrum.cz>
Sun, 10 Sep 2006 20:28:18 +0000 (22:28 +0200)
committerPavel Charvat <pavel.charvat@netcentrum.cz>
Sun, 10 Sep 2006 20:28:18 +0000 (22:28 +0200)
  bare -> customs/bare
  lib/config -> customs/libsonly

lib/config/Makefile [deleted file]
lib/config/config [deleted file]

diff --git a/lib/config/Makefile b/lib/config/Makefile
deleted file mode 100644 (file)
index 2a28d2d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-# Stub Makefile for custom modules
diff --git a/lib/config/config b/lib/config/config
deleted file mode 100644 (file)
index 8dade09..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Libraries configuration (libucw, libcharset, libsh)
-
-Set("CUSTOM_DIR" => "lib/config");
-
-UnSet("CONFIG_SHERLOCK");
-UnSet("CONFIG_GATHERD");
-UnSet("CONFIG_INDEXER");
-UnSet("CONFIG_SEARCH");
-UnSet("CONFIG_LARGE_DB");
-UnSet("CONFIG_LASTMOD");
-UnSet("CONFIG_FILETYPE");
-UnSet("CONFIG_LANG");
-UnSet("CONFIG_SPELL");
-UnSet("CONFIG_MAX_CONTEXTS");
-UnSet("CONFIG_32BIT_REFERENCES");
-Set("DEFAULT_CONFIG" => "cf/library");
-
-# Keep turned on if debugging
-Set("CONFIG_DEBUG");
-
-# Return success
-1;