diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-26 05:22:32 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-26 05:22:32 +0300 |
commit | 34196cfaf0cfe8a591dd766e02a0fe89b6d31413 (patch) | |
tree | 691c30f198ceb11c64bb53daeb938ce99e4b2b4c /pc/config.h | |
parent | f1f7dea6875d0b9cd3f68c115bec3dfa0e6a541e (diff) | |
parent | 196eeabf82e8f4653872afa2f49fa124295f15d5 (diff) | |
download | egawk-34196cfaf0cfe8a591dd766e02a0fe89b6d31413.tar.gz egawk-34196cfaf0cfe8a591dd766e02a0fe89b6d31413.tar.bz2 egawk-34196cfaf0cfe8a591dd766e02a0fe89b6d31413.zip |
Merge branch 'master' into feature/cmake
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 |