mirror of
https://github.com/fumiama/simple-dict.git
synced 2026-06-06 02:30:25 +08:00
8 lines
107 B
C
8 lines
107 B
C
#ifndef _SERVER_H_
|
|
#define _SERVER_H_
|
|
|
|
#define THREADCNT 16
|
|
#define MAXWAITSEC 10
|
|
|
|
#endif /* _SERVER_H_ */
|