Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 13 Nov 1998 13:27:37 +0000 (13:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 13 Nov 1998 13:27:37 +0000 (13:27 +0000)
1998-11-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

* locale/programs/config.h: Define HAVE_STRING_H for xstrdup.c.

ChangeLog
locale/programs/config.h

index 1846b22..77a667f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 96d9281..9775572 100644 (file)
@@ -21,6 +21,7 @@
 
 
 #define HAVE_VPRINTF 1
+#define HAVE_STRING_H 1
 
 
 #include_next <config.h>