summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMarco d'Itri <md@linux.it>2011-10-10 02:04:32 +0200
committerMarco d'Itri <md@linux.it>2013-03-30 02:31:41 +0100
commit6c3ca39f2504328fb876cec1a003a4e9689e6753 (patch)
tree70f18102b245888bbe0ef1a71a0ad1238fa0e6f7 /config.h
parent1712990060242307d09528b5349eebbe7e2efec3 (diff)
downloadwhois-6c3ca39f2504328fb876cec1a003a4e9689e6753.tar.gz
Imported Debian version 5.0.12v5.0.12
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index f357096..68270da 100644
--- a/config.h
+++ b/config.h
@@ -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? */