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

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Nov 4 15:16:47 EST 2008


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

Modified Files:
      Tag: CMake-2-6
	CurlTests.c 
Log Message:
ENH: merge in the rest of the haiku changes 


Index: CurlTests.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/CMake/CurlTests.c,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C 2 -d -r1.3 -r1.3.2.1
*** CurlTests.c	17 Sep 2007 19:20:56 -0000	1.3
--- CurlTests.c	4 Nov 2008 20:16:45 -0000	1.3.2.1
***************
*** 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