]> andersk Git - openssh.git/blobdiff - servconf.c
- (dtucker) [configure.ac misc.c readconf.c servconf.c ssh-keyscan.c]
[openssh.git] / servconf.c
index 9ad08ce870dbe17f86dffb8e971f78bb997ba1a7..2cdc480e607f41daa86cb8cd60203093c9d6c1c0 100644 (file)
@@ -424,11 +424,7 @@ static struct {
        { "match", sMatch, SSHCFG_ALL },
        { "permitopen", sPermitOpen, SSHCFG_ALL },
        { "forcecommand", sForceCommand, SSHCFG_ALL },
-#ifdef USE_ROUTINGDOMAIN
        { "routingdomain", sRDomain, SSHCFG_GLOBAL },
-#else
-       { "routingdomain", sUnsupported, SSHCFG_GLOBAL },
-#endif
        { "chrootdirectory", sChrootDirectory, SSHCFG_ALL },
        { NULL, sBadOption, 0 }
 };
@@ -1300,7 +1296,6 @@ process_server_config_line(ServerOptions *options, char *line,
                        *charptr = xstrdup(arg);
                break;
 
-#ifdef USE_ROUTINGDOMAIN
        case sRDomain:
                intptr = &options->rdomain;
                arg = strdelim(&cp);
@@ -1313,7 +1308,6 @@ process_server_config_line(ServerOptions *options, char *line,
                if (*intptr == -1)
                        *intptr = value;
                break;
-#endif
 
        case sDeprecated:
                logit("%s line %d: Deprecated option %s",
This page took 0.354938 seconds and 4 git commands to generate.