diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 2c7696c..ac1517b 100644 --- a/config.h.in +++ b/config.h.in @@ -66,9 +66,6 @@ /* Enable OFB and CFB cipher modes */ #undef ENABLE_OFB_CFB_MODE -/* Allow --askpass and --auth-user-pass passwords to be read from a file */ -#undef ENABLE_PASSWORD_SAVE - /* Enable internal packet filter */ #undef ENABLE_PF @@ -538,6 +535,9 @@ /* Define to 1 if you have the `unlink' function. */ #undef HAVE_UNLINK +/* Define to 1 if you have the <versionhelpers.h> header file. */ +#undef HAVE_VERSIONHELPERS_H + /* Define to 1 if you have the `vfork' function. */ #undef HAVE_VFORK |