[lvm-devel] master - config: make DEFAULT_MAX_HISTORY unconditional

Peter Rajnoha prajnoha at fedoraproject.org
Wed Mar 6 11:48:34 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=f88690221bb23668e0b763d212b58eeaaa4150a4
Commit:        f88690221bb23668e0b763d212b58eeaaa4150a4
Parent:        03b5c51730431ceb38c301293a19882b5829b84d
Author:        Peter Rajnoha <prajnoha at redhat.com>
AuthorDate:    Wed Mar 6 12:47:23 2013 +0100
Committer:     Peter Rajnoha <prajnoha at redhat.com>
CommitterDate: Wed Mar 6 12:47:23 2013 +0100

config: make DEFAULT_MAX_HISTORY unconditional

---
 lib/config/defaults.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/lib/config/defaults.h b/lib/config/defaults.h
index cad9862..b8d46f1 100644
--- a/lib/config/defaults.h
+++ b/lib/config/defaults.h
@@ -145,9 +145,7 @@
 #define DEFAULT_RAID_REGION_SIZE   512	/* KB */
 #define DEFAULT_INTERVAL 15
 
-#ifdef READLINE_SUPPORT
-#  define DEFAULT_MAX_HISTORY 100
-#endif
+#define DEFAULT_MAX_HISTORY 100
 
 #define DEFAULT_MAX_ERROR_COUNT	NO_DEV_ERROR_COUNT_LIMIT
 




More information about the lvm-devel mailing list