xref: /haiku/src/add-ons/kernel/file_systems/netfs/headers/authentication_server/AuthenticationServerDefs.h (revision fce4895d1884da5ae6fb299d23c735c598e690b1)
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