X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=config.h.in;h=d5688cbe771e35a6f88d4185c08bda62fda487b1;hp=463963e120fbd82cc7a62197d5a5b18a922f169e;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hpb=96a411663168b0ba5432b407a83be55f3df0c802 diff --git a/config.h.in b/config.h.in index 463963e1..d5688cbe 100644 --- a/config.h.in +++ b/config.h.in @@ -232,6 +232,10 @@ */ #define FORTUNE_PROGRAM "fortune" +/* Set the name of the password helper program, if any + */ +#undef PASSWD_HELPER_PROGRAM + /* ************************************************************************* @@ -392,7 +396,10 @@ #undef HAVE_SETRLIMIT /* Define if you have the sbrk function. */ -#define HAVE_SBRK 1 +#undef HAVE_SBRK + +/* Define if you have the forkpty function. */ +#undef HAVE_FORKPTY /* Define if you have the header file. */ #undef HAVE_UNISTD_H