1 #pragma once 2 3 #if __APPLE__ 4 #define MBGL_HAS_BINARY_PROGRAMS 0 5 #else 6 #define MBGL_HAS_BINARY_PROGRAMS 1 7 #endif 8