diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-17 05:57:28 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-17 05:57:28 +0300 |
commit | 815bfc8ca15cbbac1288a9bc9e06f23890f494c4 (patch) | |
tree | 7bad063bba38f34d0763144fb54b775d177d8aee /pc/config.h | |
parent | 7512c31b991b506de74f6e2971737d51418ccf68 (diff) | |
parent | df4688e6a576822b39ee5db4c4b0770246635169 (diff) | |
download | egawk-815bfc8ca15cbbac1288a9bc9e06f23890f494c4.tar.gz egawk-815bfc8ca15cbbac1288a9bc9e06f23890f494c4.tar.bz2 egawk-815bfc8ca15cbbac1288a9bc9e06f23890f494c4.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pc/config.h b/pc/config.h index 09572ada..1131414e 100644 --- a/pc/config.h +++ b/pc/config.h @@ -27,9 +27,7 @@ #define HAVE_ATEXIT 1 /* Define to 1 if you have the `btowc' function. */ -#ifdef _WIN32 #define HAVE_BTOWC 1 -#endif /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework. */ @@ -331,7 +329,9 @@ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ -#undef HAVE_SYS_WAIT_H +#ifdef __DJGPP__ +#define HAVE_SYS_WAIT_H 1 +#endif /* Define to 1 if you have the <termios.h> header file. */ #undef HAVE_TERMIOS_H |