diff options
author | Brian Paul <[email protected]> | 2001-04-26 22:27:09 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-04-26 22:27:09 +0000 |
commit | 785c3469f45ef4b96f2622cd1575229a1fd9d250 (patch) | |
tree | f8ecdae35fb93036cf9c6a66906882d08c099b52 /src/mesa/main/config.h | |
parent | f20ea88f88398f38ea6029c35260e481b15116ed (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.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index c5392d724b3..c8f60b0d20b 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 /* |