diff options
Diffstat (limited to 'src/atioption.c')
-rw-r--r-- | src/atioption.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/atioption.c b/src/atioption.c index 1bd90eca..24536fcc 100644 --- a/src/atioption.c +++ b/src/atioption.c @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atioption.c,v 1.22 2003/04/23 21:51:29 tsi Exp $ */ /* - * Copyright 1999 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 1999 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -76,7 +76,7 @@ const OptionInfoRec ATIPublicOptions[] = #endif /* AVOID_CPIO */ -#ifdef XF86DRI +#ifdef XF86DRI_DEVEL { ATI_OPTION_IS_PCI, @@ -121,7 +121,7 @@ const OptionInfoRec ATIPublicOptions[] = FALSE, }, -#endif /* XF86DRI */ +#endif /* XF86DRI_DEVEL */ { ATI_OPTION_MMIO_CACHE, |