+
+Fri Apr 28 17:58:11 EDT 1995 Paul Park (pjpark@mit.edu)
+
+ * proto_serv.c - ifdef-out commands which are not fully supported.
+
+
Fri Apr 28 17:38:36 EDT 1995 Paul Park (pjpark@mit.edu)
* srv_net.c, proto_serv.c - re-include <signal.h> for signal name
err_aux = KRB5_ADM_BAD_ARGS;
}
}
+#ifdef MOTD_SUPPORTED
else if (!strcasecmp(arglist[0].data, KRB5_ADM_MOTD_CMD)) {
DPRINT(DEBUG_REQUESTS, proto_debug_level,
("> %d:MOTD command\n", my_id));
err_aux = KRB5_ADM_BAD_ARGS;
}
}
+#endif /* MOTD_SUPPORTED */
+#ifdef MIME_SUPPORTED
else if (!strcasecmp(arglist[0].data, KRB5_ADM_MIME_CMD)) {
DPRINT(DEBUG_REQUESTS, proto_debug_level,
("> %d:MIME command\n", my_id));
err_aux = KRB5_ADM_BAD_ARGS;
}
}
+#endif /* MIME_SUPPORTED */
+#ifdef LANGUAGES_SUPPORTED
else if (!strcasecmp(arglist[0].data, KRB5_ADM_LANGUAGE_CMD)) {
DPRINT(DEBUG_REQUESTS, proto_debug_level,
("> %d:LANGUAGE command\n", my_id));
err_aux = KRB5_ADM_BAD_ARGS;
}
}
+#endif /* LANGUAGES_SUPPORTED */
else {
DPRINT(DEBUG_REQUESTS, proto_debug_level,
("> %d:UNKNOWN command %s\n", my_id,