X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=config.h.in;h=98e6a91ba621eea9a9f64f04d222b9ab654142b1;hp=4ee2cd7a66fa7192cc258ec816ebd153af262e49;hb=ce3185de9d9705e259f2b60dd4b5509007fa17d4;hpb=481b95e2617b69e6fd4444432747d7e1e0c3dc85 diff --git a/config.h.in b/config.h.in index 4ee2cd7a..98e6a91b 100644 --- a/config.h.in +++ b/config.h.in @@ -131,11 +131,16 @@ */ #undef HAVE_GL -/* Define this if you have GL, but it's the MesaGL variant. (The libraries - have different names.) (HAVE_GL should be defined too.) +/* Define this if you have OpenGL, but it's the MesaGL variant. (The + libraries have different names.) (HAVE_GL should be defined too.) */ #undef HAVE_MESA_GL +/* Define this if your version of OpenGL has the glBindTexture() routine. + This is the case for OpenGL 1.1, but not for OpenGL 1.0. + */ +#undef HAVE_GLBINDTEXTURE + /* Define this if you have the X Shared Memory Extension. */ #undef HAVE_XSHM_EXTENSION