You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef UNIX_RELAY_LIMITS_H
|
|
#define UNIX_RELAY_LIMITS_H
|
|
|
|
#define MAX_UNIX_RELAYS 4
|
|
#define MAX_UNIX_RELAY_NAME_LEN 64
|
|
|
|
#endif
|