diff options
author | Adam Jackson <ajax@freedesktop.org> | 2005-07-16 00:56:20 +0000 |
---|---|---|
committer | Adam Jackson <ajax@freedesktop.org> | 2005-07-16 00:56:20 +0000 |
commit | c529f6bf701dcb50741a444f496ede1fa6a44fe0 (patch) | |
tree | ef6f2f199266edf247c15ae59834de0e17d12fa2 /src/mesa/main/config.h | |
parent | 8d3aca655e0e7a7718c6f3a8cdbcbd0787cb85e3 (diff) |
strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing the
modular X build
Diffstat (limited to 'src/mesa/main/config.h')
-rw-r--r-- | src/mesa/main/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 719c68e300..de2bae9cb0 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @@ -31,11 +31,6 @@ #ifndef CONFIG_H #define CONFIG_H -#ifdef HAVE_CONFIG_H -#include "conf.h" -#endif - - /** * \name OpenGL implementation limits */ |