diff options
author | Marco d'Itri <md@linux.it> | 2011-10-10 02:04:32 +0200 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:41 +0100 |
commit | 6c3ca39f2504328fb876cec1a003a4e9689e6753 (patch) | |
tree | 70f18102b245888bbe0ef1a71a0ad1238fa0e6f7 /config.h | |
parent | 1712990060242307d09528b5349eebbe7e2efec3 (diff) | |
download | whois-6c3ca39f2504328fb876cec1a003a4e9689e6753.tar.gz |
Imported Debian version 5.0.12v5.0.12
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* Program version */ -#define VERSION "5.0.11" +#define VERSION "5.0.12" /* Configurable features */ @@ -54,6 +54,7 @@ /* Unknown versions of Solaris */ #if defined __SVR4 && defined __sun # define HAVE_SHA_CRYPT +# define HAVE_SOLARIS_CRYPT_GENSALT #endif /* FIXME: which systems lack this? */ |