1996-02-21 02:49:46 -08:00
|
|
|
/***********************************************************************/
|
|
|
|
/* */
|
2011-07-27 07:17:02 -07:00
|
|
|
/* OCaml */
|
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 */
|
2001-12-07 05:41:02 -08:00
|
|
|
/* under the terms of the GNU Library General Public License, with */
|
|
|
|
/* the special exception on linking described in file ../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
|
2002-06-18 06:01:53 -07:00
|
|
|
#define HAS_LOCALE
|
2012-01-16 02:23:51 -08:00
|
|
|
#define HAS_BROKEN_PRINTF
|
2012-07-13 05:15:57 -07:00
|
|
|
#define HAS_IPV6
|