/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
contrib/tools/python/src/Include/config_platform.h
29 строк
360 B
wilytiger
support building opensource nbs with ya make
09 окт 2023, 17:33
09 окт 2023, 17:33
759d542
Код
Авторство
О чём код?
#include <util/system/platform.h> #ifdef _win_ # define _WIN32_ #endif #ifdef _linux_ # define _UNIX_ # define _LINUX_ #endif #ifdef _freebsd_ # define _UNIX_ # define _FREEBSD_ #endif #ifdef _darwin_ # define _UNIX_ # define _DARWIN_ #endif #ifdef _cygwin_ # define _UNIX_ # define _CYGWIN_ #endif #ifdef _arm_ # define _ARM_ #endif