X-Git-Url: https://rtime.felk.cvut.cz/gitweb/orte.git/blobdiff_plain/9a1a32554333f21a49dca82c04b9f31943004bd4..ae9660de4bd0ccb65f1005ced56bb6e05d50bf11:/orte/include/orte/orte_config_omk_linux.h diff --git a/orte/include/orte/orte_config_omk_linux.h b/orte/include/orte/orte_config_omk_linux.h index 5562fca..7e80311 100644 --- a/orte/include/orte/orte_config_omk_linux.h +++ b/orte/include/orte/orte_config_omk_linux.h @@ -44,11 +44,15 @@ /* #undef HAVE_ASM_BYTEORDER_H */ /* Define to 1 if you have the header file. */ -/* #undef HAVE_BYTESWAP_H */ +#define HAVE_BYTESWAP_H 1 /* Define to 1 if you have the header file. */ #define HAVE_CTYPE_H 1 +/* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if + you don't. */ +#define HAVE_DECL_CLOCK_MONOTONIC 1 + /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 @@ -73,6 +77,9 @@ /* Define for ORTE getopt_long self implemetation */ /* #undef HAVE_GETPOT_LONG_ORTE */ +/* Define to 1 if you have the `gettimeofday' function. */ +/* #undef HAVE_GETTIMEOFDAY */ + /* Define to 1 if you have the header file. */ #define HAVE_IFADDRS_H 1 @@ -91,6 +98,9 @@ /* Define to 1 if you have the `pthread' library (-lpthread). */ #define HAVE_LIBPTHREAD 1 +/* Define to 1 if you have the `rt' library (-lrt). */ +#define HAVE_LIBRT 1 + /* Define to 1 if you have the `socket' library (-lsocket). */ /* #undef HAVE_LIBSOCKET */ @@ -142,6 +152,9 @@ /* Define to 1 if you have the header file. */ /* #undef HAVE_ONETD_H */ +/* Define to 1 if you have the `pthread_condattr_setclock' function. */ +#define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 + /* Define to 1 if you have the header file. */ #define HAVE_PTHREAD_H 1 @@ -157,6 +170,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_SIGNAL_H 1 +/* Define to 1 if you have the `sigwaitinfo' function. */ +#define HAVE_SIGWAITINFO 1 + /* Define to 1 if you have the header file. */ #define HAVE_STDARG_H 1 @@ -224,9 +240,6 @@ */ #define LT_OBJDIR ".libs/" -/* Define to 1 if your C compiler doesn't accept -c and -o together. */ -/* #undef NO_MINUS_C_MINUS_O */ - /* Define to the address where bug reports for this package should be sent. */ #define ORTE_PACKAGE_BUGREPORT "orte@rtime.felk.cvut.cz"