projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a04ae01
)
add BSD44 for new BSD OSes
author
Mark Eichin
<eichin@mit.edu>
Thu, 16 Jun 1994 05:35:58 +0000
(
05:35
+0000)
committer
Mark Eichin
<eichin@mit.edu>
Thu, 16 Jun 1994 05:35:58 +0000
(
05:35
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3842
dc483132
-0cff-0310-8789-
dd5450dbe970
src/isode/h/config.h
patch
|
blob
|
history
diff --git
a/src/isode/h/config.h
b/src/isode/h/config.h
index 5c554a9c997d49b5e52186d64103312aad0bae54..fd25f289865cd838ed6441e397ccc06664395f53 100644
(file)
--- a/
src/isode/h/config.h
+++ b/
src/isode/h/config.h
@@
-34,3
+34,8
@@
#define SUNOS4
#endif
#endif
+
+/* add more for the various recent BSD variants */
+#if defined(__bsdi__) || defined(__NetBSD__)
+#define BSD44
+#endif