commit bash-20060720 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 22:50:46 -05:00
parent e7f1978acf
commit 9697d2dc75
13 changed files with 1757 additions and 48 deletions
+8
View File
@@ -27,6 +27,14 @@ extern char *malloc ();
extern char *realloc ();
#endif
#if defined (HAVE_STRING_H)
#include <string.h>
#endif
#if !defined (HAVE_BCOPY) && (defined (HAVE_STRING_H) || defined (STDC_HEADERS))
# define bcopy(s, d, n) memcpy ((d), (s), (n))
#endif
#else /* not HAVE_CONFIG_H */
#if defined(HAVE_STRING_H) || defined(STDC_HEADERS)