1996-11-02 10:04:50 -08:00
|
|
|
/***********************************************************************/
|
|
|
|
/* */
|
|
|
|
/* Objective Caml */
|
|
|
|
/* */
|
|
|
|
/* Damien Doligez, projet Para, INRIA Rocquencourt */
|
|
|
|
/* */
|
|
|
|
/* Copyright 1996 Institut National de Recherche en Informatique et */
|
|
|
|
/* Automatique. Distributed only by permission. */
|
|
|
|
/* */
|
|
|
|
/***********************************************************************/
|
|
|
|
|
|
|
|
/* $Id$ */
|
|
|
|
|
|
|
|
/* Processor dependencies */
|
|
|
|
|
|
|
|
#define ARCH_BIG_ENDIAN
|
|
|
|
|
|
|
|
/* Operating system and standard library dependencies. */
|
|
|
|
|
|
|
|
#define OCAML_OS_TYPE "MacOS"
|
|
|
|
#define HAS_MEMMOVE
|
|
|
|
#define HAS_BCOPY
|
|
|
|
#define HAS_STRERROR
|
|
|
|
#define HAS_GETCWD
|
|
|
|
#define HAS_UI
|
|
|
|
|
1998-07-04 09:51:51 -07:00
|
|
|
#define SIZEOF_INT 4
|
|
|
|
#define SIZEOF_LONG 4
|
|
|
|
#define SIZEOF_SHORT 2
|
|
|
|
|
1996-11-02 10:04:50 -08:00
|
|
|
#if !powerc
|
|
|
|
#define THREADED_CODE
|
|
|
|
#endif
|