1 2 3 4 5 6 7 8 9 10
/* Settings for OpenGL */ #ifndef CONFIG_OPENGL_H #define CONFIG_OPENGL_H #define HAVE_GLEW_1_12 0 #endif