1998-11-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* locale/programs/config.h: Define HAVE_STRING_H for xstrdup.c.
This commit is contained in:
Ulrich Drepper 1998-11-13 13:27:37 +00:00
parent a3e0e9ae47
commit 93d63a591c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1998-11-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* locale/programs/config.h: Define HAVE_STRING_H for xstrdup.c.
1998-11-13 Ulrich Drepper <drepper@cygnus.com>
* libio/bits/stdio.h: Correct and improve fread_unlocked and

View File

@ -21,6 +21,7 @@
#define HAVE_VPRINTF 1
#define HAVE_STRING_H 1
#include_next <config.h>