Blame src/mpi/timer/wintimerconf.h
|
Packit |
0848f5 |
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */
|
|
Packit |
0848f5 |
/*
|
|
Packit |
0848f5 |
* (C) 2001 by Argonne National Laboratory.
|
|
Packit |
0848f5 |
* See COPYRIGHT in top-level directory.
|
|
Packit |
0848f5 |
*/
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
/* Define if you have the `clock_getres' function. */
|
|
Packit |
0848f5 |
/* #undef HAVE_CLOCK_GETRES */
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
/* Define if you have the `clock_gettime' function. */
|
|
Packit |
0848f5 |
/* #undef HAVE_CLOCK_GETTIME */
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
/* Define if you have the `gethrtime' function. */
|
|
Packit |
0848f5 |
/* #undef HAVE_GETHRTIME */
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
/* Define if you have the `gettimeofday' function. */
|
|
Packit |
0848f5 |
/* #define HAVE_GETTIMEOFDAY 1*/
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
/* Define if you have the ANSI C header files. */
|
|
Packit |
0848f5 |
#define STDC_HEADERS 1
|