1996-02-21 02:49:46 -08:00
|
|
|
/***********************************************************************/
|
|
|
|
/* */
|
1996-04-30 07:53:58 -07:00
|
|
|
/* Objective Caml */
|
1996-02-21 02:49:46 -08:00
|
|
|
/* */
|
|
|
|
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
|
|
|
|
/* */
|
1996-04-30 07:53:58 -07:00
|
|
|
/* Copyright 1996 Institut National de Recherche en Informatique et */
|
1999-11-17 10:59:06 -08:00
|
|
|
/* en Automatique. All rights reserved. This file is distributed */
|
1999-12-09 10:53:52 -08:00
|
|
|
/* under the terms of the GNU Library General Public License. */
|
1996-02-21 02:49:46 -08:00
|
|
|
/* */
|
|
|
|
/***********************************************************************/
|
|
|
|
|
|
|
|
/* $Id$ */
|
|
|
|
|
|
|
|
/* Operating system dependencies, Intel x86 processors, Windows NT */
|
|
|
|
|
1996-10-07 07:02:45 -07:00
|
|
|
#define OCAML_OS_TYPE "Win32"
|
1996-10-06 09:36:37 -07:00
|
|
|
|
1998-08-14 02:57:43 -07:00
|
|
|
#undef BSD_SIGNALS
|
1996-02-21 02:49:46 -08:00
|
|
|
#define HAS_STRERROR
|
1996-09-06 09:51:26 -07:00
|
|
|
#define HAS_SOCKETS
|
1996-02-21 02:49:46 -08:00
|
|
|
#define HAS_GETCWD
|
1996-09-06 09:51:26 -07:00
|
|
|
#define HAS_UTIME
|
1996-02-21 02:49:46 -08:00
|
|
|
#define HAS_DUP2
|
|
|
|
#define HAS_GETHOSTNAME
|
1996-09-06 09:51:26 -07:00
|
|
|
#define HAS_MKTIME
|
1998-05-11 11:42:59 -07:00
|
|
|
#define HAS_PUTENV
|