diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-02-24 04:02:20 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-02-24 04:02:20 +0000 |
commit | 712e77e3dfbec79695da94ec7f64762f0555cfb2 (patch) | |
tree | ab6ad59f6df80bb3381eec10b8ca55da78c7f143 /src/include | |
parent | 18e1f0331b5e92b8e3f49a88b6757db68eaa8e29 (diff) |
Various fixes for string.h vs strings.h
From: Frank Ridderbusch <ridderbusch.pad@sni.de>
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 |