summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nmglobal.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/nmglobal.h b/nmglobal.h
index 57a4a02..83a36d8 100644
--- a/nmglobal.h
+++ b/nmglobal.h
@@ -32,22 +32,6 @@
#define TRUE 1
#define FALSE 0
-/* +++ MEMORY +++ */
-
-/*
-** You must define ONLY ONE of the following identifiers
-** to specify the mechanism for allocating memory:
-** MALLOCMEM
-** DOS16MEM
-** MACMEM
-*/
-
-/*
-** Define MALLOCMEM to use the standard malloc() call for
-** memory. This is the default for most systems.
-*/
-#define MALLOCMEM
-
/*
** ERROR CODES
*/