diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-15 21:22:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-15 21:22:43 +0200 |
commit | 8a2eed59fd54d901721376426b34c0c128bf0cfb (patch) | |
tree | df525d99d37779db3e9f13a2b839c570b495cd82 /pc/config.sed | |
parent | b8123662e8cb41e033771151500d927456953ab2 (diff) | |
download | egawk-8a2eed59fd54d901721376426b34c0c128bf0cfb.tar.gz egawk-8a2eed59fd54d901721376426b34c0c128bf0cfb.tar.bz2 egawk-8a2eed59fd54d901721376426b34c0c128bf0cfb.zip |
Update MinGW execvp, additions to Makefile and config.
Diffstat (limited to 'pc/config.sed')
-rw-r--r-- | pc/config.sed | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pc/config.sed b/pc/config.sed index 7fe0f922..96b2c2d7 100644 --- a/pc/config.sed +++ b/pc/config.sed @@ -73,6 +73,8 @@ s/^#undef HAVE_FMOD *$/#define HAVE_FMOD 1/ #define HAVE_ISWUPPER 1\ #endif s/^#undef HAVE_LIBM *$/#define HAVE_LIBM 1/ +/^#undef HAVE_LIBREADLINE *$/c\ +/* #undef HAVE_LIBREADLINE */ s/^#undef HAVE_LIMITS_H *$/#define HAVE_LIMITS_H 1/ /^#undef HAVE_LOCALE_H *$/c\ #ifdef __MINGW32__\ |