<time.h> vs <sys/time.h> macros
authorJohn Carr <jfc@mit.edu>
Wed, 31 Oct 1990 14:47:31 +0000 (14:47 +0000)
committerJohn 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

index 8e2e4e702020db9e69f3307ce7554bbcd1fc33a3..343b1511a55e59ac0011e1dac2c3f8986cbd5228 100644 (file)
 #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