summaryrefslogtreecommitdiff
path: root/nmglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nmglobal.h')
-rw-r--r--nmglobal.h51
1 files changed, 0 insertions, 51 deletions
diff --git a/nmglobal.h b/nmglobal.h
index f99b376..57a4a02 100644
--- a/nmglobal.h
+++ b/nmglobal.h
@@ -49,57 +49,6 @@
#define MALLOCMEM
/*
-** Define DOS16MEM if you're running in the old 16-bit segmented
-** model. This enables some fruity memory management routines
-** required for that model. NOT defining this assumes that
-** you're running in an environment that allows malloc() to
-** get > 64K chunks of memory.
-*/
-/* #define DOS16MEM */
-
-/* Define MACMEM to use the Mac's GetPtr call to allocate
-** memory (instead of malloc()).
-*/
-/* #define MACMEM */
-
-/* +++ TIMING +++ */
-/*
-** You must define ONLY ONE of the following identifiers to pick
-** the timing routine used.
-** CLOCKWCPS
-** CLOCKWCT
-** MACTIMEMGR
-** WIN31TIMER
-*/
-
-/*
-** Define CLOCKWCPS if you are using the clock() routine and the
-** constant used as the divisor to determine seconds is
-** CLOCKS_PER_SEC. This is the default in most cases.
-*/
-#define CLOCKWCPS
-
-/*
-** Define CLOCKWCT if you are using the clock() routine and the
-** constant used as the divisor to determine seconds is CLK_TCK
-*/
-/* #define CLOCKWCT */
-
-/*
-** Define MACTIMEMGR to use the Mac Time manager routines.
-** You'll need to be running at least system 6.0.3 or
-** better...extended time manager is recommended (system 7 or
-** better).
-*/
-/* #define MACTIMEMGR */
-
-/*
-** Define WIN31TIMER to user the timing routines in TOOLHELP.DLL.
-** Gets accuracy down to the millisecond.
-*/
-/* #define WIN31TIMER */
-
-/*
** ERROR CODES
*/
#define ERROR_MEMORY 1