summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/stock
diff options
context:
space:
mode:
authorMark Eichin <eichin@mit.edu>1994-08-17 02:26:06 +0000
committerMark Eichin <eichin@mit.edu>1994-08-17 02:26:06 +0000
commit9cf690c88a43771d80b76a183b111ba39c7fc2f9 (patch)
tree2237327ed2b282e656b17f6a5eae9634cbde0bae /src/include/krb5/stock
parentcd6d673bb089232f8254288968a98f58358b1bca (diff)
downloadkrb5-9cf690c88a43771d80b76a183b111ba39c7fc2f9.tar.gz
krb5-9cf690c88a43771d80b76a183b111ba39c7fc2f9.tar.xz
krb5-9cf690c88a43771d80b76a183b111ba39c7fc2f9.zip
setup to fix time includes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4165 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/stock')
-rw-r--r--src/include/krb5/stock/osauto.h8
-rw-r--r--src/include/krb5/stock/osconf.h3
2 files changed, 0 insertions, 11 deletions
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 <sys/time.h> for time includes. */
#endif
-#ifdef UseTimeH
-#define USE_TIME_H /* Needs <time.h> for time includes. */
-#endif
#ifdef HasInetTrue
#define KRB5_USE_INET /* Support IP address family */