Fix some configuration dependencies, warnings, back up some previous changes that weren't really necessary
This commit is contained in:
parent
3e41db8de9
commit
cbc722503e
@ -6,6 +6,9 @@
|
||||
config INTERPRETERS_BAS
|
||||
bool "Basic Interpreter support"
|
||||
default n
|
||||
select SCHED_WAITPID
|
||||
select LIBC_EXECFUNCS
|
||||
depends on FS_READABLE
|
||||
---help---
|
||||
This is a Basic interpreter written by Michael Haardt
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,4 @@
|
||||
/* #includes */ /*{{{C}}}*//*{{{*/
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_GETTEXT
|
||||
|
Loading…
Reference in New Issue
Block a user