Removed sys/fcntl.h checking (always use fcntl.h instead)
* TODO
Documented that sys/fcntl.h checks have been removed.
Added a KDC bug that needs to be investigated.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7267
dc483132-0cff-0310-8789-
dd5450dbe970
DONE * convert syslog -> log (to real file)
* save versus deletion of rcache file (HIGH PRIORITY)
* Use dbm as the default database. (HIGH PRIORITY)
+ * Solaris: KDC does not notice new databases.
2. API changes
DONE * context changes (mostly done)
DONE * fold in krb4 library
DONE * kdc support automatic fallback (done)
* DES glue code rewrite
- * don't need NEED_SYS_FCNTL.H; just always include <fnctl.h>
+DONE * don't need NEED_SYS_FCNTL.H; just always include <fnctl.h>
* utmp configure cleanup
* telnet portability
DONE * CONFIG_RULES should include more standard rules (WITH_KRB4, etc.)