]> git.sesse.net Git - freerainbowtables/blob - Server Applications/rsearchi/config.h
initial
[freerainbowtables] / Server Applications / rsearchi / config.h
1 #ifndef __CONFIG_H_
2 #define __CONFIG_H_
3
4 #define DATA_CHUNK_SIZE 16*100
5 #define PROTOCOL_VERSION 0x03
6 #ifndef WIN32
7         #define Sleep(num) sleep(num / 1000)
8 #endif
9 #endif