diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-08 21:42:19 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-08 21:42:19 +0300 |
commit | ff1c6aa3df9fb3432d3cdcc61be7fa2fdc1d517e (patch) | |
tree | 6d1fd586f141a44db08afe29675564da5daeef89 /pc/config.h | |
parent | bd270ca4676197614da0d7b5d793c9c8b7cd333b (diff) | |
parent | 81f53c08b12ba4150e02a2dcb647d8176570fca1 (diff) | |
download | egawk-ff1c6aa3df9fb3432d3cdcc61be7fa2fdc1d517e.tar.gz egawk-ff1c6aa3df9fb3432d3cdcc61be7fa2fdc1d517e.tar.bz2 egawk-ff1c6aa3df9fb3432d3cdcc61be7fa2fdc1d517e.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pc/config.h b/pc/config.h index 103c6caf..6ebf5975 100644 --- a/pc/config.h +++ b/pc/config.h @@ -510,6 +510,10 @@ /* force use of our version of strftime */ #undef USE_INCLUDED_STRFTIME +/* This is required to compile Gnulib regex code. */ +#ifdef __MINGW32__ +#define _GNU_SOURCE 1 +#endif /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE |