mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
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.
This commit is contained in:
@@ -264,6 +264,10 @@ typedef unsigned char bool;
|
||||
|
||||
#else /* MSDOS */
|
||||
|
||||
#ifdef __VMS
|
||||
#define IOCTL_3_ARGS 1
|
||||
#endif
|
||||
|
||||
#ifdef __BEOS__
|
||||
#define sclose(x) closesocket(x)
|
||||
#else /* __BEOS__ */
|
||||
|
||||
Reference in New Issue
Block a user