[Cmake-commits] [cmake-commits] king committed setup.h 1.2 1.3
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Jun 10 11:49:26 EDT 2009
Update of /cvsroot/CMake/CMake/Utilities/cmcurl
In directory public:/mounts/ram/cvs-serv32119/Utilities/cmcurl
Modified Files:
setup.h
Log Message:
COMP: Fix cmcurl build on VMS
This defines IOCTL_3_ARGS in 'cmcurl/setup.h' to teach curl sources
about the three-argument ioctl() on VMS.
Index: setup.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/setup.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** setup.h 15 Mar 2007 19:22:13 -0000 1.2
--- setup.h 10 Jun 2009 15:49:23 -0000 1.3
***************
*** 265,268 ****
--- 265,272 ----
#else /* MSDOS */
+ #ifdef __VMS
+ #define IOCTL_3_ARGS 1
+ #endif
+
#ifdef __BEOS__
#define sclose(x) closesocket(x)
More information about the Cmake-commits
mailing list