Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove dead code.
[simgrid.git] / buildtools / Cmake / gras_config.h.in
index ebc7c93..e637923 100644 (file)
@@ -22,9 +22,6 @@
 #cmakedefine SIZEOF_INT @SIZEOF_INT@
 #cmakedefine SIZEOF_VOIDP @SIZEOF_VOIDP@
 
-// Number of processor counted by cmake
-#cmakedefine PROCESSOR_COUNT @PROCESSOR_COUNT@
-
 /* If __thread is available */
 #cmakedefine HAVE_THREAD_LOCAL_STORAGE @HAVE_THREAD_LOCAL_STORAGE@
 
@@ -49,7 +46,7 @@
        #endif
 #endif
 /* Set to true if enable_model-checking is true */
-#cmakedefine MMALLOC_WANT_OVERIDE_LEGACY @MMALLOC_WANT_OVERIDE_LEGACY@
+#cmakedefine MMALLOC_WANT_OVERRIDE_LEGACY @MMALLOC_WANT_OVERRIDE_LEGACY@
 #cmakedefine HAVE_MC @HAVE_MC@
 
 /* Set to true if have the mergesort function */
@@ -59,6 +56,7 @@
 #cmakedefine HAVE_FUTEX_H @HAVE_FUTEX_H@
 
 /* Some variable for graphviz */
+#cmakedefine HAVE_GRAPHVIZ @HAVE_GRAPHVIZ@
 #cmakedefine HAVE_GRAPH_H @GRAPH_H@
 #cmakedefine HAVE_CGRAPH_H @CGRAPH_H@
 #cmakedefine HAVE_AGRAPH_H @AGRAPH_H@