diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-01-20 12:01:07 +0100 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-01-20 12:01:07 +0100 |
commit | 9653b1bffea4e96c1eb7c1814e8bed21fea62321 (patch) | |
tree | 485f02f91b424955a45c1cc12876c31d3d957f9b /config.h.in | |
parent | 41ffafc126abd9af67061f4931b7614f3cb898b0 (diff) |
Imported Upstream version 2.3.10upstream/2.3.10
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 |