PageRenderTime 44ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/config/s-nt.h

http://github.com/thelema/ocaml-community
C Header | 29 lines | 13 code | 3 blank | 13 comment | 0 complexity | 80df673d89c5753fbcd4d64312366a5d MD5 | raw file
Possible License(s): LGPL-2.0, GPL-2.0
  1. /***********************************************************************/
  2. /* */
  3. /* OCaml */
  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. /***********************************************************************/
  13. /* Operating system dependencies, Intel x86 processors, Windows NT */
  14. #define OCAML_OS_TYPE "Win32"
  15. #undef BSD_SIGNALS
  16. #define HAS_STRERROR
  17. #define HAS_SOCKETS
  18. #define HAS_GETCWD
  19. #define HAS_UTIME
  20. #define HAS_DUP2
  21. #define HAS_GETHOSTNAME
  22. #define HAS_MKTIME
  23. #define HAS_PUTENV
  24. #define HAS_LOCALE
  25. #define HAS_BROKEN_PRINTF
  26. #define HAS_IPV6