2020-12-04 00:45:21 +03:00
|
|
|
#ifndef DEFINES_H
|
|
|
|
|
#define DEFINES_H
|
|
|
|
|
|
|
|
|
|
#define APPLICATION_NAME "AmneziaVPN"
|
2020-12-16 06:02:22 +03:00
|
|
|
#define SERVICE_NAME "AmneziaVPN-service"
|
2020-12-04 00:45:21 +03:00
|
|
|
#define ORGANIZATION_NAME "AmneziaVPN.ORG"
|
|
|
|
|
|
|
|
|
|
#endif // DEFINES_H
|