xref: /haiku/src/add-ons/kernel/file_systems/netfs/headers/authentication_server/AuthenticationServerDefs.h (revision 83b1a68c52ba3e0e8796282759f694b7fdddf06d)
1 // AuthenticationServerDefs.h
2 
3 #ifndef AUTHENTICATION_SERVER_DEFS_H
4 #define AUTHENTICATION_SERVER_DEFS_H
5 
6 #include <SupportDefs.h>
7 
8 extern const char* kAuthenticationServerPortName;
9 
10 #endif	// AUTHENTICATION_SERVER_DEFS_H
11