X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=78291f463b3ee462e92c977224c715c1092ee4d8;hb=0ed85ca0e4b0eae40a4f50a51d63f2f41e45373a;hp=1d5cd07a1c5f0fd3a3afd15510f1cd4c09707285;hpb=278c59e14c53fd412b734e699bd4f314f766f804;p=xscreensaver diff --git a/config.h.in b/config.h.in index 1d5cd07a..78291f46 100644 --- a/config.h.in +++ b/config.h.in @@ -119,7 +119,11 @@ */ #undef HAVE_MOTIF -/* Define this if you don't have Motif, but you have Athena (-Xaw). +/* Define this if you have Gtk. + */ +#undef HAVE_GTK + +/* Define this if you have Athena (-Xaw). */ #undef HAVE_ATHENA @@ -155,6 +159,10 @@ */ #undef HAVE_GLBINDTEXTURE +/* Define this if you have the -lgle and -lmatrix libraries (GL extrusion.) + */ +#undef HAVE_GLE + /* Define this if the `xscreensaver' process itself (the driver process) should be linked against GL. Most systems won't want this (in particular, if you're using Linux and/or Mesa, you don't want this) but SGI systems @@ -318,6 +326,9 @@ /* Define if you have the getcwd function. */ #undef HAVE_GETWD +/* Define if you have the realpath function. */ +#undef HAVE_REALPATH + /* Define if you have the uname function. */ #undef HAVE_UNAME