diff options
Diffstat (limited to 'cpp/include/IceSSL/Config.h')
-rw-r--r-- | cpp/include/IceSSL/Config.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cpp/include/IceSSL/Config.h b/cpp/include/IceSSL/Config.h new file mode 100644 index 00000000000..f28999ee1f7 --- /dev/null +++ b/cpp/include/IceSSL/Config.h @@ -0,0 +1,16 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. +// +// ********************************************************************** + +#include <Ice/Config.h> + +#ifdef __APPLE__ +# define ICE_USE_SECURE_TRANSPORT 1 +#else +# define ICE_USE_OPENSSL 1 +#endif |