r3847: mac changes
[ctsim.git] / include / ctsupport.h
index dbf7dec7529c0b7a07e1db8a010428d46d5876d8..9df0c68db548251c05b63e4e97bc40ad6987d468 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: ctsupport.h,v 1.24 2001/02/02 00:46:38 kevin Exp $
+**  $Id: ctsupport.h,v 1.25 2003/01/22 22:15:10 kevin Exp $
 **
 **
 **  This program is free software; you can redistribute it and/or modify
 #include <sstream_subst>
 #endif
 
+#ifndef TRUE
 #define TRUE   1
+#endif
+#ifndef FALSE
 #define FALSE  0
+#endif
 #define OK     TRUE
 
 /*----------------------------------------------------------------------*/
@@ -299,8 +303,8 @@ unsigned int cio_kb_waitc(const char *astr, int beep);
 // ASCII Section
 
 #define BACKSPACE  8
-#define LF     0x0A
-#define CR     0x0D
+// #define LF  0x0A
+// #define CR  0x0D
 #define BELL   0x07
 
 #define SQUOTE    '\''