Add copyright notices and new function String.chomp
[ocaml.git] / config / s-nt.h
blob5eaf3770f475e4dc2c11296d3f4c038ed0d3ec75
1 /***********************************************************************/
2 /* */
3 /* Objective Caml */
4 /* */
5 /* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
6 /* */
7 /* Copyright 1996 Institut National de Recherche en Informatique et */
8 /* en Automatique. All rights reserved. This file is distributed */
9 /* under the terms of the GNU Library General Public License, with */
10 /* the special exception on linking described in file ../LICENSE. */
11 /* */
12 /***********************************************************************/
14 /* $Id$ */
16 /* Operating system dependencies, Intel x86 processors, Windows NT */
18 #define OCAML_OS_TYPE "Win32"
20 #undef BSD_SIGNALS
21 #define HAS_STRERROR
22 #define HAS_SOCKETS
23 #define HAS_GETCWD
24 #define HAS_UTIME
25 #define HAS_DUP2
26 #define HAS_GETHOSTNAME
27 #define HAS_MKTIME
28 #define HAS_PUTENV
29 #define HAS_LOCALE