summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Carr <jfc@mit.edu>1990-10-31 14:47:31 +0000
committerJohn Carr <jfc@mit.edu>1990-10-31 14:47:31 +0000
commit5011eacbdcc48559536952c910cd53d5974352c1 (patch)
tree55921a6496d067fe096b6e12e80d0ca3ee742b3b /src/include
parent1e0e0db662ab2b0787a754175e9d97ac7f9cbb05 (diff)
downloadkrb5-5011eacbdcc48559536952c910cd53d5974352c1.tar.gz
krb5-5011eacbdcc48559536952c910cd53d5974352c1.tar.xz
krb5-5011eacbdcc48559536952c910cd53d5974352c1.zip
<time.h> vs <sys/time.h> macros
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1383 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/stock/osconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h
index 8e2e4e702..343b1511a 100644
--- a/src/include/krb5/stock/osconf.h
+++ b/src/include/krb5/stock/osconf.h
@@ -23,6 +23,13 @@
#define ODBM
#endif
+#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 */
#endif