Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused type definitions.
[simgrid.git] / src / internal_config.h.in
index 795d389..8541070 100644 (file)
 #cmakedefine01 HAVE_UCONTEXT_CONTEXTS
 
 /* Variables for the thread contexts (and parallel mode of raw contexts) */
 #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
 #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
 
 /* 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 */
 /* 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 */
 
 /* Other function checks */
 /* Function dlfunc */