From 785c3469f45ef4b96f2622cd1575229a1fd9d250 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 26 Apr 2001 22:27:09 +0000 Subject: Added Makefile support for building libOSMesa16.so which is Mesa compiled for 16-bit color channels, using the OSMesa driver. --- src/mesa/main/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa/main/config.h') diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index c5392d724b..c8f60b0d20 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.28 2001/03/18 08:53:49 gareth Exp $ */ +/* $Id: config.h,v 1.29 2001/04/26 22:27:09 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -164,7 +164,9 @@ /* * Bits per color channel (must be 8 at this time!) */ +#ifndef CHAN_BITS #define CHAN_BITS 8 +#endif /* -- cgit v1.2.3