diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 1999-07-01 09:30:18 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 1999-07-01 09:30:18 +0000 |
commit | d610460c2264273b9520c0a932a34431efb56887 (patch) | |
tree | 5e2cc6a36c197a7116a8a24771dbc74b728da498 /acconfig.h | |
parent | f80d6cc540d1116f5e04f7ea20a54ecf12ea37a6 (diff) | |
download | glib-d610460c2264273b9520c0a932a34431efb56887.tar.gz |
Added a g_memmove replacement for platforms without memmove, where bcopy
1999-07-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in, acconfig.h, gutils.c: Added a g_memmove
replacement for platforms without memmove, where bcopy can't
handle overlapping copies and the corresponding checks, which is
taken form the PERL Configure routine.
* glib.h: Updated the commentary about g_memmove to be right and
more GLib-like.
* configure.in: Removed test for rand_r, as it isn't used anymore.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 1c630e113..150406574 100644 --- a/acconfig.h +++ b/acconfig.h @@ -69,6 +69,7 @@ #undef HAVE_VALUES_H #undef HAVE_WCHAR_H #undef HAVE_WCTYPE_H +#undef HAVE_WORKING_BCOPY #undef NO_FD_SET #undef NO_SYS_ERRLIST |