15 lines
250 B
C++
15 lines
250 B
C++
#ifndef SRV_DEFINE_H__
|
|
#define SRV_DEFINE_H__
|
|
|
|
#include "../SQCSim-common/define.h"
|
|
#include <iostream>
|
|
#include <sstream>
|
|
#include <cctype>
|
|
#include <string>
|
|
|
|
#define MAX_CONNECTIONS 16
|
|
#define ID_LIST_SIZE 127
|
|
#define SRV_MANUAL_SETUP true
|
|
|
|
#endif
|