More obsolete stuff

This commit is contained in:
Paolo Giannozzi 2024-01-30 17:13:14 +01:00
parent 81dfc8a741
commit b83125f099
1 changed files with 2 additions and 6 deletions

View File

@ -10,14 +10,10 @@
This function returns the number of kilobytes
allocated by the calling process.
Author: Carlo Cavazzoni.
Obsolete AIX case and F77-C binding removed by P. Giannozzi (2017)
Obsolete cases and F77-C binding removed by P. Giannozzi (2017)
*/
#if defined (__SVR4) && defined (__sun)
#define SUN_MALLINFO
#endif
#if defined(HAVE_MALLINFO) && !defined(__QK_USER__) && !defined(SUN__MALLINFO)
#if defined(HAVE_MALLINFO)
#include <malloc.h>
int c_memstat( )