Further updated comments on classic compatibility. - sam - An updated version o… | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 16bc6063e15c0ce1fc6940f2d687172309aa41c9 | |
parent 6b40f2892bd4c56f3a41c9f05e8345d026dee4ee | |
Author: Rob King <[email protected]> | |
Date: Thu, 1 Sep 2016 22:52:55 -0500 | |
Further updated comments on classic compatibility. | |
Diffstat: | |
config.h.def | 4 ++++ | |
1 file changed, 4 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/config.h.def b/config.h.def | |
@@ -4,6 +4,10 @@ | |
/* Define this if you need compatibility with the binary protocol | |
* used by classic sam (e.g. if you are going to be running a classic | |
* sam binary and a Deadpixi samterm, or vice-versa. | |
+ * | |
+ * Defining this means you don't get the all of the new features of | |
+ * Deadpixi sam. You only need to define this if you can use both parts | |
+ * of Deadpixi sam togther...which is probably a very, very rare situation. | |
#define CLASSIC_SAM_COMPATIBILITY | |
*/ | |