aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_config.h
diff options
context:
space:
mode:
authorVinson Lee <[email protected]>2014-09-16 16:11:53 -0700
committerVinson Lee <[email protected]>2014-10-10 21:32:35 -0700
commit5480d6b13f1c2748a24b5d0033653cd41d7b1c97 (patch)
tree5571d9c242c630d0b83742db7931a7b999f1a128 /src/gallium/include/pipe/p_config.h
parent566d1889eaceaa174f1f16f6ff1553154626be11 (diff)
gallium: Add tokens for DragonFly BSD.
Signed-off-by: Vinson Lee <[email protected]> Acked-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/include/pipe/p_config.h')
-rw-r--r--src/gallium/include/pipe/p_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_config.h b/src/gallium/include/pipe/p_config.h
index b5e773694a5..5b6db7dcc67 100644
--- a/src/gallium/include/pipe/p_config.h
+++ b/src/gallium/include/pipe/p_config.h
@@ -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