Fix some configuration dependencies, warnings, back up some previous changes that weren't really necessary

This commit is contained in:
Gregory Nutt 2014-10-27 18:41:09 -06:00
parent 3e41db8de9
commit cbc722503e
3 changed files with 443 additions and 448 deletions

View File

@ -6,6 +6,9 @@
config INTERPRETERS_BAS config INTERPRETERS_BAS
bool "Basic Interpreter support" bool "Basic Interpreter support"
default n default n
select SCHED_WAITPID
select LIBC_EXECFUNCS
depends on FS_READABLE
---help--- ---help---
This is a Basic interpreter written by Michael Haardt This is a Basic interpreter written by Michael Haardt

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,4 @@
/* #includes */ /*{{{C}}}*//*{{{*/ /* #includes */ /*{{{C}}}*//*{{{*/
#include <sys/wait.h>
#include <unistd.h>
#include "config.h" #include "config.h"
#ifdef HAVE_GETTEXT #ifdef HAVE_GETTEXT