Initial revision

From-SVN: r19142
This commit is contained in:
Jeff Law 1998-04-12 11:04:58 -06:00
parent e70bd3dc19
commit c0ef7ee37e
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
/* Configuration for GCC for Intel i386 running OSF/1 1.3. */
#ifndef HZ
#include <machine/machtime.h>
#define HZ DEFAULT_CLK_TCK
#endif