+Fri Sep 29 01:35:50 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * k5-int.h: #include "osconf.h" all the time, at the beginning of
+ the file.
+
Tue Sep 26 15:18:26 1995 <tytso@rsts-11.mit.edu>
* k5-int.h: Don't predefine symbols to stop kdb.h and kdb_dbm.h
#ifndef _KRB5_INT_H
#define _KRB5_INT_H
+#include "osconf.h"
+
/*
* Begin "k5-config.h"
*/
*/
#if !defined(_MACINTOSH) && !defined(_MSDOS)
-#include "osconf.h"
-
#ifndef ODBM
#include <ndbm.h>
#else /* ODBM */
/* #include <sys/types.h> */
#endif /* KRB5_SYSTYPES__ */
-#include "osconf.h" /* USE*TIME_H macros */
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#ifdef TIME_WITH_SYS_TIME