Cleanup tsak a bit

pull/1/head
Timothy Pearson 13 years ago
parent bab961991a
commit 13eabe6aa5

@ -38,7 +38,6 @@ License along with tsak. If not, see http://www.gnu.org/licenses/.
#define FIFO_DIR "/tmp/ksocket-global"
#define FIFO_FILE_OUT "/tmp/ksocket-global/tsak"
#define PIPE_CHECK_INTERVAL 50
#define TestBit(bit, array) (array[(bit) / 8] & (1 << ((bit) % 8)))

Loading…
Cancel
Save