diff options
Diffstat (limited to 'packages/vms')
-rw-r--r-- | packages/vms/config-vms.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h index b8da732a9..3067ce63d 100644 --- a/packages/vms/config-vms.h +++ b/packages/vms/config-vms.h @@ -115,6 +115,9 @@ /* Define if you have the <malloc.h> header file. */ #define HAVE_MALLOC_H 1 +/* Define if you need the malloc.h header file. */ +/* #define NEED_MALLOC_H 1 */ + /* Define if you have the <net/if.h> header file. */ #define HAVE_NET_IF_H 1 |