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

Merge branch 'issue/remove-unused-config-h-defines' into 'master'

Remove unused and undefined cmakedefines from config.h

See merge request !950
parents 0c8f2fc9 9a240740
Branches
Tags
1 merge request!950Remove unused and undefined cmakedefines from config.h
Pipeline #34836 failed
......@@ -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.
Please register or to comment