From efc583c42eef350fcdfa2560715243e95af94505 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 23 Oct 2007 13:50:08 +0000 Subject: [PATCH 1/1] also autogenerated git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4862 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras_config.h.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gras_config.h.in b/src/gras_config.h.in index 337d741a84..d2edc2813e 100644 --- a/src/gras_config.h.in +++ b/src/gras_config.h.in @@ -80,9 +80,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_JNI_H -/* Define to 1 if you have the `pthread' library (-lpthread). */ -#undef HAVE_LIBPTHREAD - /* Define to 1 if you have the `makecontext' function. */ #undef HAVE_MAKECONTEXT @@ -101,6 +98,10 @@ /* Indicates whether we have the CSDP library or not */ #undef HAVE_SDP +/* Define if the sem_timedwait is avaible or not (part of XPG6 standard only) + */ +#undef HAVE_SEM_TIMEDWAIT + /* Define to 1 if you have the `signal' function. */ #undef HAVE_SIGNAL -- 2.20.1