WINNT: Restore missing '#ifdef PC' 87/14487/2
authorAndrew Deason <adeason@sinenomine.net>
Sat, 9 Jan 2021 18:47:09 +0000 (12:47 -0600)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 13 Jan 2021 05:15:06 +0000 (00:15 -0500)
Commit 339167ef (Remove dead code) meant to remove the '#ifdef notdef'
block in here, but we accidentally also removed the subsequent '#ifdef
PC'.

This file may not be very important, since WINNT still builds with
this mistake, but an unbalanced #ifdef is potentially super confusing,
so fix it.

Change-Id: I100792830e1bed0af08bcb81a34bb185b2c6358a
Reviewed-on: https://gerrit.openafs.org/14487
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

src/WINNT/kfw/inc/krb4/krb.h

index 59134da..fad0155 100644 (file)
@@ -43,6 +43,7 @@ typedef unsigned short gid_t;
  * the realm.
  */
 
+#ifdef PC
 
 #define         KRB_CONF        "krb.con"
 #define         KRB_RLM_TRANS   "krbrealm.con"