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
|
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
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user