diff options
Diffstat (limited to 'src/include/config.h.in')
-rw-r--r-- | src/include/config.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 66faa7503bb..c3d5b663485 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -8,7 +8,7 @@ * or in config.h afterwards. Of course, if you edit config.h, then your * changes will be overwritten the next time you run configure. * - * $Id: config.h.in,v 1.145 2000/10/30 07:17:31 ishii Exp $ + * $Id: config.h.in,v 1.146 2000/11/03 18:43:52 petere Exp $ */ #ifndef CONFIG_H @@ -374,6 +374,9 @@ /* Set to 1 if you have <sys/pstat.h> */ #undef HAVE_SYS_PSTAT_H +/* Define if string.h and strings.h may both be included */ +#undef STRING_H_WITH_STRINGS_H + /* Define if you have the setproctitle function. */ #undef HAVE_SETPROCTITLE |