aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libssh2/src/libssh2_config.h
blob: 7422122cc2c8f9f9f7037c227879643f357010b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#if defined(__APPLE__)
#   include "libssh2_config-osx.h"
#elif defined(_MSC_VER)
#   include "libssh2_config-win.h"
#else
#   include "libssh2_config-linux.h"
#endif