projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e0e0db
)
<time.h> vs <sys/time.h> macros
author
John Carr
<jfc@mit.edu>
Wed, 31 Oct 1990 14:47:31 +0000
(14:47 +0000)
committer
John Carr
<jfc@mit.edu>
Wed, 31 Oct 1990 14:47:31 +0000
(14:47 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1383
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/stock/osconf.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/stock/osconf.h
b/src/include/krb5/stock/osconf.h
index 8e2e4e702020db9e69f3307ce7554bbcd1fc33a3..343b1511a55e59ac0011e1dac2c3f8986cbd5228 100644
(file)
--- 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