Removed SELFSTART_PROCESS as AUTOSTART_ENABLE generally serves that purpose - and AUTOSTART_ENABLE gets already set as required :-)

This commit is contained in:
oliverschmidt 2008-02-08 22:48:28 +00:00
parent e70e729be6
commit 614fa668cd
16 changed files with 19 additions and 44 deletions

View file

@ -29,7 +29,7 @@
*
* This file is part of the Contiki desktop environment
*
* $Id: www.c,v 1.8 2008/02/07 16:31:51 oliverschmidt Exp $
* $Id: www.c,v 1.9 2008/02/08 22:53:11 oliverschmidt Exp $
*
*/
@ -164,9 +164,7 @@ static char receivingmsgs[4][23] = {
PROCESS(www_process, "Web browser");
#if SELFSTART_PROCESS
AUTOSTART_PROCESSES(&www_process);
#endif /* SELFSTART_PROCESS */
static void formsubmit(struct formattribs *attribs);