summaryrefslogtreecommitdiff
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-04-26 22:27:09 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-04-26 22:27:09 +0000
commit785c3469f45ef4b96f2622cd1575229a1fd9d250 (patch)
treef8ecdae35fb93036cf9c6a66906882d08c099b52 /src/mesa/main/config.h
parentf20ea88f88398f38ea6029c35260e481b15116ed (diff)
Added Makefile support for building libOSMesa16.so which is Mesa compiled
for 16-bit color channels, using the OSMesa driver.
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h4
1 files changed, 3 insertions, 1 deletions
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
/*