WINNT: Restore missing '#ifdef PC'

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>
This commit is contained in:
Andrew Deason 2021-01-09 12:47:09 -06:00 committed by Benjamin Kaduk
parent 2630e70550
commit 2971dcb3b4

View 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"