diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-26 05:23:06 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-26 05:23:06 +0300 |
commit | c21fb43348d3315b60082f7f1b740db51be90258 (patch) | |
tree | f1a201c23aff747f9d73792b9558c189fcb7e7e7 /pc/config.h | |
parent | 3dc29b1fbb332fd0a0571ed803401f4ca069e9b3 (diff) | |
parent | 196eeabf82e8f4653872afa2f49fa124295f15d5 (diff) | |
download | egawk-c21fb43348d3315b60082f7f1b740db51be90258.tar.gz egawk-c21fb43348d3315b60082f7f1b740db51be90258.tar.bz2 egawk-c21fb43348d3315b60082f7f1b740db51be90258.zip |
Merge branch 'master' into feature/typed-regex
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 |