dslinux/config Configure.help config.in

stsp stsp at user.in-berlin.de
Sun Oct 29 16:15:46 CET 2006


Update of /cvsroot/dslinux/dslinux/config
In directory antilope:/tmp/cvs-serv10508/config

Modified Files:
	Configure.help config.in 
Log Message:
Add dictionary files.

Patch by Bradley Remedios:

  Here is a patch that will add dictionary support to DSLinux.  You can
  also select which type of dictionary you want, american english or
  british english.

  This will take up approx 900KB of storage, and is required to run BSD
  Games::Hangman.


Index: config.in
===================================================================
RCS file: /cvsroot/dslinux/dslinux/config/config.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- config.in	23 Oct 2006 21:11:05 -0000	1.28
+++ config.in	29 Oct 2006 15:15:44 -0000	1.29
@@ -1653,7 +1653,7 @@
     bool 'fish'		CONFIG_USER_GAMES_BSDGAMES_FISH
     bool 'gomoku'	CONFIG_USER_GAMES_BSDGAMES_GOMOKU
     bool 'hack'		CONFIG_USER_GAMES_BSDGAMES_HACK
-    bool 'hangman'	CONFIG_USER_GAMES_BSDGAMES_HANGMAN
+    bool 'hangman (requires dict-words)'	CONFIG_USER_GAMES_BSDGAMES_HANGMAN
     bool 'mille'	CONFIG_USER_GAMES_BSDGAMES_MILLE
     bool 'morse'	CONFIG_USER_GAMES_BSDGAMES_MORSE
     bool 'number'	CONFIG_USER_GAMES_BSDGAMES_NUMBER

Index: Configure.help
===================================================================
RCS file: /cvsroot/dslinux/dslinux/config/Configure.help,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Configure.help	23 Oct 2006 21:11:05 -0000	1.19
+++ Configure.help	29 Oct 2006 15:15:44 -0000	1.20
@@ -769,6 +769,15 @@
 CONFIG_USER_BOA_WITH_SSL
   Do you want BOA to use SSL for all connections.
 
+CONFIG_USER_DICTIONARY
+  Dictionary file for applications that need a dictionary.
+
+CONFIG_USER_DICTIONARY_AMERICAN
+  Dictionary file for applications that need a dictionary.
+
+CONFIG_USER_DICTIONARY_BRITISH
+  Dictionary file for applications that need a dictionary.
+
 CONFIG_USER_FREESWAN
   The FreeSwan tools and applications
 




More information about the dslinux-commit mailing list