mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 12:23:56 +01:00
removed malloc.h
This commit is contained in:
parent
bf11388be8
commit
e65fa310d3
@ -84,7 +84,7 @@ AC_SUBST([HAS_CPPCHECK])
|
||||
AC_FC_LIBRARY_LDFLAGS
|
||||
|
||||
AC_CHECK_LIB([m], [sqrt])
|
||||
AC_CHECK_HEADERS([assert.h errno.h malloc.h math.h pthread.h stdbool.h stdint.h stdio.h stdlib.h string.h])
|
||||
AC_CHECK_HEADERS([assert.h errno.h math.h pthread.h stdbool.h stdint.h stdio.h stdlib.h string.h])
|
||||
|
||||
## pthread
|
||||
AC_CHECK_LIB([pthread], [pthread_create])
|
||||
|
@ -46,7 +46,7 @@ int main() {
|
||||
#define QMCKL_MEMORY_HPT
|
||||
|
||||
#include <stdint.h>
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#+end_src
|
||||
|
||||
* Memory data structure for the context
|
||||
|
Loading…
Reference in New Issue
Block a user