]> granicus.if.org Git - neomutt/commitdiff
tidy the version strings
authorRichard Russon <rich@flatcap.org>
Tue, 27 Jun 2017 13:27:56 +0000 (14:27 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 28 Jun 2017 13:03:47 +0000 (14:03 +0100)
version.c

index 0d9a728d6f52bb5664f1b61e15b2d04f53b23531..45d20761570f5a4ac5c8a6a1a91f2c6247d30f40 100644 (file)
--- a/version.c
+++ b/version.c
@@ -148,7 +148,6 @@ static struct CompileOptions comp_opts[] = {
 #else
   { "getaddrinfo", 0 },
 #endif
-  { "getsid", 1 },
 #ifdef USE_SSL_GNUTLS
   { "gnutls", 1 },
 #else
@@ -185,9 +184,9 @@ static struct CompileOptions comp_opts[] = {
   { "initials", 1 },
   { "keywords", 1 },
 #ifdef HAVE_LIBIDN
-  { "libidn", 1 },
+  { "idn", 1 },
 #else
-  { "libidn", 0 },
+  { "idn", 0 },
 #endif
   { "limit_current_thread", 1 },
   { "lmdb", 1 },
@@ -251,11 +250,6 @@ static struct CompileOptions comp_opts[] = {
   { "sasl", 0 },
 #endif
   { "sensible_browser", 1 },
-#ifdef USE_SETGID
-  { "setgid", 1 },
-#else
-  { "setgid", 0 },
-#endif
   { "sidebar", 1 },
   { "skip_quoted", 1 },
 #ifdef CRYPT_BACKEND_CLASSIC_SMIME