summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/readconf.c b/readconf.c
index 47c77472a..40fe8f694 100644
--- a/readconf.c
+++ b/readconf.c
@@ -229,11 +229,7 @@ static struct {
229 { "permitlocalcommand", oPermitLocalCommand }, 229 { "permitlocalcommand", oPermitLocalCommand },
230 { "visualhostkey", oVisualHostKey }, 230 { "visualhostkey", oVisualHostKey },
231 { "useroaming", oUseRoaming }, 231 { "useroaming", oUseRoaming },
232#ifdef USE_ROUTINGDOMAIN
233 { "routingdomain", oRDomain }, 232 { "routingdomain", oRDomain },
234#else
235 { "routingdomain", oUnsupported },
236#endif
237#ifdef JPAKE 233#ifdef JPAKE
238 { "zeroknowledgepasswordauthentication", 234 { "zeroknowledgepasswordauthentication",
239 oZeroKnowledgePasswordAuthentication }, 235 oZeroKnowledgePasswordAuthentication },
@@ -924,7 +920,6 @@ parse_int:
924 intptr = &options->use_roaming; 920 intptr = &options->use_roaming;
925 goto parse_flag; 921 goto parse_flag;
926 922
927#ifdef USE_ROUTINGDOMAIN
928 case oRDomain: 923 case oRDomain:
929 arg = strdelim(&s); 924 arg = strdelim(&s);
930 if (!arg || *arg == '\0') 925 if (!arg || *arg == '\0')
@@ -937,7 +932,6 @@ parse_int:
937 if (*activep) 932 if (*activep)
938 options->rdomain = value; 933 options->rdomain = value;
939 break; 934 break;
940#endif
941 935
942 case oDeprecated: 936 case oDeprecated:
943 debug("%s line %d: Deprecated option \"%s\"", 937 debug("%s line %d: Deprecated option \"%s\"",