summaryrefslogtreecommitdiff
path: root/graphics/asymptote/glew.c
blob: f6b50465b9a25c42dabb18f8a5272bfa05b06841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

#ifdef __MSDOS__
#define _WIN32
#endif

#ifdef HAVE_LIBGL
#ifdef HAVE_LIBOSMESA
#define GLEW_OSMESA
#endif

#include "GL/glew.c"
#endif /* HAVE_LIBGL */