X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=318e2bfc966c6e1c30f874a832f7459cda55f198;hb=af290bcdf2d1c61efc8aaaff653745c900cbe98c;hp=1d5cd07a1c5f0fd3a3afd15510f1cd4c09707285;hpb=278c59e14c53fd412b734e699bd4f314f766f804;p=xscreensaver diff --git a/config.h.in b/config.h.in index 1d5cd07a..318e2bfc 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 @@ -318,6 +322,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