mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
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:
parent
566d1889ea
commit
5480d6b13f
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue