gallium: Add tokens for DragonFly BSD.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Acked-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Vinson Lee 2014-09-16 16:11:53 -07:00
parent 566d1889ea
commit 5480d6b13f
1 changed files with 6 additions and 0 deletions

View File

@ -218,6 +218,12 @@
#define PIPE_OS_UNIX
#endif
#if defined(__DragonFly__)
#define PIPE_OS_DRAGONFLY
#define PIPE_OS_BSD
#define PIPE_OS_UNIX
#endif
#if defined(__GNU__)
#define PIPE_OS_HURD
#define PIPE_OS_UNIX