projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e4a06a
)
replace CONFIG_H with MESA_CONFIG_H_INCLUDED
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 3 Nov 2006 18:35:52 +0000
(18:35 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 3 Nov 2006 18:35:52 +0000
(18:35 +0000)
src/mesa/main/config.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/config.h
b/src/mesa/main/config.h
index e2ba65ac63b84aa29686e06f53e997af5020ca52..5a0481328ff63620005a568ca7e6c07cac0f7050 100644
(file)
--- a/
src/mesa/main/config.h
+++ b/
src/mesa/main/config.h
@@
-5,7
+5,7
@@
/*
* Mesa 3-D graphics library
- * Version: 6.5.
1
+ * Version: 6.5.
2
*
* Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
*
@@
-28,8
+28,8
@@
*/
-#ifndef
CONFIG_H
-#define
CONFIG_H
+#ifndef
MESA_CONFIG_H_INCLUDED
+#define
MESA_CONFIG_H_INCLUDED
/**
* \name OpenGL implementation limits
@@
-323,4
+323,4
@@
#define MAX_CLIPPED_VERTICES ((2 * (6 + MAX_CLIP_PLANES))+1)
-#endif /*
CONFIG_H
*/
+#endif /*
MESA_CONFIG_H_INCLUDED
*/