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

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


Index: curl.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/curl/curl.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** curl.h	16 Mar 2007 22:44:39 -0000	1.3
--- curl.h	15 Sep 2008 21:53:28 -0000	1.4
***************
*** 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