diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 79131df2e20..3d37bbc9fb1 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -14,6 +14,12 @@ * The following is set using configure. */ +/* Set to 1 if you have <string.h> */ +#undef HAVE_STRING_H + +/* Set to 1 if you have <strings.h> */ +#undef HAVE_STRINGS_H + /* Set to 1 if you have <getopt.h> */ #undef HAVE_GETOPT_H |