From 9cf690c88a43771d80b76a183b111ba39c7fc2f9 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Wed, 17 Aug 1994 02:26:06 +0000 Subject: setup to fix time includes git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4165 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/osauto.h | 8 -------- src/include/krb5/stock/osconf.h | 3 --- 2 files changed, 11 deletions(-) (limited to 'src/include/krb5/stock') diff --git a/src/include/krb5/stock/osauto.h b/src/include/krb5/stock/osauto.h index 17266d326..4f204921c 100644 --- a/src/include/krb5/stock/osauto.h +++ b/src/include/krb5/stock/osauto.h @@ -35,12 +35,4 @@ #include "autoconf.h" #endif -#ifdef USE_SYS_TIME_H -#ifdef TIME_WITH_SYS_TIME -#define USE_TIME_H -#endif /* TIME_WITH_SYS_TIME */ -#else /* !USE_SYS_TIME_H */ -#define USE_TIME_H -#endif /* USE_SYS_TIME_H */ - /* remainder added on */ diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h index 23a9ed122..8e2b73d1e 100644 --- a/src/include/krb5/stock/osconf.h +++ b/src/include/krb5/stock/osconf.h @@ -40,9 +40,6 @@ #ifdef UseSysTimeH #define USE_SYS_TIME_H /* Needs for time includes. */ #endif -#ifdef UseTimeH -#define USE_TIME_H /* Needs for time includes. */ -#endif #ifdef HasInetTrue #define KRB5_USE_INET /* Support IP address family */ -- cgit