- Make linux makefiles work

This commit is contained in:
koennecke
2009-12-23 14:08:22 +00:00
parent 4127cbb166
commit 85070df11d
6 changed files with 14 additions and 11 deletions

View File

@ -1,9 +1,9 @@
/*
* This is yet another protocol for scriptcontext. This is for variable
* terminated protocols. The Astriums have delivered the SANS-2 NVS with
* a protocol which uses a \n as a terminator most of the time but sometimes
* a \. This protocol handler expects messages in the form: terminator:payload
* The caller is responsible for providing the proper send terminator.
* terminated protocols. The Astriums have deliverd the SANS-2 NVS with
* a protocol which uses a \n as a terminator most of teh time but sometimes
* a \. This protocl handler expects messages in the form: terminator:payload
* The caller is responsible for providing the proper send termiantor.
*
* copyright: see file COPYRIGHT
*