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 | 19eab1fe2df20e38ea64d7a642d3e21c957082b8 (patch) | |
tree | fad602b603321d3e0e45807f8abb4f6c670a6cf2 /config.h.in | |
parent | 35807e5652390e8b2fd66b9051f3b41c9488302e (diff) | |
parent | 9653b1bffea4e96c1eb7c1814e8bed21fea62321 (diff) |
Merge tag 'upstream/2.3.10'
Upstream version 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 |