1/**********************************************************************
2** Copyright (c) 1995 European Computer-Industry Research Centre GmbH
3** All rights reserved.
4***********************************************************************
5**  System: USC - Micro Second Clock
6**    File: machine.h
7** Authors: Kees Schuerman
8**  SccsId: "@(#)machine.h.in	1.1 3/8/95"
9***********************************************************************/
10
11#ifndef _MACHINE_H_
12#define _MACHINE_H_
13
14
15/* Define if you have SVR4 operating system */
16#undef SVR4
17
18/* Define if you have SUNOS5 operating system */
19#undef SUNOS5
20
21/* Define if you have gethrtime.  */
22#undef HAVE_GETHRTIME
23
24/* Define if you have gettimeofday.  */
25#undef HAVE_GETTIMEOFDAY
26
27/* Define if you have times.  */
28#undef HAVE_TIMES
29
30/* Define if you have the <unistd.h> header file.  */
31#undef HAVE_UNISTD_H
32
33/* Define if you have the <sys/time.h> header file.  */
34#undef HAVE_SYS_TIME_H
35
36/* Define if you have the <sys/types.h> header file.  */
37#undef HAVE_SYS_TYPES_H
38
39
40#endif /* _MACHINE_H_ */
41