/usr/include/sage/GL.h is in libsage-dev 0.2.0-4.1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #ifndef SAGE_GL_H
# define SAGE_GL_H 1
# ifdef __APPLE__
# include <OpenGL/gl.h>
# else
# include <GL/gl.h>
# endif
#endif
|