add BSD44 for new BSD OSes
authorMark Eichin <eichin@mit.edu>
Thu, 16 Jun 1994 05:35:58 +0000 (05:35 +0000)
committerMark 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

index 5c554a9c997d49b5e52186d64103312aad0bae54..fd25f289865cd838ed6441e397ccc06664395f53 100644 (file)
@@ -34,3 +34,8 @@
 #define SUNOS4
 #endif
 #endif
+
+/* add more for the various recent BSD variants */
+#if defined(__bsdi__) || defined(__NetBSD__)
+#define BSD44
+#endif