summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>1999-07-01 09:30:18 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>1999-07-01 09:30:18 +0000
commitd610460c2264273b9520c0a932a34431efb56887 (patch)
tree5e2cc6a36c197a7116a8a24771dbc74b728da498 /acconfig.h
parentf80d6cc540d1116f5e04f7ea20a54ecf12ea37a6 (diff)
downloadglib-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.h1
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