From a4aa923db33f466e985939d4b0fc7d4f0e6326eb Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Sun, 10 Sep 2006 22:28:18 +0200 Subject: [PATCH] Small customizations moved do a new directory: bare -> customs/bare lib/config -> customs/libsonly --- lib/config/Makefile | 1 - lib/config/config | 22 ---------------------- 2 files changed, 23 deletions(-) delete mode 100644 lib/config/Makefile delete mode 100644 lib/config/config 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; -- 2.39.2