From: Pavel Charvat Date: Sun, 10 Sep 2006 20:28:18 +0000 (+0200) Subject: Small customizations moved do a new directory: X-Git-Tag: holmes-import~562^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a4aa923db33f466e985939d4b0fc7d4f0e6326eb;p=libucw.git Small customizations moved do a new directory: bare -> customs/bare lib/config -> customs/libsonly --- diff --git a/lib/config/Makefile b/lib/config/Makefile deleted file mode 100644 index 2a28d2d0..00000000 --- a/lib/config/Makefile +++ /dev/null @@ -1 +0,0 @@ -# Stub Makefile for custom modules diff --git a/lib/config/config b/lib/config/config deleted file mode 100644 index 8dade098..00000000 --- a/lib/config/config +++ /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;