From: Vinson Lee Date: Tue, 16 Sep 2014 23:11:53 +0000 (-0700) Subject: gallium: Add tokens for DragonFly BSD. X-Git-Tag: upstream/17.1.0~22928 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5480d6b13f1c2748a24b5d0033653cd41d7b1c97;p=platform%2Fupstream%2Fmesa.git gallium: Add tokens for DragonFly BSD. Signed-off-by: Vinson Lee Acked-by: Brian Paul --- diff --git a/src/gallium/include/pipe/p_config.h b/src/gallium/include/pipe/p_config.h index b5e7736..5b6db7d 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