X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=d5688cbe771e35a6f88d4185c08bda62fda487b1;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hp=463963e120fbd82cc7a62197d5a5b18a922f169e;hpb=40eacb5812ef7c0e3374fb139afbb4f5bc8bbfb5;p=xscreensaver 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