Search
lxdream.org :: lxdream/src/config.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/config.h
changeset 470:e09a16196693
prev464:8e099fad42a6
next561:533f6b478071
author nkeynes
date Tue Jan 01 04:49:57 2008 +0000 (16 years ago)
branchlxdream-mmu
permissions -rw-r--r--
last change Add command line option to control default log level
file annotate diff log raw
1.1 --- a/src/config.h Sat Oct 27 05:44:54 2007 +0000
1.2 +++ b/src/config.h Tue Jan 01 04:49:57 2008 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: config.h,v 1.4 2007-10-27 05:44:53 nkeynes Exp $
1.6 + * $Id: config.h,v 1.5 2007-10-28 08:29:29 nkeynes Exp $
1.7 *
1.8 * User configuration support
1.9 *
1.10 @@ -46,6 +46,7 @@
1.11 #define CONFIG_SAVE_PATH 3
1.12 #define CONFIG_BOOTSTRAP 4
1.13 #define CONFIG_GDROM 5
1.14 +#define CONFIG_RECENT 6
1.15
1.16 extern struct lxdream_config_group lxdream_config_root[];
1.17
.