summaryrefslogtreecommitdiff
path: root/nmglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nmglobal.h')
-rw-r--r--nmglobal.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/nmglobal.h b/nmglobal.h
index 6c2a145..cb7a6e3 100644
--- a/nmglobal.h
+++ b/nmglobal.h
@@ -131,25 +131,6 @@
#define MINIMUM_SECONDS 5
/*
-** MAXPOSLONG
-**
-** This is the maximum positive long.
-*/
-#ifdef _LP64
-#define MAXPOSLONG 0x7FFFFFFFFFFFFFFFL
-#else
-#define MAXPOSLONG 0x7FFFFFFFL
-#endif
-
-/*
-** OTHER DEFINES
-*/
-#ifndef MAC
-#define TRUE 1
-#define FALSE 0
-#endif
-
-/*
** Memory array size. Used in SYSSPEC for keeping track
** of re-aligned memory.
*/