* configure.in: Add AC_CHECK_DECLS(stpcpy).
	* configure: Regenerated.
	* config.in: Likewise.

	* sysdep.h (stpcpy): New.
This commit is contained in:
H.J. Lu
2005-05-04 22:15:30 +00:00
parent c3b69c04b9
commit be5cacdb6d
4 changed files with 81 additions and 0 deletions

View File

@@ -125,6 +125,10 @@ extern PTR malloc ();
extern PTR realloc ();
#endif
#if !HAVE_DECL_STPCPY
extern char *stpcpy (char *__dest, const char *__src);
#endif
#if !HAVE_DECL_STRSTR
extern char *strstr ();
#endif