diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-26 05:22:09 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-26 05:22:09 +0300 |
commit | 196eeabf82e8f4653872afa2f49fa124295f15d5 (patch) | |
tree | 3787a11d798c81726a6cd669fbac7ac9fa1f8cbd /pc/config.h | |
parent | 491c127c5c78f0729f3e75bc0d07d49285a2041b (diff) | |
parent | 727c2b4c7011c252fd1973358629cccbfecfc25d (diff) | |
download | egawk-196eeabf82e8f4653872afa2f49fa124295f15d5.tar.gz egawk-196eeabf82e8f4653872afa2f49fa124295f15d5.tar.bz2 egawk-196eeabf82e8f4653872afa2f49fa124295f15d5.zip |
Merge branch 'gawk-4.1-stable'
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 |