From 0f45531954cadaa9f19a73944e8f9574f5fc08ee Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Sun, 29 Oct 2000 17:36:44 +0000 Subject: passage a ANSI C -> suppression bcopy et memmov git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3322 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- config/s-templ.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'config/s-templ.h') diff --git a/config/s-templ.h b/config/s-templ.h index 02dea3b4a7..3e6617df63 100644 --- a/config/s-templ.h +++ b/config/s-templ.h @@ -22,22 +22,6 @@ /* 1. For the runtime system. */ -#define HAS_MEMMOVE - -/* Define HAS_MEMMOVE if you have `memmove', and if - `memmove' is guaranteed to work even on overlapping areas. - That's the case if your library is ANSI C compliant. */ - -#define HAS_BCOPY - -/* Define HAS_BCOPY if you have `bcopy', and if - `bcopy' is guaranteed to work even on overlapping areas. */ - -/* If none of HAS_MEMMOVE and HAS_BCOPY is defined, then we'll - use our own memory copy routine. It might be slightly slower than the - routines provided in the standard library, but at least it is guaranteed - to work. So, in doubt, don't define anything. */ - #define POSIX_SIGNALS /* Define POSIX_SIGNALS if signal handling is POSIX-compliant. -- cgit v1.2.1