X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ec90d6045fad32ba4d6c345558f7ea5828a3b8f9..48d16e98696450e0dc1ae85cfb8f84b41d15b409:/src/internal_config.h.in diff --git a/src/internal_config.h.in b/src/internal_config.h.in index 795d3893d8..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 @@ -77,7 +79,7 @@ /* We have PAPI to fine-grain trace execution time */ #cmakedefine01 HAVE_PAPI /* We have sendfile to efficiently copy files for dl-open privatization */ -#cmakedefine01 HAVE_SENDFILE +#cmakedefine01 SG_HAVE_SENDFILE /* Other function checks */ /* Function dlfunc */