1// AuthenticationServerDefs.h
2
3#ifndef AUTHENTICATION_SERVER_DEFS_H
4#define AUTHENTICATION_SERVER_DEFS_H
5
6#include <SupportDefs.h>
7
8extern const char* kAuthenticationServerPortName;
9
10#endif	// AUTHENTICATION_SERVER_DEFS_H
11