mirror of https://gitlab.com/QEF/q-e.git
16 lines
479 B
C
16 lines
479 B
C
/*
|
|
Copyright (C) 2006 Quantum-ESPRESSO group
|
|
This file is distributed under the terms of the
|
|
GNU General Public License. See the file `License'
|
|
in the root directory of the present distribution,
|
|
or http://www.gnu.org/copyleft/gpl.txt .
|
|
*/
|
|
|
|
/* File c_defs.h.in is used by configure to generate c_defs.h
|
|
Variables that configure defines should be #undef-ined in
|
|
include/c_defs.h.in !!! */
|
|
|
|
/* do we have the mallinfo structure (see clib/memstat.c) ? */
|
|
|
|
#undef HAVE_MALLINFO
|