[Cmake-commits] [cmake-commits] hoffman committed curl.h 1.3 1.3.12.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/curl
In directory public:/mounts/ram/cvs-serv11564/Utilities/cmcurl/curl

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


Index: curl.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/curl/curl.h,v
retrieving revision 1.3
retrieving revision 1.3.12.1
diff -C 2 -d -r1.3 -r1.3.12.1
*** curl.h	16 Mar 2007 22:44:39 -0000	1.3
--- curl.h	4 Nov 2008 20:16:45 -0000	1.3.12.1
***************
*** 1134,1138 ****
  #endif
  
! #ifdef __BEOS__
  #include <support/SupportDefs.h>
  #endif
--- 1134,1138 ----
  #endif
  
! #if defined __BEOS__ || defined __HAIKU__
  #include <support/SupportDefs.h>
  #endif



More information about the Cmake-commits mailing list