diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-26 05:23:00 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-26 05:23:00 +0300 |
commit | 9a1d173658bcaf0987c4b4892d3872e324d94772 (patch) | |
tree | 12d1e453ba38a460d45971aaf246842d6524094e /pc/config.h | |
parent | d64da79c830daee5b0c9e125320f240a22aa4110 (diff) | |
parent | 196eeabf82e8f4653872afa2f49fa124295f15d5 (diff) | |
download | egawk-9a1d173658bcaf0987c4b4892d3872e324d94772.tar.gz egawk-9a1d173658bcaf0987c4b4892d3872e324d94772.tar.bz2 egawk-9a1d173658bcaf0987c4b4892d3872e324d94772.zip |
Merge branch 'master' into feature/nocopy
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/config.h b/pc/config.h index 1131414e..11323793 100644 --- a/pc/config.h +++ b/pc/config.h @@ -264,7 +264,7 @@ #define HAVE_STRINGIZE 1 /* Define to 1 if you have the <strings.h> header file. */ -#undef HAVE_STRINGS_H +#define HAVE_STRINGS_H 1 /* Define to 1 if you have the <string.h> header file. */ #define HAVE_STRING_H 1 |