diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2000-10-29 17:36:44 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2000-10-29 17:36:44 +0000 |
commit | 0f45531954cadaa9f19a73944e8f9574f5fc08ee (patch) | |
tree | 719104aefb76dc5c5d57c4c14b3fa5de843b63d9 /config/s-templ.h | |
parent | 24b5b0add9ca1048d8561526741b8f10fa587242 (diff) | |
download | ocaml-0f45531954cadaa9f19a73944e8f9574f5fc08ee.tar.gz |
passage a ANSI C -> suppression bcopy et memmov
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3322 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'config/s-templ.h')
-rw-r--r-- | config/s-templ.h | 16 |
1 files changed, 0 insertions, 16 deletions
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. |