Linux's sake.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9057
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon Aug 19 23:22:55 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * state.c (envvarok): Don't allow the environment variable
+ RESOLV_HOST_CONF to be set for Linux's sake.
+
Thu Jun 13 17:05:17 1996 Sam Hartman <hartmans@mit.edu>
* telnetd.8: Remove documentation of desupported -u options.
strcmp(varp, "KRB_CONF") && /* cns v4 */
strcmp(varp, "KRB_REALMS") && /* cns v4 */
strcmp(varp, "LIBPATH") && /* AIX */
+ strcmp(varp, "RESOLV_HOST_CONF") && /* linux */
strcmp(varp, "IFS")) {
return 1;
} else {