diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-08 21:43:00 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-08 21:43:00 +0300 |
commit | a2136c31d4236ce17d2d8810a39dd39b3e2d10cb (patch) | |
tree | 4b49d46024675dd87f2594dcce63119fe915e70a /pc/config.h | |
parent | 2c61707777c631d919dd03b8da378145dc3ecf99 (diff) | |
parent | ff1c6aa3df9fb3432d3cdcc61be7fa2fdc1d517e (diff) | |
download | egawk-a2136c31d4236ce17d2d8810a39dd39b3e2d10cb.tar.gz egawk-a2136c31d4236ce17d2d8810a39dd39b3e2d10cb.tar.bz2 egawk-a2136c31d4236ce17d2d8810a39dd39b3e2d10cb.zip |
Merge branch 'master' into feature/fix-comments
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 |