X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4b9e8701e4d7cb2a6a8b577af830c96f3d303f86..fbf5fafb60eb44c0c00a7283fd05a6dec5f2b58f:/src/internal_config.h.in?ds=sidebyside diff --git a/src/internal_config.h.in b/src/internal_config.h.in index c32f594fb8..854107028c 100644 --- a/src/internal_config.h.in +++ b/src/internal_config.h.in @@ -41,8 +41,10 @@ #cmakedefine01 HAVE_UCONTEXT_CONTEXTS /* Variables for the thread contexts (and parallel mode of raw contexts) */ -/* Does not seems defined on Mac nor Windows */ +/* pthread_setaffinity_np() is Linux and FreeBSD but not on Mac nor Windows */ #cmakedefine01 HAVE_PTHREAD_SETAFFINITY +/* pthread_setaffinity_np() defined in pthread_np.h on FreeBSD but not Linux */ +#cmakedefine01 HAVE_PTHREAD_NP_H /* Variables for the raw contexts (to select the right assembly code) */ #cmakedefine01 SIMGRID_PROCESSOR_i686