diff options
| author | Mark Eichin <eichin@mit.edu> | 1994-06-20 21:01:10 +0000 |
|---|---|---|
| committer | Mark Eichin <eichin@mit.edu> | 1994-06-20 21:01:10 +0000 |
| commit | cfc5f19b2a0a51b85b324e302b0802dd9e44c7be (patch) | |
| tree | 87bed367bf7ca0921bb8bbb394c0d00b18f91289 /src/isode | |
| parent | ab6bbf0da4b42ec67c148700021d36264d0d49b6 (diff) | |
| download | krb5-cfc5f19b2a0a51b85b324e302b0802dd9e44c7be.tar.gz krb5-cfc5f19b2a0a51b85b324e302b0802dd9e44c7be.tar.xz krb5-cfc5f19b2a0a51b85b324e302b0802dd9e44c7be.zip | |
add__FreeBSD__, vax & unix for BSD42
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3869 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/isode')
| -rw-r--r-- | src/isode/h/config.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/isode/h/config.h b/src/isode/h/config.h index be5d717d7..0ac26c3bd 100644 --- a/src/isode/h/config.h +++ b/src/isode/h/config.h @@ -36,7 +36,13 @@ #endif /* add more for the various recent BSD variants */ -#if defined(__bsdi__) || defined(__NetBSD__) +#if defined(__bsdi__) || defined(__NetBSD__) || defined(__FreeBSD__) #define BSD44 #define BSD42 #endif + +#ifdef vax +#ifdef unix +#define BSD42 +#endif +#endif |
