8 lines
193 B
C
8 lines
193 B
C
#ifndef DEFINES_H
|
|
#define DEFINES_H
|
|
|
|
#define APPLICATION_NAME "AmneziaVPN"
|
|
#define SERVICE_NAME "AmneziaVPN-service"
|
|
#define ORGANIZATION_NAME "AmneziaVPN.ORG"
|
|
|
|
#endif // DEFINES_H
|