[Cmake-commits] [cmake-commits] hoffman committed CurlTests.c 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 15 17:53:30 EDT 2008


Update of /cvsroot/CMake/CMake/Utilities/cmcurl/CMake
In directory public:/mounts/ram/cvs-serv30779/Utilities/cmcurl/CMake

Modified Files:
	CurlTests.c 
Log Message:
ENH: add initial support for HAIKU OS from bug# 7425


Index: CurlTests.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/CMake/CurlTests.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** CurlTests.c	17 Sep 2007 19:20:56 -0000	1.3
--- CurlTests.c	15 Sep 2008 21:53:28 -0000	1.4
***************
*** 39,43 ****
  #endif
  
! #if defined(PLATFORM_SUNOS4) || defined(PLATFORM_AIX_V3) || defined(__BEOS__)
  #error "O_NONBLOCK does not work on this platform"
  #endif
--- 39,43 ----
  #endif
  
! #if defined(PLATFORM_SUNOS4) || defined(PLATFORM_AIX_V3) || (defined(__BEOS__) && !defined(__HAIKU__))
  #error "O_NONBLOCK does not work on this platform"
  #endif



More information about the Cmake-commits mailing list