summaryrefslogtreecommitdiff
path: root/src/mesa/main/config.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-11-03 18:35:52 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-11-03 18:35:52 +0000
commitd00ef005fedb21a1b42c0a12264433089b7a10c5 (patch)
tree3048e005f711221d2fc9f8b5a48d05a0ded92dad /src/mesa/main/config.h
parent9e4a06a48232f013f1c400426c2df60e2ee83744 (diff)
replace CONFIG_H with MESA_CONFIG_H_INCLUDED
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r--src/mesa/main/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h
index e2ba65ac63..5a0481328f 100644
--- 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 */