Skip to content
Snippets Groups Projects
Commit 9a240740 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Remove unused and undefined cmakedefines from config.h

parent 51780db9
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,6 @@
/* Define if you have LAPACK library. */
#cmakedefine HAVE_LAPACK 1
/* Define to 1 if you have the <malloc.h> header file. */
// Not used! #cmakedefine01 HAVE_MALLOC_H
/* Define if you have the MPI library. */
#cmakedefine HAVE_MPI ENABLE_MPI
......@@ -68,9 +65,6 @@
/* Define to 1 if you have the symbol mprotect. */
#cmakedefine HAVE_MPROTECT 1
/* Define to 1 if you have the <stdint.h> header file. */
#cmakedefine HAVE_STDINT_H 1
/* Define to 1 if you have <sys/mman.h>. */
#cmakedefine HAVE_SYS_MMAN_H 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment